From aa86c967e50eb669c5013cdde984adfe9f1c5e6a Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 30 Nov 2021 14:39:38 +0800
Subject: [PATCH] +

---
 src/views/applyexam/index.vue                  |   12 ++++++------
 src/views/securityAnalysis/child/situation.vue |    5 +++++
 src/views/trainingRegistration/index.vue       |   12 ++++++------
 3 files changed, 17 insertions(+), 12 deletions(-)

diff --git a/src/views/applyexam/index.vue b/src/views/applyexam/index.vue
index 9da2ee7..a97f6a1 100644
--- a/src/views/applyexam/index.vue
+++ b/src/views/applyexam/index.vue
@@ -2,7 +2,7 @@
  * @Author: Morpheus
  * @Date: 2021-07-05 16:31:54
  * @Last Modified by: liu
- * @Last Modified time: 2021-11-25 19:32:55
+ * @Last Modified time: 2021-11-30 14:38:55
  * menu-name 报名考试
  */
 <template>
@@ -881,11 +881,11 @@
         deptColumn.disabled = true;
         this.obj["deptId"] = this.userInfo.dept_id;
       } else {
-        const deptColumn = this.findObject(
-          this.questionBankOption.column,
-          "dispatcherUnitId"
-        );
-        deptColumn.search = false;
+        // const deptColumn = this.findObject(
+        //   this.questionBankOption.column,
+        //   "dispatcherUnitId"
+        // );
+        // deptColumn.search = false;
       }
       done();
     },
diff --git a/src/views/securityAnalysis/child/situation.vue b/src/views/securityAnalysis/child/situation.vue
index 6923517..e6be64f 100644
--- a/src/views/securityAnalysis/child/situation.vue
+++ b/src/views/securityAnalysis/child/situation.vue
@@ -157,6 +157,11 @@
             prop: "examinationMx",
             disabled: true,
           },
+          {
+            label: "审查时间",
+            prop: "auditTime",
+            disabled: true,
+          },
         ],
       },
     };
diff --git a/src/views/trainingRegistration/index.vue b/src/views/trainingRegistration/index.vue
index 935bf6a..387610b 100644
--- a/src/views/trainingRegistration/index.vue
+++ b/src/views/trainingRegistration/index.vue
@@ -2,7 +2,7 @@
  * @Author: Morpheus
  * @Date: 2021-07-05 16:31:54
  * @Last Modified by: liu
- * @Last Modified time: 2021-11-25 19:32:21
+ * @Last Modified time: 2021-11-30 14:39:14
  * menu-name 报名考试
  */
 <template>
@@ -919,11 +919,11 @@
         console.log(this.userInfo.dept_id);
         this.obj["deptId"] = this.userInfo.dept_id;
       } else {
-        const deptColumn = this.findObject(
-          this.questionBankOption.column,
-          "dispatcherUnitId"
-        );
-        deptColumn.search = false;
+        // const deptColumn = this.findObject(
+        //   this.questionBankOption.column,
+        //   "dispatcherUnitId"
+        // );
+        // deptColumn.search = false;
       }
       done();
     },

--
Gitblit v1.9.3