|
|
|
|
@ -65,6 +65,18 @@
|
|
|
|
|
:edit-render="{ name: 'VxeTreeSelect', options: Array.from(status), props: { multiple: false }, optionProps: { value: '0', label: '1' } }"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<vxe-column
|
|
|
|
|
header-align="center"
|
|
|
|
|
field="accompany_product.name"
|
|
|
|
|
width="160"
|
|
|
|
|
title="订单项目"
|
|
|
|
|
/>
|
|
|
|
|
<vxe-column
|
|
|
|
|
header-align="center"
|
|
|
|
|
field="price"
|
|
|
|
|
width="160"
|
|
|
|
|
title="订单金额"
|
|
|
|
|
/>
|
|
|
|
|
<vxe-column
|
|
|
|
|
header-align="center"
|
|
|
|
|
field="hospital.name"
|
|
|
|
|
@ -356,6 +368,7 @@ export default {
|
|
|
|
|
try {
|
|
|
|
|
const res = await index({
|
|
|
|
|
...this.select,
|
|
|
|
|
show_relation:['accompanyProduct'],
|
|
|
|
|
filter:[{
|
|
|
|
|
key:'id',
|
|
|
|
|
op:'eq',
|
|
|
|
|
|