Commit b7ae5c3d authored by 小费同学阿's avatar 小费同学阿 💬

67559 全局,返回二次提示修改

parent 09941815
<template>
<el-dialog :close-on-click-modal="false" class="doctor-detail-modle" title="详情" :visible.sync="isShow" :before-close="closeModle" width="1200px" append-to-body>
<el-form ref="doctorForm" :model="doctorForm" label-width="6.25rem" size="small">
<el-row>
<el-dialog :close-on-click-modal="false" class="doctor-detail-modle" title="详情" :visible.sync="isShow" :before-close="closeModle" width="75rem" append-to-body>
<el-form ref="doctorForm" :model="doctorForm" label-width="5.2rem">
<el-row gutter="41">
<el-col :span="8">
<el-form-item prop="name" label="医生姓名">
<el-input v-model="doctorForm.doctorName" :disabled="true" maxlength="20" />
......@@ -54,7 +54,7 @@
<el-form-item prop="name" label="门诊诊察费">
<div style="display: flex;">
<el-input v-model="doctorForm.examinationFeeShow" :disabled="true" maxlength="20" />
<div style="margin-left: 10px;"></div>
<div style="margin-left: 0.625rem;"></div>
</div>
</el-form-item>
</el-col>
......
......@@ -54,7 +54,7 @@
prop="fees"
show-overflow-tooltip
/>
<el-table-column class-name="small-padding fixed-width" label="操作" min-width="160">
<el-table-column class-name="small-padding fixed-width" label="操作" min-width="80">
<template #default="{row}">
<el-button
:disabled="registrationType !== '0' ? !inTimeRange(row.hours.split('~')[0], row.hours.split('~')[1],1) : afterTime(row.hours.split('~')[0], row.hours.split('~')[1],1)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment