From 8b6e4d62034c2dc4920fd74cee0c7e8c1955c601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Wed, 3 Jul 2024 18:27:35 +0800 Subject: [PATCH] =?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/api/system/taskExecuteRecord.js | 6 + src/api/system/wangEditor.js | 4 +- .../system/ManageNodeInformation/index.vue | 90 ++++--- .../system/ManageNodeInformation/indexjs.js | 91 +++++-- .../system/components/Scriptpreviewopen.vue | 2 + src/views/system/components/question.vue | 70 ++---- .../system/components/questionopennew.vue | 4 +- src/views/system/specialDiseaseNode/index.vue | 223 ++++++++++++++++-- 8 files changed, 367 insertions(+), 123 deletions(-) diff --git a/src/api/system/taskExecuteRecord.js b/src/api/system/taskExecuteRecord.js index e3489db..72121d4 100644 --- a/src/api/system/taskExecuteRecord.js +++ b/src/api/system/taskExecuteRecord.js @@ -47,6 +47,12 @@ export function selectPatientQuestionSubmit(taskExecuteRecordId) { method: 'get' }) } +export function questionname(id) { + return request({ + url: '/system/question/'+id, + method: 'get' + }) +} // 入院记录 export function selectVisitRecord(id) { diff --git a/src/api/system/wangEditor.js b/src/api/system/wangEditor.js index 307ebde..5dd0a1e 100644 --- a/src/api/system/wangEditor.js +++ b/src/api/system/wangEditor.js @@ -1,9 +1,9 @@ import request from '@/utils/request' // 标签 -export function labelFieldList(fieldType) { +export function labelFieldList() { return request({ - url: `/manage/labelfieldinfo/labelFieldList?fieldType=${fieldType}`, + url: '/manage/labelfieldinfo/labelFieldList', method: 'get', }) } diff --git a/src/views/system/ManageNodeInformation/index.vue b/src/views/system/ManageNodeInformation/index.vue index 603f780..1cfee1f 100644 --- a/src/views/system/ManageNodeInformation/index.vue +++ b/src/views/system/ManageNodeInformation/index.vue @@ -356,25 +356,40 @@ -
- -
-
{{ formview.propagandaTitle }}
- -
- -
知识卡片
-
- -
-
+ +
+
+
{{ formview.propagandaTitle }}
+ +
+ +
知识卡片
+
+
+
+
+ +
+ +
- 时间间隔(分钟): + 时间间隔(分):
-
+ +
- + +
+ +
@@ -826,22 +851,23 @@ import indexjs from "./indexjs.js"; export default indexjs;