This commit is contained in:
zoujiandong 2026-01-06 14:30:03 +08:00
parent 394d8af09f
commit 78b0fa9aed
3 changed files with 4 additions and 4 deletions

View File

@ -69,14 +69,14 @@
/>
</a-form-item>
<!-- <a-form-item field="order_product_no" label="处方编号">
<a-form-item field="order_product_no" label="处方编号">
<a-input
:style="{ width: '182px' }"
v-model="queryForm.prescription_code"
placeholder="请输入处方编号"
@press-enter="handleQuery"
/>
</a-form-item> -->
</a-form-item>
<a-form-item field="escrow_trade_no" label="支付流水号">
<a-input
:style="{ width: '168px' }"

View File

@ -240,7 +240,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 },

View File

@ -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 },