Forráskód Böngészése

Merge branch 'dev_v3.4.0' of http://git.qmth.com.cn/cbe/web into dev_v3.4.0

zhangjie 2 éve
szülő
commit
67728e6a8a
2 módosított fájl, 9 hozzáadás és 15 törlés
  1. 6 5
      src/views/Main.vue
  2. 3 10
      src/views/exam/exam-plan-add.vue

+ 6 - 5
src/views/Main.vue

@@ -57,14 +57,17 @@
           <div class="head-user-info">
             <ul>
               <li>
-                <Button icon="ios-analytics"
+                <Button style="display: none" icon="ios-analytics"
                   ><a href="http://192.168.10.36:97/hot/#/home" target="_blank"
                     >考情动态</a
                   ></Button
                 >
               </li>
               <li>
-                <Button icon="ios-analytics" @click="moniModalIsShow = true"
+                <Button
+                  style="display: none"
+                  icon="ios-analytics"
+                  @click="moniModalIsShow = true"
                   >考情监控</Button
                 >
               </li>
@@ -117,6 +120,7 @@ export default {
     return {
       shrink: false,
       isFullScreen: false,
+      openedSubmenuArr: ["examplan", "user"],
       moniModalIsShow: false,
     };
   },
@@ -133,9 +137,6 @@ export default {
         return localStorage.name;
       }
     },
-    openedSubmenuArr() {
-      return this.menuList.map((item) => item.name);
-    },
     menuList() {
       return this.$store.state.app.menuList;
     },

+ 3 - 10
src/views/exam/exam-plan-add.vue

@@ -55,7 +55,7 @@
           </Col>
         </Row>
       </FormItem>
-      <FormItem label="是否开启考情监控" prop="openMonitor">
+      <FormItem style="display: none" label="是否开启考情监控">
         <Row>
           <Col span="17">
             <Select v-model="entity.openMonitor">
@@ -564,7 +564,7 @@ export default {
         paperRule: "",
         loginRule: "",
         clientTheme: "",
-        openMonitor: "",
+        openMonitor: "NO",
         sceneScore: "",
         faceVerify: {
           open: "",
@@ -627,13 +627,6 @@ export default {
             trigger: "change",
           },
         ],
-        openMonitor: [
-          {
-            required: true,
-            message: "请选择是否开启考场监控",
-            trigger: "change",
-          },
-        ],
         ceneScore: [
           {
             required: true,
@@ -702,7 +695,7 @@ export default {
         roomMonitorFileId: "",
         sceneScoreFileId: "",
         simulation: "",
-        openMonitor: "",
+        openMonitor: "NO",
         sceneScore: "",
         faceVerify: {
           open: "",