|
@@ -158,11 +158,11 @@
|
|
|
|
|
|
<!-- 发票推送状态 -->
|
|
|
<span slot="timeStuta" slot-scope="text, record">
|
|
|
- <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="#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>
|
|
|
+ <a-tag color="blue" v-if="record.timeStuta == '4'">不可推送</a-tag>
|
|
|
</span>
|
|
|
|
|
|
<span slot="whetherCloudFactoryPush" slot-scope="text, record" :title ="record.cause">
|