From 326cdff899f5d6451bb1981eeda629a88bfe9e75 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 17 Jan 2022 17:42:01 +0800
Subject: [PATCH] 报名列表修改,考试成绩修改,成绩申请修改修改
---
src/views/trainExam/modifiedGrades.vue | 34 +++++++++++++++++++++++++++-------
1 files changed, 27 insertions(+), 7 deletions(-)
diff --git a/src/views/trainExam/modifiedGrades.vue b/src/views/trainExam/modifiedGrades.vue
index cca4f13..b2697bc 100644
--- a/src/views/trainExam/modifiedGrades.vue
+++ b/src/views/trainExam/modifiedGrades.vue
@@ -313,11 +313,13 @@
...this.$store.state.control.clearOtherBut,
column: [
{
- label: "考试名称",
- prop: "examName",
+ label: "考试时间",
+ prop: "examTime",
search: true,
- searchSpan: 5,
- slot: true,
+ searchSpan: 4,
+ type:"date",
+ format: "yyyy-MM-dd",
+ valueFormat: "yyyy-MM-dd",
viewDisplay: true,
// 表单新增时是否禁止
addDisabled: false,
@@ -339,10 +341,9 @@
trigger: "blur",
},
],
- width: 210,
+ width: 90,
overHidden:true,
},
-
{
label: "姓名",
prop: "realName",
@@ -457,6 +458,7 @@
{
label: "修改后理论成绩",
+ width:110,
prop: "newScore",
slot: true,
// 表单新增时是否禁止
@@ -471,7 +473,25 @@
editDisplay: true,
// 表单编辑时是否为查看模式
editDetail: false,
- width: 88,
+ },
+
+ {
+ label: "笔试答题图片",
+ prop: "url",
+ labelWidth:110,
+ type: 'upload',
+ dataType: 'string',
+ width:98,
+ span: 24,
+ limit:5,
+ listType: 'picture-card',
+ disabled:true,
+ tip: '只能上传jpg/png文件,最多上传5张',
+ propsHttp: {
+ res: 'data',
+ url: "url"
+ },
+ action: "/api/blade-resource/oss/endpoint/put-files",
},
{
--
Gitblit v1.9.3