diff --git a/src/views/order/medince-list/index.vue b/src/views/order/medince-list/index.vue index 5b65599..792b9ea 100644 --- a/src/views/order/medince-list/index.vue +++ b/src/views/order/medince-list/index.vue @@ -69,14 +69,14 @@ /> - + queryForm.expired_range_time, // Table Columns const columns = [ { title: '编号', dataIndex: 'doctor_id', slotName: 'doctor_id', width: '90' }, - { title: '处方编号', dataIndex: 'order_prescription_id',width:180 }, + { title: '处方编号', dataIndex: 'prescription_code',width:180 }, { title: '医生姓名', dataIndex: 'doctor_name',slotName: 'doctor_name', width: 150 }, { title: '药师姓名', dataIndex: 'pharmacist_name',slotName:'pharmacist_name' }, { title: '就诊人', dataIndex: 'patient_name', slotName: 'patient_name',width:180 }, diff --git a/src/views/prescription/transferPrescription-list/index.vue b/src/views/prescription/transferPrescription-list/index.vue index e854735..a6570d9 100644 --- a/src/views/prescription/transferPrescription-list/index.vue +++ b/src/views/prescription/transferPrescription-list/index.vue @@ -242,7 +242,7 @@ watch(() => queryForm.expired_range_time, // Table Columns const columns = [ { title: '编号', dataIndex: 'doctor_id', slotName: 'doctor_id', width: '90' }, - { title: '处方编号', dataIndex: 'order_prescription_id',width:180 }, + { title: '处方编号', dataIndex: 'prescription_code',width:180 }, { title: '医生姓名', dataIndex: 'doctor_name',slotName: 'doctor_name', width: 150 }, { title: '药师姓名', dataIndex: 'pharmacist_name',slotName:'pharmacist_name' }, { title: '就诊人', dataIndex: 'patient_name', slotName: 'patient_name',width:180 },