订单金额

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' } }" :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 <vxe-column
header-align="center" header-align="center"
field="hospital.name" field="hospital.name"
@ -356,6 +368,7 @@ export default {
try { try {
const res = await index({ const res = await index({
...this.select, ...this.select,
show_relation:['accompanyProduct'],
filter:[{ filter:[{
key:'id', key:'id',
op:'eq', op:'eq',

Loading…
Cancel
Save