|
@@ -118,11 +118,11 @@
|
|
|
</span>
|
|
|
|
|
|
<!-- 单据状态 -->
|
|
|
- <span slot="documentState">
|
|
|
+ <!-- <span slot="documentState"> -->
|
|
|
<!-- v-if="record.isRelease == '0'" -->
|
|
|
- <a-tag color="#f50">提交</a-tag>
|
|
|
+ <!-- <a-tag color="#f50">提交</a-tag> -->
|
|
|
<!-- <a-tag color="#87d068" v-else>已提交</a-tag> -->
|
|
|
- </span>
|
|
|
+ <!-- </span> -->
|
|
|
|
|
|
<!-- 操作 -->
|
|
|
<span slot="operationSlot" slot-scope="text, record">
|
|
@@ -317,13 +317,13 @@ export default {
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
|
|
|
- {
|
|
|
- title: '单据状态',
|
|
|
- dataIndex: 'theDocumentsState',
|
|
|
- width: 90,
|
|
|
- scopedSlots: { customRender: 'documentState' },
|
|
|
- className: 'replacecolor'
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '单据状态',
|
|
|
+ // dataIndex: 'theDocumentsState',
|
|
|
+ // width: 90,
|
|
|
+ // scopedSlots: { customRender: 'documentState' },
|
|
|
+ // className: 'replacecolor'
|
|
|
+ // },
|
|
|
{
|
|
|
title: '原因',
|
|
|
dataIndex: 'cause',
|
|
@@ -356,7 +356,7 @@ export default {
|
|
|
|
|
|
{
|
|
|
title: '状态',
|
|
|
- dataIndex: 'state',
|
|
|
+ dataIndex: 'status',
|
|
|
width: 80,
|
|
|
fixed: 'right',
|
|
|
scopedSlots: { customRender: 'stateSlot' },
|