From c8e279927a36c755fd78769cfa8e489568192aa4 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 28 Aug 2021 16:31:05 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises

---
 src/views/trainExam/performance.vue |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/src/views/trainExam/performance.vue b/src/views/trainExam/performance.vue
index d105a65..95027d0 100644
--- a/src/views/trainExam/performance.vue
+++ b/src/views/trainExam/performance.vue
@@ -151,7 +151,7 @@
             search: true,
             searchSpan: 4,
             slot: true,
-            viewDisplay:false,
+            viewDisplay:true,
             // 表单新增时是否禁止
             addDisabled: false,
             // 表单新增时是否可见
@@ -159,9 +159,10 @@
             // 表单新增时是否为查看模式
             addDetail: false,
             // 表单编辑时是否禁止
-            editDisabled: false,
+            editDisabled: true,
+            viewDisabled: true,
             // 表单编辑时是否可见
-            editDisplay: false,
+            editDisplay: true,
             // 表单编辑时是否为查看模式
             editDetail: false,
             rules: [
@@ -171,7 +172,8 @@
                 trigger: "blur",
               },
             ],
-            overHidden:true,
+            width:250,
+            // overHidden:true,
           },
           {
             label: "用户名",
@@ -198,6 +200,7 @@
                 trigger: "blur",
               },
             ],
+             width:160,
           },
           {
             label: "所属公司",
@@ -229,6 +232,7 @@
                 trigger: "blur",
               },
             ],
+            width:230,
           },
           {
             label: "考试开始时间",

--
Gitblit v1.9.3