update 打包字段为"是"其他全部置灰
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user