|
@@ -132,6 +132,7 @@
|
|
<a-tag color="red" v-if="record.timeStuta == '2'">推送失败</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="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>
|
|
|
|
+ <a-tag color="blue" v-if="record.timeStuta == '5'">推送中</a-tag>
|
|
</span>
|
|
</span>
|
|
|
|
|
|
<!-- if 已提交 -->
|
|
<!-- if 已提交 -->
|