|
@@ -91,6 +91,11 @@
|
|
|
<a-tag color="green" v-if="record.pushState == '1'">推送成功</a-tag>
|
|
|
</span>
|
|
|
|
|
|
+ <span slot="whetherCloudFactoryPush" slot-scope="text, record" :title ="record.cause">
|
|
|
+ <span v-if="record.whetherCloudFactoryPush == '0'">否</span>
|
|
|
+ <span v-if="record.whetherCloudFactoryPush == '1'">是</span>
|
|
|
+ </span>
|
|
|
+
|
|
|
<!-- 单据状态 -->
|
|
|
<span slot="state" slot-scope="text, record">
|
|
|
<a-tag color="orange" v-if="record.status == '0'">已保存</a-tag>
|
|
@@ -251,6 +256,13 @@ export default {
|
|
|
scopedSlots: { customRender: 'pushState' },
|
|
|
width: 140,
|
|
|
className: 'replacecolor'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '是否云工厂推送',
|
|
|
+ dataIndex: 'whetherCloudFactoryPush ',
|
|
|
+ width: 90,
|
|
|
+ scopedSlots: { customRender: 'whetherCloudFactoryPush' },
|
|
|
+ className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '状态',
|