From 6f5b41c11cd1cf18eb61032bbaa7c70b9a795e58 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com>
Date: Fri, 12 Apr 2024 13:13:29 +0800
Subject: [PATCH 01/14] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/record/record.vue | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/src/views/system/record/record.vue b/src/views/system/record/record.vue
index 33540f6..dd8a7f2 100644
--- a/src/views/system/record/record.vue
+++ b/src/views/system/record/record.vue
@@ -362,6 +362,14 @@
placeholder="请输入话术简介"
/>
+
+
+
@@ -435,6 +443,10 @@ export default {
if (this.$route.query.textRemindContent) {
this.formlists.textRemindContent = this.$route.query.textRemindContent;
}
+ if( this.$route.query.routeHandleRemark){
+ this.formlist.routeHandleRemark =
+ this.$route.query.routeHandleRemark;
+ }
// 文章末班
if (this.$route.query.taskType == "PROPAGANDA_ARTICLE") {
this.getPropagandaLIST();
@@ -472,6 +484,8 @@ export default {
if (this.$route.query.routeHandleRemark) {
this.questiondata.routeHandleRemark =
this.$route.query.routeHandleRemark;
+
+
}
this.questiondata.subjectResultList.forEach((e) => {
From 217d248f6023ecffad857ca7991504e2b93832cb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com>
Date: Fri, 12 Apr 2024 14:37:36 +0800
Subject: [PATCH 02/14] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/manage/Auditing/index.vue | 16 +++++++++++++-
src/views/system/addQuestionnaire/index.vue | 23 +++++++++++++++------
2 files changed, 32 insertions(+), 7 deletions(-)
diff --git a/src/views/manage/Auditing/index.vue b/src/views/manage/Auditing/index.vue
index fab5399..b53313e 100644
--- a/src/views/manage/Auditing/index.vue
+++ b/src/views/manage/Auditing/index.vue
@@ -82,7 +82,21 @@
-
+
+
+ 与现实生活一致:与现实生活的流程、逻辑保持一致,遵循用户习惯的语言和概念;
+ 在界面中一致:所有的元素和结构需保持一致,比如:设计样式、图标和文本、元素的位置等。
+
+
+ 用户决策:根据场景可给予用户操作建议或安全提示,但不能代替用户进行决策;
+ 结果可控:用户可以自由的进行操作,包括撤销、回退和终止当前操作等。
+
+
+ 简化流程:设计简洁直观的操作流程;
+ 清晰明确:语言表达清晰且表意明确,让用户快速理解进而作出决策;
+ 帮助用户识别:界面简单直白,让用户快速识别而非回忆,减少用户记忆负担。
+
+
diff --git a/src/views/system/addQuestionnaire/index.vue b/src/views/system/addQuestionnaire/index.vue
index f0fa224..2f1ab50 100644
--- a/src/views/system/addQuestionnaire/index.vue
+++ b/src/views/system/addQuestionnaire/index.vue
@@ -1,11 +1,20 @@