diff --git a/src/views/manage/components/RehabilitationPlanandRecords.vue b/src/views/manage/components/RehabilitationPlanandRecords.vue index 3a132ba..f4b31d0 100644 --- a/src/views/manage/components/RehabilitationPlanandRecords.vue +++ b/src/views/manage/components/RehabilitationPlanandRecords.vue @@ -9,8 +9,8 @@
-
-
任务:
+
+
手动创建任务:
@@ -76,6 +76,76 @@
+
+
专病管理路径:
+
+
+
+ 路径名称: {{ item.routeName }} +
+
+ 适用范围: {{ item.suitRange == 'IN_THE_HOSPITAL' ? '在院' : '' }} + {{ item.suitRange == 'DISCHARGE' ? '出院' : '' }} + {{ item.suitRange == 'OUTPATIENT_SERVICE' ? '门诊' : '' }} + {{ item.suitRange == 'OUTPATIENT_SERVICE_DISCHARGE' ? '门诊+出院' : "" }} +
+
+ 路径详情: 预览 +
+
+
+
+
+ 任务内容:{{ uitem.taskType == 'PHONE_OUTBOUND' ? "电话外呼" : "" }} + {{ uitem.taskType == 'QUESTIONNAIRE_SCALE' ? "问卷量表" : "" }} + {{ uitem.taskType == 'PROPAGANDA_ARTICLE' ? "宣教文案" : "" }} + {{ uitem.taskType == 'TEXT_REMIND' ? "文字提醒" : "" }} + {{ uitem.taskType == 'ARTIFICIAL_FOLLOW_UP' ? "人工随访" : "" }} +
+
+ 话术模板:{{ uitem.phoneTemplateName }} +
+
+ 问卷模板:{{ uitem.questionnaireName }} +
+
+ 问卷有效期:{{ uitem.questionExpirationDate }}天 +
+
+ 宣教模板:{{ uitem.propagandaTitle }} +
+
+ 提醒内容:{{ uitem.textRemindContent }} +
+
+ 人工随访模板:{{ uitem.questionnaireName }} +
+
+ 人工随访详情:预览 +
+
+ 问卷模板详情:预览 +
+
+ 宣教模板详情:预览 +
+
+ 话术模板详情:预览 +
+
+
+
+
@@ -101,6 +171,11 @@ + + + + +
+ \ No newline at end of file diff --git a/src/views/manage/components/wangEditor.vue b/src/views/manage/components/wangEditor.vue new file mode 100644 index 0000000..de39f8b --- /dev/null +++ b/src/views/manage/components/wangEditor.vue @@ -0,0 +1,583 @@ + + + + + diff --git a/src/views/system/components/wangEditor.vue b/src/views/system/components/wangEditor.vue index d9f864e..995ddf9 100644 --- a/src/views/system/components/wangEditor.vue +++ b/src/views/system/components/wangEditor.vue @@ -95,7 +95,6 @@ export default ({ }, methods: { emit() { - console.log() this.$emit("on-nodeContent", { nodeContent: this.html }); }, panelchange(item) {