From a50a23072b3ddcf2f7f4420e8ff89fff8557bf9d Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Tue, 14 Jun 2022 08:46:50 +0800
Subject: [PATCH] 成绩查询,报名清册修改
---
src/views/trainExam/performance.vue | 34 +++++++++++++++++-----------------
1 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/src/views/trainExam/performance.vue b/src/views/trainExam/performance.vue
index f53f93c..f80b010 100644
--- a/src/views/trainExam/performance.vue
+++ b/src/views/trainExam/performance.vue
@@ -114,6 +114,7 @@
>
<el-button
icon="el-icon-s-promotion"
+ style="display:none"
@click="openzhengjian(row)"
:disabled="row.qualified != 0"
:size="size"
@@ -428,14 +429,14 @@
]
},
{
- label: "身份证号",
+ label: "账号",
prop: "account",
labelWidth: 110,
disabled: true,
rules: [
{
required: true,
- message: "请输入身份证号",
+ message: "请输入账号",
trigger: "blur"
}
]
@@ -590,7 +591,7 @@
dialogClickModal: false,
// 操作栏宽度
menu: true,
- menuWidth: 330,
+ menuWidth: 280,
labelWidth: 120,
...this.$store.state.control.clearOtherBut,
@@ -669,7 +670,6 @@
// 表单编辑时是否可见
editDisplay: true,
searchLabelWidth: 50,
- searchSpan: 3,
// 表单编辑时是否为查看模式
editDetail: false,
rules: [
@@ -737,18 +737,18 @@
],
width: 110
},
- {
- label: "照片",
- prop: "avatar",
- type: "upload",
- listType: "picture-img",
- width: 60,
- editDisabled: false,
- // 表单编辑时是否可见
- editDisplay: false,
- // 表单编辑时是否为查看模式
- editDetail: false
- },
+ // {
+ // label: "照片",
+ // prop: "avatar",
+ // type: "upload",
+ // listType: "picture-img",
+ // width: 60,
+ // editDisabled: false,
+ // // 表单编辑时是否可见
+ // editDisplay: false,
+ // // 表单编辑时是否为查看模式
+ // editDetail: false
+ // },
{
label: "所属公司",
prop: "companyName",
@@ -780,7 +780,7 @@
trigger: "blur"
}
],
- width: 180,
+ minWidth: 180,
overHidden: true
},
{
--
Gitblit v1.9.3