Browse Source

名称修改

360view
bianyaqi 2 years ago
parent
commit
4e45b8f994
  1. 12
      src/page-subspecialty/views/modules/formList/laserSurgery.vue
  2. 2
      src/page-subspecialty/views/modules/nurseManagement/reservation/schedule/doctor-schedule.vue
  3. 2
      src/page-subspecialty/views/modules/nurseManagement/reservation/subSetting/index.vue

12
src/page-subspecialty/views/modules/formList/laserSurgery.vue

@ -229,12 +229,6 @@ export default {
}, },
created() { created() {
// //
this.confirmData.patientName = this.patientDetail.patientName
this.confirmData.patientAge = this.patientDetail.patientAge
this.confirmData.patientSex = this.patientDetail.patientSex
this.confirmData.patientId = this.patientDetail.patientId
this.confirmData.patientAddress = this.patientDetail.patientAddress
this.confirmData.patientPhone = this.patientDetail.patientPhone
this.getConfirmDetail() this.getConfirmDetail()
this.queryProject() this.queryProject()
this.$store.commit('initPlugin') this.$store.commit('initPlugin')
@ -285,6 +279,12 @@ export default {
}}).then(data => { }}).then(data => {
const detail = data.data.data const detail = data.data.data
this.confirmData = { ...detail } this.confirmData = { ...detail }
this.confirmData.patientName = this.patientDetail.patientName
this.confirmData.patientAge = this.patientDetail.patientAge
this.confirmData.patientSex = this.patientDetail.patientSex
this.confirmData.patientId = this.patientDetail.patientId
this.confirmData.patientAddress = this.patientDetail.patientAddress
this.confirmData.patientPhone = this.patientDetail.patientPhone
this.$store.commit('operator', detail.operateSign) this.$store.commit('operator', detail.operateSign)
}) })
}, },

2
src/page-subspecialty/views/modules/nurseManagement/reservation/schedule/doctor-schedule.vue

@ -21,7 +21,7 @@
</div> </div>
<div v-loading="pageLoading" class="doctor-schedule-content"> <div v-loading="pageLoading" class="doctor-schedule-content">
<el-row class="weeks"> <el-row class="weeks">
<el-col :span="3" class="doctor-list-text">检查项目</el-col>
<el-col :span="3" class="doctor-list-text">项目</el-col>
<el-col <el-col
v-for="(day, index) in days" v-for="(day, index) in days"
:key="index" :key="index"

2
src/page-subspecialty/views/modules/nurseManagement/reservation/subSetting/index.vue

@ -11,7 +11,7 @@
<el-table-column <el-table-column
:resizable="false" :resizable="false"
prop="itemName" prop="itemName"
label="检查项目"
label="项目"
width="200" width="200"
/> />
<el-table-column <el-table-column

Loading…
Cancel
Save