1.6
This commit is contained in:
parent
394d8af09f
commit
78b0fa9aed
@ -69,14 +69,14 @@
|
|||||||
/>
|
/>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
|
|
||||||
<!-- <a-form-item field="order_product_no" label="处方编号">
|
<a-form-item field="order_product_no" label="处方编号">
|
||||||
<a-input
|
<a-input
|
||||||
:style="{ width: '182px' }"
|
:style="{ width: '182px' }"
|
||||||
v-model="queryForm.prescription_code"
|
v-model="queryForm.prescription_code"
|
||||||
placeholder="请输入处方编号"
|
placeholder="请输入处方编号"
|
||||||
@press-enter="handleQuery"
|
@press-enter="handleQuery"
|
||||||
/>
|
/>
|
||||||
</a-form-item> -->
|
</a-form-item>
|
||||||
<a-form-item field="escrow_trade_no" label="支付流水号">
|
<a-form-item field="escrow_trade_no" label="支付流水号">
|
||||||
<a-input
|
<a-input
|
||||||
:style="{ width: '168px' }"
|
:style="{ width: '168px' }"
|
||||||
|
|||||||
@ -240,7 +240,7 @@ watch(() => queryForm.expired_range_time,
|
|||||||
// Table Columns
|
// Table Columns
|
||||||
const columns = [
|
const columns = [
|
||||||
{ title: '编号', dataIndex: 'doctor_id', slotName: 'doctor_id', width: '90' },
|
{ 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: 'doctor_name',slotName: 'doctor_name', width: 150 },
|
||||||
{ title: '药师姓名', dataIndex: 'pharmacist_name',slotName:'pharmacist_name' },
|
{ title: '药师姓名', dataIndex: 'pharmacist_name',slotName:'pharmacist_name' },
|
||||||
{ title: '就诊人', dataIndex: 'patient_name', slotName: 'patient_name',width:180 },
|
{ title: '就诊人', dataIndex: 'patient_name', slotName: 'patient_name',width:180 },
|
||||||
|
|||||||
@ -242,7 +242,7 @@ watch(() => queryForm.expired_range_time,
|
|||||||
// Table Columns
|
// Table Columns
|
||||||
const columns = [
|
const columns = [
|
||||||
{ title: '编号', dataIndex: 'doctor_id', slotName: 'doctor_id', width: '90' },
|
{ 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: 'doctor_name',slotName: 'doctor_name', width: 150 },
|
||||||
{ title: '药师姓名', dataIndex: 'pharmacist_name',slotName:'pharmacist_name' },
|
{ title: '药师姓名', dataIndex: 'pharmacist_name',slotName:'pharmacist_name' },
|
||||||
{ title: '就诊人', dataIndex: 'patient_name', slotName: 'patient_name',width:180 },
|
{ title: '就诊人', dataIndex: 'patient_name', slotName: 'patient_name',width:180 },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user