订单金额

master
lion 11 months ago
parent 5aa14bd266
commit 64aa4c2a4d

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

Loading…
Cancel
Save