[fix 82963] 打包项目维护-打包-开票
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user