|
@@ -127,11 +127,11 @@
|
|
|
</span>
|
|
|
<!-- 发票推送状态 -->
|
|
|
<span slot="timeStuta" slot-scope="text, record">
|
|
|
- <a-tag color="#f50" v-if="record.time_Stuta == '0'">未推送</a-tag>
|
|
|
- <a-tag color="blue" v-if="record.time_Stuta == '1'">待推送</a-tag>
|
|
|
- <a-tag color="red" v-if="record.time_Stuta == '2'">推送失败</a-tag>
|
|
|
- <a-tag color="green" v-if="record.time_Stuta == '3'">推送成功</a-tag>
|
|
|
- <a-tag color="blue" v-if="record.time_Stuta == '4'">推送中</a-tag>
|
|
|
+ <a-tag color="#f50" v-if="record.timeStuta == '0'">未推送</a-tag>
|
|
|
+ <a-tag color="blue" v-if="record.timeStuta == '1'">待推送</a-tag>
|
|
|
+ <a-tag color="red" v-if="record.timeStuta == '2'">推送失败</a-tag>
|
|
|
+ <a-tag color="green" v-if="record.timeStuta == '3'">推送成功</a-tag>
|
|
|
+ <a-tag color="blue" v-if="record.timeStuta == '4'">推送中</a-tag>
|
|
|
</span>
|
|
|
|
|
|
<!-- if 已提交 -->
|
|
@@ -295,7 +295,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
title: '发票推送状态',
|
|
|
- dataIndex: 'time_Stuta',
|
|
|
+ dataIndex: 'timeStuta',
|
|
|
width: 120,
|
|
|
scopedSlots: { customRender: 'timeStuta' },
|
|
|
fixed: 'right',
|