[fix 82963] 打包项目维护-打包-开票

This commit is contained in:
danshihao
2024-03-21 18:43:14 +08:00
parent 015b5d78ec
commit 1ea8718058
@@ -73,6 +73,10 @@
<template slot="status" slot-scope="text,record">
<status-slot :statu-obj="record" :status-no="text" :status-type="true"></status-slot>
</template>
<!-- 开票 -->
<template slot="status-bill" slot-scope="text,record">
<status-slot :statu-obj="record" :status-no="text" :status-type="true" status-key="bill"></status-slot>
</template>
<template slot="status-pack" slot-scope="text,record">
<status-slot :statu-obj="record" :status-no="text"></status-slot>
@@ -197,7 +201,7 @@ export default {
align: 'center',
width: 80,
dataIndex: 'makeInvoice',
scopedSlots: { customRender: 'status' }
scopedSlots: { customRender: 'status-bill' }
}, {
title: '确收',
align: 'center',