diff --git a/src/views/train/synInfo/components/list.vue b/src/views/train/synInfo/components/list.vue
index 94378bb..6a06354 100644
--- a/src/views/train/synInfo/components/list.vue
+++ b/src/views/train/synInfo/components/list.vue
@@ -7,7 +7,7 @@
-
+
@@ -55,7 +55,7 @@
详情
- {{row.EMPLOY_FLAG == '1' ? '重新推送' : '推送'}}
+ 推送
电子合格证
@@ -156,8 +156,7 @@ export default {
{
KEYWORDS: this.KEYWORDS,
STATUS: this.STATUS,
- UN_EMPLOY_FLAG: this.SENDSTATUS == '0' ? '0' : '',
- EMPLOY_FLAG:this.SENDSTATUS == '1'? '1' : ''
+ UN_EMPLOY_FLAG: '0'
}
).then((data) => {
this.listLoading = false