From 30afb3857a83f89151eafcc81baac754641dcc3d Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Fri, 3 Dec 2021 14:33:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/project/add/index.vue | 31 ++++++++++++++++--------------- src/pages/project/list/index.vue | 10 +++++----- src/pages/system/list/staff.vue | 4 ++-- 3 files changed, 23 insertions(+), 22 deletions(-) diff --git a/src/pages/project/add/index.vue b/src/pages/project/add/index.vue index e34ffa0..54b1715 100644 --- a/src/pages/project/add/index.vue +++ b/src/pages/project/add/index.vue @@ -5,8 +5,8 @@
- 保存为草稿 - 确定并发布 + 保存为草稿 + 确定并发布
@@ -17,17 +17,17 @@
- + - + - + - +
@@ -57,7 +57,7 @@
- +
@@ -76,13 +76,13 @@
- 平均分配分值 - 手动分配分值 + 平均分配分值 + 手动分配分值 (待分配分值: {{ handDistributionScore }}/100分)
- 判分点 - 批量删除 + 判分点 + 批量删除
@@ -128,13 +128,13 @@
实验提示
启用 - +
- +
@@ -193,6 +193,7 @@ export default { data() { return { projectId: this.$route.query.projectId, + item: this.$route.query.item, systemList: [], token: util.local.get(Setting.tokenKey), isDetail: Boolean(this.$route.query.show), diff --git a/src/pages/project/list/index.vue b/src/pages/project/list/index.vue index 8adc55c..3e075f0 100644 --- a/src/pages/project/list/index.vue +++ b/src/pages/project/list/index.vue @@ -86,7 +86,8 @@