{{ item.enterpriseDirectory}}
-
{{ (item.status == 0 ? "待填报" : item.status == 8 ? "初审不通过" : item.status == 10 ? "初审退回修改" : item.status == 7 ? "复审不通过" : item.status == 9 ? "终审不通过" : item.status == 5 ? "终审通过" : "") }}
+
{{ (item.status == 0 ? "待填报" : item.status == 8 ? "初审不通过" : item.status == 10 ? "初审退回修改" : item.status == 7 ? "复审不通过" : item.status == 9 ? "终审不通过" : item.status == 5 ? "终审通过" : item.status == 1 ? "初审中" : item.status == 2 ? "复审中" : item.status == 3 ? "终审中" : item.status == 6 ? "已填报" : "") }}
{{ item.status == 0 ? "去填报" : item.status == 10 ? "去修改" : "去查看"}}
@@ -216,7 +216,8 @@ export default {
pageNum: 1,
pageSize: 10,
creditCode: this.$store.state.user.name,
- statusStr: [0, 5, 7, 8, 9, 10],
+ orderChange:1,
+ // statusStr: [0, 5, 7, 8, 9, 10],
},
// 是否显示弹出层
open: false,
diff --git a/src/views/onlineDeclaration/records/index.vue b/src/views/onlineDeclaration/records/index.vue
index 0a79021..9b668c0 100644
--- a/src/views/onlineDeclaration/records/index.vue
+++ b/src/views/onlineDeclaration/records/index.vue
@@ -403,6 +403,7 @@ export default {
statusChange: "",
pageNum: 1,
pageSize: 10,
+ orderChange:1,
},
enterpriseId: '',
templateDataList: [],
diff --git a/src/views/tool/build/index.vue b/src/views/tool/build/index.vue
index 75f1b24..dab3ca7 100644
--- a/src/views/tool/build/index.vue
+++ b/src/views/tool/build/index.vue
@@ -2,9 +2,9 @@