添加服务类型
This commit is contained in:
@@ -123,6 +123,9 @@
|
||||
<div class="ta-patient" :title="record.patient_name">{{record.patient_name}}({{record.patient_sex==1?'男,':'女,'}}{{record.patient_age}}岁)</div>
|
||||
</template>
|
||||
|
||||
<template #inquiry_type="{ record }">
|
||||
{{ formatInquiryType(record.inquiry_type) }}
|
||||
</template>
|
||||
<template #pay_time="{ record }">
|
||||
{{ parseTime(record.pay_time) }}
|
||||
</template>
|
||||
@@ -516,6 +519,7 @@ const columns = [
|
||||
{ title: '联系电话', dataIndex: 'patient_mobile',width: 130 },
|
||||
{ title: '订单金额', dataIndex: 'amount_total',slotName:'amount_total',width:100 },
|
||||
{ title: '实付金额', dataIndex: 'payment_amount_total',slotName:'payment_amount_total',width:100 },
|
||||
{ title: '服务类型', dataIndex: 'inquiry_type',slotName:'inquiry_type',width:100 },
|
||||
{ title: '支付方式', dataIndex: 'inquiry_pay_channel',slotName: 'inquiry_pay_channel'},
|
||||
{ title: '订单状态', dataIndex: 'inquiry_status', slotName:'inquiry_status' },
|
||||
{ title: '支付时间', dataIndex: 'pay_time', slotName: 'pay_time',width:200 },
|
||||
|
||||
Reference in New Issue
Block a user