|
@@ -106,8 +106,8 @@
|
|
|
|
|
|
<!-- 单据状态 -->
|
|
|
<span slot="documentStateSlot" slot-scope="text, record">
|
|
|
- <a-tag color="orange" v-if="record.theDocumentsState == '0'">仅保存</a-tag>
|
|
|
- <a-tag color="green" v-if="record.theDocumentsState == '1'">已提交</a-tag>
|
|
|
+ <a-tag color="orange" v-if="record.theDocumentsState == '0'">未提交</a-tag>
|
|
|
+ <a-tag color="green" v-if="record.theDocumentsState == '1'">提交</a-tag>
|
|
|
</span>
|
|
|
<!-- if 已提交 -->
|
|
|
<!-- <span slot="documentStateSlot">
|
|
@@ -209,6 +209,14 @@ export default {
|
|
|
// },
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '状态',
|
|
|
+ dataIndex: 'theDocumentsState',
|
|
|
+ scopedSlots: { customRender: 'documentStateSlot' },
|
|
|
+ width: 140,
|
|
|
+ ellipsis: true,
|
|
|
+ className: 'replacecolor'
|
|
|
+ },
|
|
|
// { title: '收汇方式', dataIndex: 'exchangeEarningsValue', width: 120, className: 'replacecolor' },
|
|
|
// {
|
|
|
// title: '收货人',
|