update 打包字段为"是"其他全部置灰

This commit is contained in:
danshihao
2024-03-13 11:24:01 +08:00
parent aac5d26abf
commit d59210fb23
14 changed files with 102 additions and 40 deletions
@@ -174,7 +174,13 @@
<status-slot :statu-obj="record" :status-no="text" :status-type="true" status-key="mail"></status-slot>
</template>
<!--打包-->
<template slot="status-pack" slot-scope="text,record">
<status-slot :statu-obj="record" :status-no="text" status-key="pack"></status-slot>
</template>
<!--需要发票-->
<template slot="status-needInvoice" slot-scope="text,record">
<status-slot :statu-obj="record" :status-no="text"></status-slot>
</template>
@@ -375,7 +381,7 @@ export default {
fixed: 'right',
width: 80,
dataIndex: 'needInvoice',
scopedSlots: { customRender: 'status-pack' }
scopedSlots: { customRender: 'status-needInvoice' }
}, {
title: '到账',
align: 'center',