Browse Source

样式修改

360view
bianyaqi 2 years ago
parent
commit
edd4d70e63
  1. 6
      src/page-subspecialty/views/modules/optometryManagement/dioptric/HIS-add.vue
  2. 1
      src/page-subspecialty/views/modules/optometryManagement/dioptric/patient-add-or-update.vue
  3. 6
      src/page-subspecialty/views/modules/outpatientManagement/call/HIS-add.vue
  4. 1
      src/page-subspecialty/views/modules/outpatientManagement/call/patient-add-or-update.vue
  5. 10
      src/page-subspecialty/views/modules/outpatientManagement/treat/HIS-add.vue
  6. 1
      src/page-subspecialty/views/modules/outpatientManagement/treat/patient-add-or-update.vue

6
src/page-subspecialty/views/modules/optometryManagement/dioptric/HIS-add.vue

@ -26,11 +26,11 @@
<template slot="empty">
<span style="color: #969799;">{{ tableText }}</span>
</template>
<el-table-column property="patientId" label="登记号" width="100" />
<el-table-column property="patientName" label="患者姓名" width="100" />
<el-table-column property="patientId" label="登记号" />
<el-table-column property="patientName" label="患者姓名" />
<el-table-column property="patientIdNumber" label="身份证号" />
<el-table-column property="patientPhone" label="联系电话" />
<el-table-column property="zlProject" label="医疗项目" width="240" />
<el-table-column property="zlProject" label="医疗项目" width="140" />
<el-table-column property="remark" label="备注" width="140" />
<!-- <el-table-column property="patientAddress" label="家庭地址" />-->
<el-table-column label="操作" width="80">

1
src/page-subspecialty/views/modules/optometryManagement/dioptric/patient-add-or-update.vue

@ -38,6 +38,7 @@
<el-form-item label="家庭地址:" label-width="120px" prop="patientAddress">
<el-input v-model="dataForm.patientAddress" placeholder="请输入地址" />
</el-form-item>
<div style="border-bottom: 1px solid #ccc;margin-bottom: 20px" />
<el-form-item label="门诊医师:" prop="mzDoctorId" label-width="120px">
<el-select v-model="dataForm.mzDoctorId" placeholder="请选择门诊医师">
<el-option label="区域一" value="shanghai" />

6
src/page-subspecialty/views/modules/outpatientManagement/call/HIS-add.vue

@ -26,11 +26,11 @@
<template slot="empty">
<span style="color: #969799;">{{ tableText }}</span>
</template>
<el-table-column property="patientId" label="登记号" width="100" />
<el-table-column property="patientName" label="患者姓名" width="100" />
<el-table-column property="patientId" label="登记号" />
<el-table-column property="patientName" label="患者姓名" />
<el-table-column property="patientIdNumber" label="身份证号" />
<el-table-column property="patientPhone" label="联系电话" />
<el-table-column property="zlProject" label="医疗项目" width="240" />
<el-table-column property="zlProject" label="医疗项目" width="140" />
<el-table-column property="remark" label="备注" width="140" />
<el-table-column label="操作" width="80">
<template slot-scope="scope">

1
src/page-subspecialty/views/modules/outpatientManagement/call/patient-add-or-update.vue

@ -38,6 +38,7 @@
<el-form-item label="家庭地址:" label-width="120px" prop="patientAddress">
<el-input v-model="dataForm.patientAddress" placeholder="请输入地址" />
</el-form-item>
<div style="border-bottom: 1px solid #ccc;margin-bottom: 20px" />
<el-form-item label="门诊医师:" prop="mzDoctorId" label-width="120px">
<el-select v-model="dataForm.mzDoctorId" placeholder="请选择门诊医师">
<el-option

10
src/page-subspecialty/views/modules/outpatientManagement/treat/HIS-add.vue

@ -26,11 +26,11 @@
<template slot="empty">
<span style="color: #969799;">{{ tableText }}</span>
</template>
<el-table-column property="patientId" label="登记号" width="100" />
<el-table-column property="patientName" label="患者姓名" width="100" />
<el-table-column property="patientIdNumber" label="身份证号" width="100" />
<el-table-column property="patientPhone" label="联系电话" width="100" />
<el-table-column property="zlProject" label="医疗项目" width="240" />
<el-table-column property="patientId" label="登记号" />
<el-table-column property="patientName" label="患者姓名" />
<el-table-column property="patientIdNumber" label="身份证号" />
<el-table-column property="patientPhone" label="联系电话" />
<el-table-column property="zlProject" label="医疗项目" width="140" />
<el-table-column property="remark" label="备注" width="140" />
<el-table-column label="操作" width="80">
<template slot-scope="scope">

1
src/page-subspecialty/views/modules/outpatientManagement/treat/patient-add-or-update.vue

@ -38,6 +38,7 @@
<el-form-item label="家庭地址:" label-width="120px" prop="patientAddress">
<el-input v-model="dataForm.patientAddress" placeholder="请输入地址" />
</el-form-item>
<div style="border-bottom: 1px solid #ccc;margin-bottom: 20px" />
<el-form-item label="门诊医师:" prop="mzDoctorId:" label-width="120px">
<el-select v-model="dataForm.mzDoctorId" placeholder="请选择门诊医师">
<el-option

Loading…
Cancel
Save