|
|
@@ -33,6 +33,10 @@
|
|
|
:pagination="false"
|
|
|
class="j-table-force-nowrap">
|
|
|
|
|
|
+ <span slot="invoiceCategoryName" slot-scope="text, record, index">
|
|
|
+ *{{record.invoiceCategoryName}}*{{record.taxCategoryName}}
|
|
|
+ </span>
|
|
|
+
|
|
|
<span slot="action" slot-scope="text, record, index">
|
|
|
<a @click="handleDelete(record)" v-has="'hlw:subcontractor:deleteInvoice'">删除</a>
|
|
|
<a-divider type="vertical" v-has="'hlw:subcontractor:isOnInvoice'"/>
|
|
|
@@ -82,7 +86,8 @@
|
|
|
{
|
|
|
title:'开票内容',
|
|
|
align:"center",
|
|
|
- dataIndex: 'invoiceCategoryName'
|
|
|
+ dataIndex: 'invoiceCategoryName',
|
|
|
+ scopedSlots: { customRender: 'invoiceCategoryName' }
|
|
|
},
|
|
|
{
|
|
|
title:'启用状态',
|