格式
This commit is contained in:
parent
465875b39b
commit
b108b376a9
@ -64,7 +64,7 @@
|
||||
<!-- table -->
|
||||
<a-table
|
||||
:columns="columns"
|
||||
:scroll="{ x: 2000 }"
|
||||
:scroll="{ x: 1700 }"
|
||||
:data="tableData"
|
||||
:pagination="{
|
||||
'show-total': true,
|
||||
@ -549,10 +549,10 @@ let batchList = [];
|
||||
|
||||
// Table Columns
|
||||
const columns = [
|
||||
{ title: '排序', dataIndex: 'post_id', slotName: 'post_id',width:"100" },
|
||||
{ title: '订单编号', dataIndex: 'order_product_no' },
|
||||
{ title: '处方编号', dataIndex: 'order_prescription_id' },
|
||||
{ title: '医生姓名', dataIndex: 'doctor_name' },
|
||||
{ title: '排序', dataIndex: 'post_id', slotName: 'post_id',width:90 },
|
||||
{ title: '订单编号', dataIndex: 'order_product_no',width:200 },
|
||||
{ title: '处方编号', dataIndex: 'order_prescription_id',width:200 },
|
||||
{ title: '医生姓名', dataIndex: 'doctor_name',width:100 },
|
||||
{ title: '就诊人', dataIndex: 'patient_name_mask',slotName:'patient_name_mask' },
|
||||
{ title: '就诊人联系电话', dataIndex: 'patient_mobile',width:130 },
|
||||
{ title: '订单金额', dataIndex: 'amount_total',slotName:'amount_total' },
|
||||
@ -563,7 +563,7 @@ const columns = [
|
||||
dataIndex: 'order_product_status',
|
||||
slotName: 'order_product_status',
|
||||
},
|
||||
{ title: '支付时间', dataIndex: 'pay_time', slotName: 'pay_time' },
|
||||
{ title: '支付时间', dataIndex: 'pay_time', slotName: 'pay_time',width:200 },
|
||||
{ title: '操作', slotName: 'action',fixed: "right", width: 100 },
|
||||
];
|
||||
|
||||
|
||||
@ -379,16 +379,16 @@ let batchList = [];
|
||||
|
||||
// Table Columns
|
||||
const columns = [
|
||||
{ title: '排序', dataIndex: 'post_id',slotName: 'post_id',width: 100 },
|
||||
{ title: '排序', dataIndex: 'post_id',slotName: 'post_id',width: 90 },
|
||||
{ title: '订单编号', dataIndex: 'inquiry_no',width:200 },
|
||||
{ title: '医生姓名', dataIndex: 'doctor_name' },
|
||||
{ title: '就诊人', dataIndex: 'patient_name',slotName:'patient_name' },
|
||||
{ title: '医生姓名', dataIndex: 'doctor_name',width:100 },
|
||||
{ title: '就诊人', dataIndex: 'patient_name',slotName:'patient_name'},
|
||||
{ title: '联系电话', dataIndex: 'patient_mobile',width: 130 },
|
||||
{ title: '订单金额', dataIndex: 'amount_total',slotName:'amount_total' },
|
||||
{ title: '实付金额', dataIndex: 'payment_amount_total',slotName:'payment_amount_total' },
|
||||
{ title: '支付方式', dataIndex: 'inquiry_pay_channel',slotName: 'inquiry_pay_channel'},
|
||||
{ title: '订单状态', dataIndex: 'inquiry_status', slotName:'inquiry_status' },
|
||||
{ title: '支付时间', dataIndex: 'pay_time', slotName: 'pay_time' },
|
||||
{ title: '支付时间', dataIndex: 'pay_time', slotName: 'pay_time',width:200 },
|
||||
{ title: '操作', slotName: 'action',fixed: "right", width: 100 },
|
||||
];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user