|
@@ -162,6 +162,12 @@
|
|
|
<!-- <a-tag color="#87d068" v-else>已提交</a-tag> -->
|
|
|
</span>
|
|
|
|
|
|
+ <!-- 推送状态 -->
|
|
|
+ <span slot="pushState" slot-scope="text, record" :title ="record.cause">
|
|
|
+ <span v-if="record.whetherCloudFactoryPush == '0'">否</span>
|
|
|
+ <span v-if="record.whetherCloudFactoryPush == '1'">是</span>
|
|
|
+ </span>
|
|
|
+
|
|
|
<!-- 单据状态 -->
|
|
|
<!-- <span slot="documentState"> -->
|
|
|
<!-- v-if="record.isRelease == '0'" -->
|
|
@@ -456,7 +462,7 @@ export default {
|
|
|
title: '是否云工厂推送',
|
|
|
dataIndex: 'whetherCloudFactoryPush ',
|
|
|
width: 90,
|
|
|
- // scopedSlots: { customRender: 'isPushCloudfactory' },
|
|
|
+ scopedSlots: { customRender: 'whetherCloudFactoryPush' },
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
|