-
-
-
+
@@ -40,7 +46,10 @@ import { formatAxis } from '/@/utils/formatTime';
import { useMessage } from '/@/hooks/message';
import { Session } from '/@/utils/storage';
import { initBackEndControlRoutes } from '/@/router/backEnd';
+import { currentConsult } from '/@/stores/message/consult'
+import { getUserSchoolInfo } from '/@/api/school/scalePlatform'
+const counterStore = currentConsult()
// 引入组件
const Password = defineAsyncComponent(() => import('./component/password.vue'));
const Mobile = defineAsyncComponent(() => import('./component/mobile.vue'));
@@ -64,6 +73,16 @@ const getThemeConfig = computed(() => {
return themeConfig.value;
});
+// 获取学校ID
+const handleGetScollId = async () => {
+ const res = await getUserSchoolInfo();
+ if (res.code == 0) {
+ localStorage.setItem('schoolId', '');
+ localStorage.setItem('schoolId', res.data.schoolId);
+ }
+}
+
+
// 登录成功后的跳转处理事件
const signInSuccess = async () => {
const isNoPower = await initBackEndControlRoutes();
@@ -84,6 +103,10 @@ const signInSuccess = async () => {
// 登录成功提示
const signInText = t('signInText');
useMessage().success(`${currentTimeInfo},${signInText}`);
+ //获取学校信息
+ // counterStore.scollId = '';
+ // counterStore.getScollId()
+ await handleGetScollId()
// 添加 loading,防止第一次进入界面时出现短暂空白
NextLoading.start();
}
@@ -94,3 +117,61 @@ onMounted(() => {
NextLoading.done();
});
+
+
diff --git a/src/views/message/consultMessageLog/form.vue b/src/views/message/consultMessageLog/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..38eac0801a22c5f260f112ee7f12c54b4fd3b1ae
--- /dev/null
+++ b/src/views/message/consultMessageLog/form.vue
@@ -0,0 +1,125 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/message/consultMessageLog/index.vue b/src/views/message/consultMessageLog/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..474bf2eee9782f0e25de0a19b817a427b81444ca
--- /dev/null
+++ b/src/views/message/consultMessageLog/index.vue
@@ -0,0 +1,156 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+ 重 置
+
+
+
+
+
+
+ 新 增
+
+ 导 入
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/message/consultRecord/index.vue b/src/views/message/consultRecord/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..9fbf5e87a1c129c06eae780b9344fca0133fc751
--- /dev/null
+++ b/src/views/message/consultRecord/index.vue
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+ 重 置
+
+
+
+
+
+
+ 新 增
+
+ 导 入
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/message/guideKeyword/form.vue b/src/views/message/guideKeyword/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..4bad3bf957688fb588074e7ecd05ff18e2869b3a
--- /dev/null
+++ b/src/views/message/guideKeyword/form.vue
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/message/guideKeyword/index.vue b/src/views/message/guideKeyword/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..904f53895e0688b70e8ebd061e6dd51ebb41c058
--- /dev/null
+++ b/src/views/message/guideKeyword/index.vue
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+ 新 增
+
+
+ 导 入
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/message/guideOption/form.vue b/src/views/message/guideOption/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..a8b3f619d71c517439e9952b135ba52d6d034ef0
--- /dev/null
+++ b/src/views/message/guideOption/form.vue
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/message/guideOption/index.vue b/src/views/message/guideOption/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..30490b842f28399d4b4b983ed74eb286d0de80a4
--- /dev/null
+++ b/src/views/message/guideOption/index.vue
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+ 重 置
+
+
+
+
+
+
+ 新 增
+
+
+ 删 除
+
+ 设置最小权重
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/message/message/form.vue b/src/views/message/message/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..b59d6ec5ca404c83de2861433ef90f193ecc2f2a
--- /dev/null
+++ b/src/views/message/message/form.vue
@@ -0,0 +1,139 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/message/message/index.vue b/src/views/message/message/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..ecc3e191ca7ef4e689bdd1779ef5f1d8a5db2036
--- /dev/null
+++ b/src/views/message/message/index.vue
@@ -0,0 +1,131 @@
+
+
+
+
+
+
+ 新 增
+
+
+ 导 入
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/message/onlineMessage/consultList.vue b/src/views/message/onlineMessage/consultList.vue
new file mode 100644
index 0000000000000000000000000000000000000000..5c6547bf49ee27f71524085256a244a66e2071ad
--- /dev/null
+++ b/src/views/message/onlineMessage/consultList.vue
@@ -0,0 +1,241 @@
+
+
+
+
+
+
+
+
+ {{ other.getParamText(item.param) }}
+
+
+
+
+
+
+
+
+
+
+ {{ other.getCurrentMessage(item) }}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/message/onlineMessage/consultMain.vue b/src/views/message/onlineMessage/consultMain.vue
new file mode 100644
index 0000000000000000000000000000000000000000..67a7526e90b9087a9e126d38ba3cf49f286e1514
--- /dev/null
+++ b/src/views/message/onlineMessage/consultMain.vue
@@ -0,0 +1,140 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/message/onlineMessage/content.vue b/src/views/message/onlineMessage/content.vue
new file mode 100644
index 0000000000000000000000000000000000000000..b47e3809244ed2fcf2896bd8aa7d4336a4e99083
--- /dev/null
+++ b/src/views/message/onlineMessage/content.vue
@@ -0,0 +1,272 @@
+
+
+
向上滚动加载更多内容
+
+ {{ getTimeText(item.sendTime) }}
+
+
+
+
+
+
+ {{ item.sendTime }}
+
+
+
+
+
+
+
+
+
diff --git a/src/views/message/onlineMessage/index.vue b/src/views/message/onlineMessage/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..400be0496b83f15d7e406fbc9f26e88d3ad49f64
--- /dev/null
+++ b/src/views/message/onlineMessage/index.vue
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
diff --git a/src/views/message/onlineMessage/info.vue b/src/views/message/onlineMessage/info.vue
new file mode 100644
index 0000000000000000000000000000000000000000..fa9c4794b35a5dfc947fd930dccfe87e4ddbd9f8
--- /dev/null
+++ b/src/views/message/onlineMessage/info.vue
@@ -0,0 +1,174 @@
+
+
+
+
+
+
+
{{ consult.data?.username }}
+
{{ consult.data?.phone }}
+
+
+
+
+ {{ roleName }}
+
+
+
+
+
+ 用户信息
+ 测评信息
+
+
------
+
+
+
+
+
{{ consultantInfo.name }}
+
咨询师
+
+
+
+ 服务录入
+ 订单查看
+ 服务查看
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/message/onlineMessage/send.vue b/src/views/message/onlineMessage/send.vue
new file mode 100644
index 0000000000000000000000000000000000000000..e51d0061ca0d64031f05b078ff71becbbed35154
--- /dev/null
+++ b/src/views/message/onlineMessage/send.vue
@@ -0,0 +1,69 @@
+
+
+
+ 发送
+
+
+
+
+
+
diff --git a/src/views/message/pigeonsMessage/form.vue b/src/views/message/pigeonsMessage/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..30f791ad1812a652e54b26f74bed86aa07b680e9
--- /dev/null
+++ b/src/views/message/pigeonsMessage/form.vue
@@ -0,0 +1,184 @@
+
+
+
+
向上滚动加载更多内容
+
+
+
用户
+
客服
+
{{ replyMessage.timeInterval }}
+
+
+ {{ replyMessage.content }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/message/pigeonsMessage/index.vue b/src/views/message/pigeonsMessage/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..07fad2b7b23d85c2ae2316855cd36e222b7da5cb
--- /dev/null
+++ b/src/views/message/pigeonsMessage/index.vue
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+ 重 置
+
+
+
+
+
+
+
+
+
+
+
+ 新回复
+
+ -
+
+
+
+
+
+
+ 回复
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/message/replyMessage/form.vue b/src/views/message/replyMessage/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..9ded37aa78480d0b6f53965d9084fe826ee50d04
--- /dev/null
+++ b/src/views/message/replyMessage/form.vue
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/message/replyMessage/index.vue b/src/views/message/replyMessage/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..8c3d74efd24dff90c6ab6ed324e26439c0998dd0
--- /dev/null
+++ b/src/views/message/replyMessage/index.vue
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+ 重 置
+
+
+
+
+
+
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/message/userMessage/form.vue b/src/views/message/userMessage/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..a8b4b2f1fe8d192f24f3e8e241c5f8b5c3f13616
--- /dev/null
+++ b/src/views/message/userMessage/form.vue
@@ -0,0 +1,203 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/message/userMessage/index.vue b/src/views/message/userMessage/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..d7a5400109a08d584a77abbaac0d75b2cf66e5b1
--- /dev/null
+++ b/src/views/message/userMessage/index.vue
@@ -0,0 +1,155 @@
+
+
+
+
+
+ 发送消息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+ 重 置
+
+
+
+
+
+
+
+
+
+
+
+ 未读
+ 已读
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/assessmentDescribe/form.vue b/src/views/platform/assessmentDescribe/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..d7238a1260703cbb39e80cd8dc3feaa384dba133
--- /dev/null
+++ b/src/views/platform/assessmentDescribe/form.vue
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/assessmentDescribe/index.vue b/src/views/platform/assessmentDescribe/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..ba1871c8ae26910a914d66678d9a8e19af9ea1c9
--- /dev/null
+++ b/src/views/platform/assessmentDescribe/index.vue
@@ -0,0 +1,131 @@
+
+
+
+
+
+
+ 新 增
+
+
+ 导 入
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/assessmentIndicators/form.vue b/src/views/platform/assessmentIndicators/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..c598bfeabf8eb381f03e0ff7f64e40aca31e5f20
--- /dev/null
+++ b/src/views/platform/assessmentIndicators/form.vue
@@ -0,0 +1,125 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/assessmentIndicators/index.vue b/src/views/platform/assessmentIndicators/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..e17cebe037653e5e3d5532adf12337a825e84012
--- /dev/null
+++ b/src/views/platform/assessmentIndicators/index.vue
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+ 新 增
+
+
+ 导 入
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/assessmentIndicatorsRange/form.vue b/src/views/platform/assessmentIndicatorsRange/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..d9d375f72ff5b316f198c04e033fc9f67c59c722
--- /dev/null
+++ b/src/views/platform/assessmentIndicatorsRange/form.vue
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/assessmentIndicatorsRange/index.vue b/src/views/platform/assessmentIndicatorsRange/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..76ff7b04b260c84fadcc365a0fa1ad313723e1f5
--- /dev/null
+++ b/src/views/platform/assessmentIndicatorsRange/index.vue
@@ -0,0 +1,133 @@
+
+
+
+
+
+
+ 新 增
+
+
+ 导 入
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/assessmentPeopleTag/form.vue b/src/views/platform/assessmentPeopleTag/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..f688dc325b20b8ef525cbe925793738b03664b5b
--- /dev/null
+++ b/src/views/platform/assessmentPeopleTag/form.vue
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/assessmentPeopleTag/index.vue b/src/views/platform/assessmentPeopleTag/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..77ab6a429a348767eee26581a6d00f205cffe45a
--- /dev/null
+++ b/src/views/platform/assessmentPeopleTag/index.vue
@@ -0,0 +1,141 @@
+
+
+
+
+
+
+ 新 增
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+ 重 置
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/assessmentPublisherInfo/form.vue b/src/views/platform/assessmentPublisherInfo/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..3cfa65c440ab6f66f0b5ccdeac00c4207a69304a
--- /dev/null
+++ b/src/views/platform/assessmentPublisherInfo/form.vue
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/assessmentPublisherInfo/index.vue b/src/views/platform/assessmentPublisherInfo/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..6170e7a6df6f7110c404e53190beb94da20d6084
--- /dev/null
+++ b/src/views/platform/assessmentPublisherInfo/index.vue
@@ -0,0 +1,151 @@
+
+
+
+
+
+
+ 新 增
+
+
+
+
+
+
+
+
+
+
+ 查 询
+ 重 置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/assessmentTheme/form.vue b/src/views/platform/assessmentTheme/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..f367b66551ee9340c60de114adfcfa458dba4731
--- /dev/null
+++ b/src/views/platform/assessmentTheme/form.vue
@@ -0,0 +1,177 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/assessmentTheme/index.vue b/src/views/platform/assessmentTheme/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..a737b386fc21689e0d2896829c07f5dbcae4c7ef
--- /dev/null
+++ b/src/views/platform/assessmentTheme/index.vue
@@ -0,0 +1,254 @@
+
+
+
+
+
+
+ 新 增
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+ 重 置
+
+
+
+
+
+
+
+
+
+ {{ scope.row.mainColor || '无' }}
+
+
+
+
+
+
+
+
+
+
+
+
+ 无
+
+
+
+
+
+
+
+ {{ scope.row.boxColor || '无' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 无
+
+
+
+
+
+
+
+ {{ scope.row.btnPreColor || '无' }}
+
+
+
+
+
+
+
+
+
+ {{ scope.row.btnNextColor || '无' }}
+
+
+
+
+
+
+
+
+
+ {{ scope.row.optionColor || '无' }}
+
+
+
+
+
+
+
+
+
+ {{ scope.row.selectColor || '无' }}
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/assessmentType/form.vue b/src/views/platform/assessmentType/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..88fc9270ec850821260c17e836e6d4f062f9d809
--- /dev/null
+++ b/src/views/platform/assessmentType/form.vue
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/assessmentType/index.vue b/src/views/platform/assessmentType/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..a50bb9fd75097a317feb048aaac81f380ae199e9
--- /dev/null
+++ b/src/views/platform/assessmentType/index.vue
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+ 新 增
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/doctorSchedule/form.vue b/src/views/platform/doctorSchedule/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..0db9eddf76a60a0f0446261bb418c54d19a0aaa6
--- /dev/null
+++ b/src/views/platform/doctorSchedule/form.vue
@@ -0,0 +1,315 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 周一
+ {{ key }}
+ 取消
+ 选择
+
+
+
+ {{ hourSchedule.startTime.substring(0, 5) }} - {{ hourSchedule.endTime.substring(0, 5) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/doctorSchedule/index.vue b/src/views/platform/doctorSchedule/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..a1ba6b92714d20671d3d5ce0f94c0633c21a05ff
--- /dev/null
+++ b/src/views/platform/doctorSchedule/index.vue
@@ -0,0 +1,131 @@
+
+
+
+
+
+
+ 新 增
+
+
+ 导 入
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/doctorScheduleLog/form.vue b/src/views/platform/doctorScheduleLog/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..a8904d2ddfc481dd8e779dc0b8636828a58dc6a4
--- /dev/null
+++ b/src/views/platform/doctorScheduleLog/form.vue
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/doctorScheduleLog/index.vue b/src/views/platform/doctorScheduleLog/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..973512953c30831367c5e8406c98a9500cca3658
--- /dev/null
+++ b/src/views/platform/doctorScheduleLog/index.vue
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+ 新 增
+
+
+ 导 入
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/platformArticle/form.vue b/src/views/platform/platformArticle/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..c9e9cb99e330cd49ae20cf5a11869f1ee85312c5
--- /dev/null
+++ b/src/views/platform/platformArticle/form.vue
@@ -0,0 +1,414 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 发布者信息
+ 平台用户
+ 咨询师
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/platformArticle/index.vue b/src/views/platform/platformArticle/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..8872474a83c87a057caf60be5b559e5cf6b065c9
--- /dev/null
+++ b/src/views/platform/platformArticle/index.vue
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+ 新 增
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+ 重 置
+
+
+
+
+
+
+
+
+
+
+
+
+ 纯文字
+ 长图文
+ 富文本
+ 公众号链接
+ 音乐
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 发布
+
+ 下架
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/platformIndex/form.vue b/src/views/platform/platformIndex/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..e572bc0efd4cfbdb011807e611e38e14b26b31c3
--- /dev/null
+++ b/src/views/platform/platformIndex/form.vue
@@ -0,0 +1,286 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ _
+ {
+ handleTypeChange();
+ contentTypeChange();
+ }" style="width: 30%;" v-model="form.contentType" placeholder="请选择内容类型">
+
+
+
+
+
+ _
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/platform/platformIndex/index.vue b/src/views/platform/platformIndex/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..d1b5aae73ed2b5b07037476e5eba38a964202c50
--- /dev/null
+++ b/src/views/platform/platformIndex/index.vue
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+ 新 增
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/question/form.vue b/src/views/platform/question/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..768059f3c69397094c49f6948d2bdd3ce7e6cd0f
--- /dev/null
+++ b/src/views/platform/question/form.vue
@@ -0,0 +1,125 @@
+
+
+
+
+
+
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/question/index.vue b/src/views/platform/question/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..9269e50ecb4d9d5b7137c59a3f6f82f3a661e7bb
--- /dev/null
+++ b/src/views/platform/question/index.vue
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+ 新 增
+
+
+ 导 入
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/questionCombination/form.vue b/src/views/platform/questionCombination/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..51a247fca80289ee787de9781a3274ee138988c2
--- /dev/null
+++ b/src/views/platform/questionCombination/form.vue
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/questionCombination/index.vue b/src/views/platform/questionCombination/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..565b3a518723e802143f724722836bad1eceb449
--- /dev/null
+++ b/src/views/platform/questionCombination/index.vue
@@ -0,0 +1,149 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+
+ 重 置
+
+
+
+
+
+
+ 新 增
+
+
+ 导 入
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/questionOption/form.vue b/src/views/platform/questionOption/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..0dcfeb49748d3d8f9093a35575f7f9f5b66b65be
--- /dev/null
+++ b/src/views/platform/questionOption/form.vue
@@ -0,0 +1,192 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 导入首题设置
+
+
+
+
+
+
+ 选项
+
+
+ 得分
+
+
+
+
+
+
+ {{ other.getOptionIndexChart(index) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/questionOption/index.vue b/src/views/platform/questionOption/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..7ff012a54501aaadaadd8c706cac488aef5237a7
--- /dev/null
+++ b/src/views/platform/questionOption/index.vue
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+
+ 重 置
+
+
+
+
+
+
+ 新 增
+
+
+ 导 入
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/questionRecord/form.vue b/src/views/platform/questionRecord/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..94d79c3bcefd9e0edd3e277aa57cb55871ef244d
--- /dev/null
+++ b/src/views/platform/questionRecord/form.vue
@@ -0,0 +1,137 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/questionRecord/index.vue b/src/views/platform/questionRecord/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..622fc1361dc894e90d5ae23c0921c8ca9c9eb36e
--- /dev/null
+++ b/src/views/platform/questionRecord/index.vue
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+ 重 置
+
+
+
+
+
+
+ 新 增
+
+ 导 入
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/questionRecordDetails/form.vue b/src/views/platform/questionRecordDetails/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..f59692af52b30853086b1a11aefc1bfe0be92a12
--- /dev/null
+++ b/src/views/platform/questionRecordDetails/form.vue
@@ -0,0 +1,116 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/questionRecordDetails/index.vue b/src/views/platform/questionRecordDetails/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..4bf575013567d14edce14f8cca78a5f58b75f566
--- /dev/null
+++ b/src/views/platform/questionRecordDetails/index.vue
@@ -0,0 +1,147 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+
+ 重 置
+
+
+
+
+
+
+ 新 增
+
+
+ 导 入
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/questionTable/aggregationIndicators.vue b/src/views/platform/questionTable/aggregationIndicators.vue
new file mode 100644
index 0000000000000000000000000000000000000000..44089299fe2ae8d7e611347ebb378838112425de
--- /dev/null
+++ b/src/views/platform/questionTable/aggregationIndicators.vue
@@ -0,0 +1,505 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/questionTable/assessmentPublish.vue b/src/views/platform/questionTable/assessmentPublish.vue
new file mode 100644
index 0000000000000000000000000000000000000000..e10b83f50a24fc01f0a88a7f378d69b1b0a5fb5b
--- /dev/null
+++ b/src/views/platform/questionTable/assessmentPublish.vue
@@ -0,0 +1,426 @@
+
+
+
+
+
+
+
+
+
+ 量表主题
+
+
+
+
+
+ 创建新主题
+ 使用已有主题
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/questionTable/form.vue b/src/views/platform/questionTable/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..81719037f4cd9fa6856509ccb145595cf2a7734d
--- /dev/null
+++ b/src/views/platform/questionTable/form.vue
@@ -0,0 +1,322 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/questionTable/index.vue b/src/views/platform/questionTable/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..2a0c6a69fe268f10edadbe93088f3dbb864b568a
--- /dev/null
+++ b/src/views/platform/questionTable/index.vue
@@ -0,0 +1,359 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+ 重 置
+
+
+
+
+
+ 新 增
+ 导 入
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 平台
+ 学校
+ 线下
+
+
+
+
+
+ 编辑
+ 删除
+
+ 发布
+ 重发
+
+
+ 下架
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/questionTable/indicatorOption.vue b/src/views/platform/questionTable/indicatorOption.vue
new file mode 100644
index 0000000000000000000000000000000000000000..6f63bbfe449c6c31ab468c6effd71fce92d24d52
--- /dev/null
+++ b/src/views/platform/questionTable/indicatorOption.vue
@@ -0,0 +1,325 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 批量编辑
+
+
+
+
+
+ 题目内容
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/questionTable/indicatorOptionScore.vue b/src/views/platform/questionTable/indicatorOptionScore.vue
new file mode 100644
index 0000000000000000000000000000000000000000..3ce45f547b30ac394896bbf0b679904c2fd259e8
--- /dev/null
+++ b/src/views/platform/questionTable/indicatorOptionScore.vue
@@ -0,0 +1,160 @@
+
+
+
+
+
+
+
+ 选项
+
+
+ 得分
+
+
+ 纬度得分
+
+
+
+
+
+ {{ other.getOptionIndexChart(index) }}
+
+ {{ option.content }}
+
+
+ {{ option.score }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/questionTable/indicatorShow.vue b/src/views/platform/questionTable/indicatorShow.vue
new file mode 100644
index 0000000000000000000000000000000000000000..1dd1c80dd0dd4582738d172c03b6c81ac76c5ddf
--- /dev/null
+++ b/src/views/platform/questionTable/indicatorShow.vue
@@ -0,0 +1,268 @@
+
+
+
+
+
+
+ 新增
+
+
+
+
+
+
+
+
+
+
+
+
+
+ !<{{ item.questionIndex }}>,
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/questionTable/indicators.vue b/src/views/platform/questionTable/indicators.vue
new file mode 100644
index 0000000000000000000000000000000000000000..f5ee34582de140c0ebf74136a9314cc108cb1ca0
--- /dev/null
+++ b/src/views/platform/questionTable/indicators.vue
@@ -0,0 +1,717 @@
+
+
+
+
+
添加说明
+
添加和删除因子前需要先进行保存操作
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 添加
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 添加
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ %
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/questionTable/info.vue b/src/views/platform/questionTable/info.vue
new file mode 100644
index 0000000000000000000000000000000000000000..1a64680759385dfa536eb2e90adc600851820b7d
--- /dev/null
+++ b/src/views/platform/questionTable/info.vue
@@ -0,0 +1,1371 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 图文
+ 富文本
+
+
+
+
+
+
+
+
+
+
+
+ {{ file.name }}
+ ↑
+ ↓
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 图文
+ 富文本
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ file.name }}
+ ↑
+ ↓
+
+
+
+
+
+
+
+
+
+
+
+
+ 图文
+ 富文本
+
+
+
+
+
+
+
+
+
+
+
+ {{ file.name }}
+ ↑
+ ↓
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 图文
+ 富文本
+
+
+
+
+
+
+
+
+
+
+
+ {{ file.name }}
+ ↑
+ ↓
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 上传
+ 默认
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 增加
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/questionTable/question.vue b/src/views/platform/questionTable/question.vue
new file mode 100644
index 0000000000000000000000000000000000000000..2477082f163b6fa346519cbe49a05f90da365fd1
--- /dev/null
+++ b/src/views/platform/questionTable/question.vue
@@ -0,0 +1,279 @@
+
+
+
+
+
+
+ 新增
+
+
+ 导 入
+
+
+ 模板下载
+
+
+
+
+
+
+
+
+ {{ scope.row.questionIndex }}
+
+
+
+
+
+
+
+ {{ other.getOptionIndexChart(index) }}:{{ option.content }}[{{ option.score }}分]
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/questionTable/questionOption.vue b/src/views/platform/questionTable/questionOption.vue
new file mode 100644
index 0000000000000000000000000000000000000000..20c8e6c8629ef70ea3b09e53eaf601bd5f808411
--- /dev/null
+++ b/src/views/platform/questionTable/questionOption.vue
@@ -0,0 +1,188 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 导入首题设置
+
+
+
+
+
+
+ 选项
+
+
+ 得分
+
+
+
+
+
+
+ {{ other.getOptionIndexChart(index) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/questionTable/report.vue b/src/views/platform/questionTable/report.vue
new file mode 100644
index 0000000000000000000000000000000000000000..c77aadc780df8f0649309fd016d924ecb090ce47
--- /dev/null
+++ b/src/views/platform/questionTable/report.vue
@@ -0,0 +1,122 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/questionTable/reportIndicators.vue b/src/views/platform/questionTable/reportIndicators.vue
new file mode 100644
index 0000000000000000000000000000000000000000..08a048ade365704dd84f3a5c7d86e9adae4ba7bf
--- /dev/null
+++ b/src/views/platform/questionTable/reportIndicators.vue
@@ -0,0 +1,533 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/questionTable/scoreIndicators.vue b/src/views/platform/questionTable/scoreIndicators.vue
new file mode 100644
index 0000000000000000000000000000000000000000..b374508c6cfc729d6c4ea064a15d12ef761c79c2
--- /dev/null
+++ b/src/views/platform/questionTable/scoreIndicators.vue
@@ -0,0 +1,417 @@
+
+
+
+
+
+
添加说明
+
添加和删除因子前需要先进行保存操作
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ±
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 添加
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/remark/form.vue b/src/views/platform/remark/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..a546a6a32e9d7084d49e336ff4b78fe4cf0ebdcf
--- /dev/null
+++ b/src/views/platform/remark/form.vue
@@ -0,0 +1,363 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/remark/index.vue b/src/views/platform/remark/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..ea56f3754551fabb69a56b75617e7245f9652019
--- /dev/null
+++ b/src/views/platform/remark/index.vue
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+ 重 置
+
+
+
+
+
+
+ 新 增
+
+ 导 入
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/school/form.vue b/src/views/platform/school/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..f194071489cf43cc9dc7ca214061fee2f8940c5e
--- /dev/null
+++ b/src/views/platform/school/form.vue
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/school/index.vue b/src/views/platform/school/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..b61600da9d5baa3423c9bb74ffe8233550a24c86
--- /dev/null
+++ b/src/views/platform/school/index.vue
@@ -0,0 +1,140 @@
+
+
+
+
+
+
+
+
+
+
+ 查 询
+
+ 重 置
+
+
+
+
+
+
+ 新 增
+
+
+ 导 入
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/schoolClass/form.vue b/src/views/platform/schoolClass/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..f4d52277d93333ea73bc9e198429e2632d0b306d
--- /dev/null
+++ b/src/views/platform/schoolClass/form.vue
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/schoolClass/index.vue b/src/views/platform/schoolClass/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..0cbaabafd7c23394cd83ef5467866588c9b9b14d
--- /dev/null
+++ b/src/views/platform/schoolClass/index.vue
@@ -0,0 +1,143 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+
+ 重 置
+
+
+
+
+
+
+ 新 增
+
+
+ 导 入
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/schoolStudent/form.vue b/src/views/platform/schoolStudent/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..deb63157a8034425a6964f077ca81a076ba15c5e
--- /dev/null
+++ b/src/views/platform/schoolStudent/form.vue
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/schoolStudent/index.vue b/src/views/platform/schoolStudent/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..d6ffb4876a2d880bae7590ae3ddd6f17eb114b2b
--- /dev/null
+++ b/src/views/platform/schoolStudent/index.vue
@@ -0,0 +1,158 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+
+ 重 置
+
+
+
+
+
+
+ 新 增
+
+
+ 导 入
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/schoolUser/form.vue b/src/views/platform/schoolUser/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..64eb24c1ea60e5bd514747d9d7471cc97909ab33
--- /dev/null
+++ b/src/views/platform/schoolUser/form.vue
@@ -0,0 +1,129 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/schoolUser/index.vue b/src/views/platform/schoolUser/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..981f455ffea94aa1e2169a1ff345d9add82927d7
--- /dev/null
+++ b/src/views/platform/schoolUser/index.vue
@@ -0,0 +1,147 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+
+ 重 置
+
+
+
+
+
+
+ 新 增
+
+
+ 导 入
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/starLog/form.vue b/src/views/platform/starLog/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..802f16fe3996d4e07bfc1bd53dba84c8de5144f3
--- /dev/null
+++ b/src/views/platform/starLog/form.vue
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/starLog/index.vue b/src/views/platform/starLog/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..02435abf2fc346555e34faa0d059a462a03a99cc
--- /dev/null
+++ b/src/views/platform/starLog/index.vue
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+ 新 增
+
+
+ 导 入
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/userType/form.vue b/src/views/platform/userType/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..3de5935c716d904a597aaff6174b7cae3e77b1ef
--- /dev/null
+++ b/src/views/platform/userType/form.vue
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/platform/userType/index.vue b/src/views/platform/userType/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..f7c9d5dcdd9ba6973e3d58990d4798228da4e8e6
--- /dev/null
+++ b/src/views/platform/userType/index.vue
@@ -0,0 +1,147 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+
+ 重 置
+
+
+
+
+
+
+ 新 增
+
+
+ 导 入
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/assessmentTask/form.vue b/src/views/school/assessmentTask/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..21f162fe38169722cc8d3e4f4d141e7801955224
--- /dev/null
+++ b/src/views/school/assessmentTask/form.vue
@@ -0,0 +1,347 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/assessmentTask/index.vue b/src/views/school/assessmentTask/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..d9be4396fa95ad6ef8dcd6399ac2cf5c0541118c
--- /dev/null
+++ b/src/views/school/assessmentTask/index.vue
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+ 新 增
+
+
+
+
+
+
+
+
+
+
+
+
+ 定向测评
+
+
+ 公开测评
+
+
+
+
+
+
+ {{ scope.row.startTime?.substring(0, 10) }} 至
+
+
+ {{ scope.row.startTime?.substring(0, 10) }}
+
+
+
+
+
+ {{ scope.row.completeNumber }}/{{ scope.row.allNumber }}
+ {{ scope.row.completeNumber }}
+
+
+
+
+
+ --
+
+
+
+
+ 未开始
+ 进行中
+ 已完成
+ 暂停
+
+
+
+
+ 查看
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/assessmentTaskError/form.vue b/src/views/school/assessmentTaskError/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..80c97f4d16fad5d0b85e7f8a9c1cc27258ad73b9
--- /dev/null
+++ b/src/views/school/assessmentTaskError/form.vue
@@ -0,0 +1,178 @@
+
+
+
+
+ 预警情况
+
+
+
+
+ {{ rowData.userName }}
+
+
+
+
+
+
+ {{ rowData.gradeName + '·' + rowData.classCode + '班' }}
+
+
+
+
+
+
+ {{ taskData?.label }}
+
+
+
+
+
+
+ {{ taskData?.assessmentName }}
+
+
+
+
+
+
+
+ {{ tagStore.getTagLabel(rowData.levelStatus) }}
+
+
+
+
+
+ 处理情况
+
+
+
+
+
+
+
+
+
+
+
+
+ 无异常
+ 轻微困扰
+ 明显困扰
+ 严重困扰
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/school/assessmentTaskError/index.vue b/src/views/school/assessmentTaskError/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..0c89efde7c961cdf3fc65368f59583596648dc8c
--- /dev/null
+++ b/src/views/school/assessmentTaskError/index.vue
@@ -0,0 +1,654 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('common.queryBtn') }}
+ {{ $t('common.resetBtn') }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.classCode }}班
+
+
+ {{ scope.row.status == 1 ? scope.row.submitTime : '未完成' }}
+
+
+
+
+ {{ tagStore.getTagLabel(scope.row.levelStatus) }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.tagMap[indicator.indicatorId].tagName }}
+
+ -
+
+
+
+
+
+
+ {{ getErrorText(scope.row.errorLevel) }}
+
+
+
+
+
+ 是
+ 否
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+ 查看报告
+ 处理
+ 修改处理
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/school/assessmentTaskTargetScope/form.vue b/src/views/school/assessmentTaskTargetScope/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..a45f3920d00a11203c58769e75990d6f3e4c64aa
--- /dev/null
+++ b/src/views/school/assessmentTaskTargetScope/form.vue
@@ -0,0 +1,160 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/assessmentTaskTargetScope/index.vue b/src/views/school/assessmentTaskTargetScope/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..5511a69a72beaf20bf767da1baaa55e59dada35e
--- /dev/null
+++ b/src/views/school/assessmentTaskTargetScope/index.vue
@@ -0,0 +1,134 @@
+
+
+
+
+
+
+ 新 增
+
+
+ 导 入
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/assessmentTaskUser/form.vue b/src/views/school/assessmentTaskUser/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..3e79ac4b4bd86d54757dc4e130de92ae7ad71bfb
--- /dev/null
+++ b/src/views/school/assessmentTaskUser/form.vue
@@ -0,0 +1,572 @@
+
+
+
+
+
+
+
+
+
+ 图片URL:
+
+
+ 示例
+
+
+
+
+
+ 底部文字:
+
+
+
+
+ 文字颜色:
+
+
+
+
+
+
+ 文字大小: {{ fontSize }}px
+
+
+
+
+ 字体:
+
+
+
+
+
+
+
+
+
+
+
文字预览:
+
+ {{ bottomText || '文字预览' }}
+
+
+
+
+
图片预览:
+
+
+
+
+
+
+
+
+
+
+ 当前图片URL: {{ imageUrl }}
+ 代理URL: {{ imageUrl }}
+ 加载状态: {{ loadingImage ? '加载中...' : '已加载' }}
+ 测试图片加载
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/school/assessmentTaskUser/index.vue b/src/views/school/assessmentTaskUser/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..16587f81d9c743f688470f26a7e855e6e17e4fa2
--- /dev/null
+++ b/src/views/school/assessmentTaskUser/index.vue
@@ -0,0 +1,764 @@
+
+
+
+
+
+
+
+
+
+
+
+ 量表名称
+
+
+ {{ nowSelectTask.assessmentName ? nowSelectTask.assessmentName : '-' }}
+
+
+
+
+
+
+ 测试人数
+
+
+ {{ statistics.totalNumber ? statistics.totalNumber : '-' }}
+
+
+
+
+ 完成人数
+
+
+ {{ statistics.completeNumber ? statistics.completeNumber : '-' }}
+
+
+
+
+ 完成比例
+
+
+ {{ statistics.completeRate ? statistics.completeRate + '%' : '-' }}
+
+
+
+
+
+
+
+
+ 健康学生人数
+
+
+
+
+ {{ statistics.healthNumber ? statistics.healthNumber : '0' }}
+
+ 人|占比{{ statistics.healthRate }}%
+
+
+
+
+ 一级预警人数
+
+
+
+
+ {{ statistics.oneWarningNumber ? statistics.oneWarningNumber : '0' }}
+
+ 人|占比{{ statistics.oneWarningRate }}%
+
+
+
+
+ 二级预警人数
+
+
+
+
+ {{ statistics.twoWarningNumber ? statistics.twoWarningNumber : '0' }}
+
+ 人|占比{{ statistics.twoWarningRate }}%
+
+
+
+
+ 三级预警人数
+
+
+
+
+ {{ statistics.threeWarningNumber ? statistics.threeWarningNumber : '0' }}
+
+ 人|占比{{ statistics.threeWarningRate }}%
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('common.queryBtn')
+ }}
+ {{ $t('common.resetBtn') }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.classCode }}班
+
+
+ {{ scope.row.status == 1 ? scope.row.submitTime : '未完成' }}
+
+
+
+
+
+
+
+ {{ tagStore.getTagLabel(scope.row.levelStatus) }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.tagMap[indicator.indicatorId].tagName }}
+
+ -
+
+
+
+
+
+ 查看报告
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/school/assessmentTaskUser/schoolGradeStatistics.vue b/src/views/school/assessmentTaskUser/schoolGradeStatistics.vue
new file mode 100644
index 0000000000000000000000000000000000000000..8f91fc41c63c532a97410cb90592e4ea4c97a4f8
--- /dev/null
+++ b/src/views/school/assessmentTaskUser/schoolGradeStatistics.vue
@@ -0,0 +1,149 @@
+
+
+
+
+
+
+
+
{{ val.gradeName }}
+
查看报告
+
+
+
+
测评人数
+
{{ val.total }}
+
+
+
完成测评
+
{{ val.complete }}/{{ val.completeRate }}
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/school/assessmentTaskUser/schoolStatistics.vue b/src/views/school/assessmentTaskUser/schoolStatistics.vue
new file mode 100644
index 0000000000000000000000000000000000000000..f863ac185da9ccf33765950456e18f8af401311a
--- /dev/null
+++ b/src/views/school/assessmentTaskUser/schoolStatistics.vue
@@ -0,0 +1,131 @@
+
+
+
+
+
+
+
+
{{ val.className }}
+
查看报告
+
+
+
+
测评人数
+
{{ val.total }}
+
+
+
完成测评
+
{{ val.complete }}/{{ val.completeRate }}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/school/evaluationReport/index.vue b/src/views/school/evaluationReport/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..d823060fd40c371e584dab51806144363b437574
--- /dev/null
+++ b/src/views/school/evaluationReport/index.vue
@@ -0,0 +1,71 @@
+
+
+
+
\ No newline at end of file
diff --git a/src/views/school/evaluationReport/printResultReport.vue b/src/views/school/evaluationReport/printResultReport.vue
new file mode 100644
index 0000000000000000000000000000000000000000..0352c8928f2a8518a6ad7d281505307069e60676
--- /dev/null
+++ b/src/views/school/evaluationReport/printResultReport.vue
@@ -0,0 +1,720 @@
+
+
+
+
+
+
+
+
{{ recordData?.assessmentTable?.name }}
+
+
+
+
+
+
+
+
+
+
+
+
姓名
+
{{ rowObj.name ? rowObj.name : rowObj.userName }}
+
+
+
性别
+
{{ rowObj.sex ? rowObj.sex : '未填' }}
+
未填
+
+
+
+
+
年龄
+
{{ rowObj.age ? rowObj.age : '未填' }}
+
未填
+
+
+
班级
+
+ {{ rowObj.className ? rowObj.className : '未填' }}
+
+
未填
+
+
+
+
+
学号
+
{{ rowObj.schoolCode ? rowObj.schoolCode
+ : '未填' }}
+
未填
+
+
+
+
+
+
+
+
+
测评时间:{{ recordData?.finishTime || '--' }}
+
答题数量:{{
+ recordData?.assessmentTable?.questionList?.length }}
+
测评时长:{{
+ recordData?.assessmentTable?.answerMinutes }}分钟
+
+
+
+
+
+
+ 序号
+ 题目
+
+
+ {{ index + 1 }}
+ {{ item.content }}
+
+
+ {{ optionItem.content }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ getScoreText(item, value, inx, value)
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.content }}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/reportDetails/echartsBar.vue b/src/views/school/reportDetails/echartsBar.vue
new file mode 100644
index 0000000000000000000000000000000000000000..fefa92ce2533f478775bd38840816958902ff27c
--- /dev/null
+++ b/src/views/school/reportDetails/echartsBar.vue
@@ -0,0 +1,93 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/school/reportDetails/echartsBarLine.vue b/src/views/school/reportDetails/echartsBarLine.vue
new file mode 100644
index 0000000000000000000000000000000000000000..54e199fab2c5462b62b5d94e3b04d8a50333198a
--- /dev/null
+++ b/src/views/school/reportDetails/echartsBarLine.vue
@@ -0,0 +1,95 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/school/reportDetails/echartsDoughnut.vue b/src/views/school/reportDetails/echartsDoughnut.vue
new file mode 100644
index 0000000000000000000000000000000000000000..ee3f63f187e8fae5751cad08ca93bd5d4629bce7
--- /dev/null
+++ b/src/views/school/reportDetails/echartsDoughnut.vue
@@ -0,0 +1,115 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/school/reportDetails/index.vue b/src/views/school/reportDetails/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..c350c4bc47463e8b8d57f025c2ac007efa5ccead
--- /dev/null
+++ b/src/views/school/reportDetails/index.vue
@@ -0,0 +1,400 @@
+
+
+
+
打印
+
+
+
+
+ {{ formData.taskName }} · {{ formData.className || formData.gradeName }}
+
+
《{{
+ formData.assessmentName }}》
+
+ 完成概况
+
+
+
+ 完成统计
+
+ 本次测评计划中,{{ formData.className || formData.gradeName }}原学生人数 {{ formData.total
+ }}人 ,
+ 计划测评人数 {{ formData.participate }}人 ,测评覆盖率
+ {{ formData.coverageRate }} ,完成测评人数
+ {{ formData.complete }}人 ,
+ 测评参与率 {{ (formData.total / formData.complete) * 100 }}% ;其中男性 {{ formData.male }}人 ,
+ 占有效测试人数的 {{ formData.maleRate }} ;女性 {{
+ formData.female }}人 ,
+ 占有效测试人数的 {{ formData.femaleRate }} ;未完成测评人数 {{ formData.unfinished }}人 ,
+ 占计划测评人数的 {{ formData.unfinishedRate }} 。
+
+
+
+
+
+
+
+
+ 预警统计
+
+ 本次测评计划中,{{ formData.className || formData.gradeName }}完成测评人数 {{
+ formData.complete }}人 ,
+ 其中反馈良好人数 {{ formData.health }}人 ,占比
+ {{ formData.healthRate }} ;
+ 一级预警人数 {{ formData.oneLevelWarning }}人 ,占比 {{ formData.oneLevelWarningRate }} ;
+ 二级预警人数 {{ formData.twoLevelWarning }}人 ,占比
+ {{ formData.twoLevelWarningRate }} ;
+ 三级预警人数 {{ formData.threeLevelWarning }}人 ,占比
+ {{ formData.threeLevelWarningRate }} ;
+
+
+
+
+
+
+
+ 测评统计
+
+
+
+ 测评预警
+
+
+
+
+
+ 反馈良好
+ 一级预警
+ 二级预警
+ 三级预警
+
+
+
+ {{ val.tagName }}
+ {{ `${val.health}人(${formData.healthRate})` }}
+ {{ `${val.oneLevelWarning}人(${formData.oneLevelWarningRate})` }}
+ {{ `${val.twoLevelWarning}人(${formData.twoLevelWarningRate})` }}
+ {{ `${val.threeLevelWarning}人(${formData.threeLevelWarningRate})` }}
+
+
+
+
+
+
+
+
+
+ 预警说明
+
+ 该量表预警主要展示不同的因子项或者总分直接反应测试者的严重情况,图表直接展示不同因子项或者总分的程度预警数据,可在系统批量导出预警名单提供针对性的心理健康服务,对于特别严重情况请及时关注并提供危机干预手段。
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/school/scalePlatform/index.vue b/src/views/school/scalePlatform/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..943c464630cfadf1f34f100147dfaec01517a0c0
--- /dev/null
+++ b/src/views/school/scalePlatform/index.vue
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+ 重 置
+
+
+
+
+
+
+
+
+
+
+ 查看
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/scalePlatformDetils/addEvaluationTask.vue b/src/views/school/scalePlatformDetils/addEvaluationTask.vue
new file mode 100644
index 0000000000000000000000000000000000000000..a70c9d1c09b7022615c9536876824d74e551badf
--- /dev/null
+++ b/src/views/school/scalePlatformDetils/addEvaluationTask.vue
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/scalePlatformDetils/index.vue b/src/views/school/scalePlatformDetils/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..0d6fc0d6fe1aabcb56ff8d53c63f55200603ec29
--- /dev/null
+++ b/src/views/school/scalePlatformDetils/index.vue
@@ -0,0 +1,263 @@
+
+
+
+
+
+
+
+
+
{{ form.name }}
+
{{ form.shortInfo }}
+
+
+
+
适用人群
+
{{ form.peopleNamesStr }}
+
+
+
题目数量
+
{{ form.questionNumber }}
+
+
+
+
+
+ 开启测评任务
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/scalePlatformDetils/info.vue b/src/views/school/scalePlatformDetils/info.vue
new file mode 100644
index 0000000000000000000000000000000000000000..cde87b7f9dca401f417fd6053d60e5a084d38263
--- /dev/null
+++ b/src/views/school/scalePlatformDetils/info.vue
@@ -0,0 +1,761 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/scalePlatformDetils/question.vue b/src/views/school/scalePlatformDetils/question.vue
new file mode 100644
index 0000000000000000000000000000000000000000..f115110c49e14cafda83dcbad0f87e50be96fa5f
--- /dev/null
+++ b/src/views/school/scalePlatformDetils/question.vue
@@ -0,0 +1,222 @@
+
+
+
+
+
+
+ {{ scope.row.questionIndex }}
+
+
+
+
+
+
+
+ {{ other.getOptionIndexChart(index) }}:{{ option.content }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolAdmin/form.vue b/src/views/school/schoolAdmin/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..6bae94408ba087861f7f798853c39505eba3de35
--- /dev/null
+++ b/src/views/school/schoolAdmin/form.vue
@@ -0,0 +1,139 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolAdmin/index.vue b/src/views/school/schoolAdmin/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..3a4ca2515a108db43e094729bf8b88001852fed2
--- /dev/null
+++ b/src/views/school/schoolAdmin/index.vue
@@ -0,0 +1,131 @@
+
+
+
+
+
+
+ 新 增
+
+
+ 导 入
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolAnomalousFeedback/archiveDialog.vue b/src/views/school/schoolAnomalousFeedback/archiveDialog.vue
new file mode 100644
index 0000000000000000000000000000000000000000..cdd41391da87843af6cb30d5582d25d3a3ecc4da
--- /dev/null
+++ b/src/views/school/schoolAnomalousFeedback/archiveDialog.vue
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 无异常
+ 轻微困扰
+ 明显困扰
+ 严重困扰
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolAnomalousFeedback/followUpDialog.vue b/src/views/school/schoolAnomalousFeedback/followUpDialog.vue
new file mode 100644
index 0000000000000000000000000000000000000000..54bf4b930b8ff46e14083ad82aa1d4467a4ca9af
--- /dev/null
+++ b/src/views/school/schoolAnomalousFeedback/followUpDialog.vue
@@ -0,0 +1,308 @@
+
+
+
+
+
+
+
+
+ 新增咨询访谈
+ 关联已有咨询访谈
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.interviewDate?.slice(0, 16) }}
+ [{{ item.type || '--' }}]
+ [{{ item.schoolUserName }}]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolAnomalousFeedback/form.vue b/src/views/school/schoolAnomalousFeedback/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..1223ce3164c0b29fa6d8c58c189d6fc80b0efb67
--- /dev/null
+++ b/src/views/school/schoolAnomalousFeedback/form.vue
@@ -0,0 +1,327 @@
+
+
+
+
+
+ 异常学生
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ form.classAdminNames ? form.classAdminNames : '--' }}
+
+
+
+
+ 反馈信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolAnomalousFeedback/index.vue b/src/views/school/schoolAnomalousFeedback/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..07563a2184dd383e8eaef1dd8349ad013f6d3b6e
--- /dev/null
+++ b/src/views/school/schoolAnomalousFeedback/index.vue
@@ -0,0 +1,254 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+
+ 重 置
+
+
+
+
+
+
+ 新 增
+
+
+
+
+
+
+
+
+
+
+
+ 危机预警
+ --
+
+
+
+
+ {{ scope.row.schoolUserName }}
+ {{ scope.row.className }}
+
+
+
+
+
+
+
+
+ 已处理
+ 处理中
+ 待处理
+
+
+
+
+
+ 查看
+ 跟进
+ 归档
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolAnomalousFeedback/lookDialog.vue b/src/views/school/schoolAnomalousFeedback/lookDialog.vue
new file mode 100644
index 0000000000000000000000000000000000000000..307eb78d21f6ac2972600dde92d82617094336f3
--- /dev/null
+++ b/src/views/school/schoolAnomalousFeedback/lookDialog.vue
@@ -0,0 +1,290 @@
+
+
+
+
+
+ 学生信息
+
+
+
+ {{ form.schoolUserName }}
+
+
+
+
+ {{ form.className ? form.className : '--' }}
+
+
+
+
+ {{ form.classAdminNames ? form.classAdminNames : '--' }}
+
+
+
+
+
+
+
+ {{ form.createTime?.slice(0, 16) }}
+
+
+
+
+ {{ form.feedbackType }}
+
+
+
+
+
+
+
+
+ 跟进记录
+
+
+
+
+
+
+
+
+
{{ item.remark || item.content }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.updateTime?.slice(0, 16) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolAnomalousFeedbackRecord/form.vue b/src/views/school/schoolAnomalousFeedbackRecord/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..f7c1e0db0cb10ad7559cac3b82838a9a5017dab3
--- /dev/null
+++ b/src/views/school/schoolAnomalousFeedbackRecord/form.vue
@@ -0,0 +1,146 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolAnomalousFeedbackRecord/index.vue b/src/views/school/schoolAnomalousFeedbackRecord/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..ff5da2525b785102deec86707b6689418e48c1bb
--- /dev/null
+++ b/src/views/school/schoolAnomalousFeedbackRecord/index.vue
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+ 新 增
+
+
+ 导 入
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolClass/form.vue b/src/views/school/schoolClass/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..2b283d48ed731d42ffbb9a9537854a1a0f7ed116
--- /dev/null
+++ b/src/views/school/schoolClass/form.vue
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolClass/index.vue b/src/views/school/schoolClass/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..24d1a1d5f8214d07db60fe3b2dbb14ed42bbeeef
--- /dev/null
+++ b/src/views/school/schoolClass/index.vue
@@ -0,0 +1,143 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+
+ 重 置
+
+
+
+
+
+
+ 新 增
+
+
+ 导 入
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolClassAdmin/form.vue b/src/views/school/schoolClassAdmin/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..1afa31186339fc7aa9f2f415d9a31951ccc3aef1
--- /dev/null
+++ b/src/views/school/schoolClassAdmin/form.vue
@@ -0,0 +1,160 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolClassAdmin/index.vue b/src/views/school/schoolClassAdmin/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..7010b456d5c26a4d65d7f391b66b163b9795a44a
--- /dev/null
+++ b/src/views/school/schoolClassAdmin/index.vue
@@ -0,0 +1,134 @@
+
+
+
+
+
+
+ 新 增
+
+
+ 导 入
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolClassInfo/components/settingsDrawer.vue b/src/views/school/schoolClassInfo/components/settingsDrawer.vue
new file mode 100644
index 0000000000000000000000000000000000000000..46dc11406e173f3dfc74b3cff5fab94614a12b51
--- /dev/null
+++ b/src/views/school/schoolClassInfo/components/settingsDrawer.vue
@@ -0,0 +1,130 @@
+
+
+
+
+
+
+
+
+ {{ form.gradeDesc }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 返回
+ 确认
+
+
+
+
+
+
diff --git a/src/views/school/schoolClassInfo/form.vue b/src/views/school/schoolClassInfo/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..4681e7e6b85a131259636645cc26f669389ccecb
--- /dev/null
+++ b/src/views/school/schoolClassInfo/form.vue
@@ -0,0 +1,249 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ form.gradeDesc }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolClassInfo/index.vue b/src/views/school/schoolClassInfo/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..26ad4d40254d1a6ba4c3cc9d230e2dda3e3b4da7
--- /dev/null
+++ b/src/views/school/schoolClassInfo/index.vue
@@ -0,0 +1,239 @@
+
+
+
+
+
+
+
+
+ {{ item.sortName }}
+
+
+
+
+
+
+ 新 增
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolCounseling/form.vue b/src/views/school/schoolCounseling/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..98a3ef5a3510b263ce24801ac06bbde87b501e97
--- /dev/null
+++ b/src/views/school/schoolCounseling/form.vue
@@ -0,0 +1,223 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolCounseling/index.vue b/src/views/school/schoolCounseling/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..218c23ca5e90417cc92a8a2205194dbca883c4b6
--- /dev/null
+++ b/src/views/school/schoolCounseling/index.vue
@@ -0,0 +1,197 @@
+
+
+
+
+
+
+
+
{{ item.title }}
+
{{ item.describe }}
+
+
+
{{ item.updateTime?.substring(0, 10) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/school/schoolCounselingDetils/index.vue b/src/views/school/schoolCounselingDetils/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..68c1898d7213d00be5de2df61bb81d9bec6e123c
--- /dev/null
+++ b/src/views/school/schoolCounselingDetils/index.vue
@@ -0,0 +1,33 @@
+
+
+
+
+
+ {{ form.title }}
+
+
{{ form.publisherName }}
+
{{ form?.createTime?.substring(0, 10) }}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/school/schoolFollow/form.vue b/src/views/school/schoolFollow/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..4d68fd8ed2fb35db5f3e4116cc3027d6fedb85bb
--- /dev/null
+++ b/src/views/school/schoolFollow/form.vue
@@ -0,0 +1,205 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+
+ 重 置
+
+
+
+
+
+
+
+
+ {{ scope.row.schoolUserName }}
+ {{ scope.row.className }}
+
+
+
+
+
+
+ {{ value.name }}
+
+
+
+
+
+ {{ scope.row.isStar == 1 ?
+ '取消关注'
+ :
+ '关注' }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolFollow/index.vue b/src/views/school/schoolFollow/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..aa15069b06fcd338cff1db2bf279f32a32d52eed
--- /dev/null
+++ b/src/views/school/schoolFollow/index.vue
@@ -0,0 +1,224 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+
+ 重 置
+
+
+
+
+
+
+ 新 增
+
+
+
+
+
+
+
+
+
+ {{ scope.row.schoolUserName }}
+ {{ scope.row.className }}
+
+
+
+
+
+
+ {{ (scope.row.dangerStatus == 1 || scope.row.dangerStatus == 0) ? '危机干预中' : '已关闭' }}
+
+
+
+
+
+
+
+
+ {{ value.name }}
+
+
+
+
+
+
+ {{ scope.row.interviewDate }}
+ {{ scope.row.interviewType }}
+
+
+
+
+
+
{{ scope.row.feedbackOperationContent }}
+
+ {{ scope.row.feedbackOperationTime }}
+ 反馈类型: {{
+ scope.row.feedbackOperationType }}
+ 状态: {{
+ filterTypesStr(scope.row.status) }}
+
+
+
+
+
+
+
+ 查看
+ 访谈
+ 取消关注
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolFollow/interviewForm.vue b/src/views/school/schoolFollow/interviewForm.vue
new file mode 100644
index 0000000000000000000000000000000000000000..f82ee09a1ee9190908c3b888317223818810bece
--- /dev/null
+++ b/src/views/school/schoolFollow/interviewForm.vue
@@ -0,0 +1,212 @@
+
+
+
+
+
+ 访谈对象
+
+
+
+ {{ form.schoolUserName }}
+
+
+
+
+ {{ form.className }}
+
+
+
+
+
+
+
+
+
+ 访谈信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 已访谈
+ 预约访谈
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolGradeAdmin/form.vue b/src/views/school/schoolGradeAdmin/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..8c112f2c2cfcaca527700752243f696d3f5b61ec
--- /dev/null
+++ b/src/views/school/schoolGradeAdmin/form.vue
@@ -0,0 +1,153 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolGradeAdmin/index.vue b/src/views/school/schoolGradeAdmin/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..e05aeb296a04d0a8dc51743039d4b722864a8dbc
--- /dev/null
+++ b/src/views/school/schoolGradeAdmin/index.vue
@@ -0,0 +1,133 @@
+
+
+
+
+
+
+ 新 增
+
+
+ 导 入
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolGradeInfo/components/settingsDrawer.vue b/src/views/school/schoolGradeInfo/components/settingsDrawer.vue
new file mode 100644
index 0000000000000000000000000000000000000000..4680207a7028478cc6380c7a5cd79f816bb9a255
--- /dev/null
+++ b/src/views/school/schoolGradeInfo/components/settingsDrawer.vue
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 年
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 返回
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolGradeInfo/form.vue b/src/views/school/schoolGradeInfo/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..882e652a53ab9061389c6bb7dba3c89749b52d0a
--- /dev/null
+++ b/src/views/school/schoolGradeInfo/form.vue
@@ -0,0 +1,135 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolGradeInfo/index.vue b/src/views/school/schoolGradeInfo/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..09c2eeddb502d397f019fde858a01ddd790b2ace
--- /dev/null
+++ b/src/views/school/schoolGradeInfo/index.vue
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+ 新 增
+
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查看
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolInfo/form.vue b/src/views/school/schoolInfo/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..c28b29a910f187e927255b0bc0816e486a73a565
--- /dev/null
+++ b/src/views/school/schoolInfo/form.vue
@@ -0,0 +1,303 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolInfo/index.vue b/src/views/school/schoolInfo/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..b07df7d1bd24fb1dd89eb80bc34c766c1dfb39e2
--- /dev/null
+++ b/src/views/school/schoolInfo/index.vue
@@ -0,0 +1,241 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+
+ 重 置
+
+
+
+
+
+
+ 新 增
+
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ filterAddres(scope.row) }}
+
+
+
+
+
+
+
+
+
{{ value.userName }}
+
+
+
+
+
+
+ {{ scope.row.status ? '正常' : '禁用' }}
+
+
+
+
+ 编辑
+ {{ scope.row.status ? '禁用' :
+ '启用' }}
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolInterview/form.vue b/src/views/school/schoolInterview/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..7c45b289ec0cd0165bdc1ac99bda4bf490bdcaa8
--- /dev/null
+++ b/src/views/school/schoolInterview/form.vue
@@ -0,0 +1,195 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolInterview/index.vue b/src/views/school/schoolInterview/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..d3f35ed639c82686f26fff81c71596b314b95a00
--- /dev/null
+++ b/src/views/school/schoolInterview/index.vue
@@ -0,0 +1,157 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+
+ 重 置
+
+
+
+
+
+
+ 新 增
+
+
+ 导 入
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row?.interviewDate?.substring(0, 16) }}
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolMajorAdmin/form.vue b/src/views/school/schoolMajorAdmin/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..38c118299bc8730e74d8ed3998b2a75fe6924962
--- /dev/null
+++ b/src/views/school/schoolMajorAdmin/form.vue
@@ -0,0 +1,146 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolMajorAdmin/index.vue b/src/views/school/schoolMajorAdmin/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..eee9caec0f3227f0ab91f00a1d05b4e371287b6d
--- /dev/null
+++ b/src/views/school/schoolMajorAdmin/index.vue
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+ 新 增
+
+
+ 导 入
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolMajorInfo/form.vue b/src/views/school/schoolMajorInfo/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..b27bad1e0047025529bb0fd540d7bdf7932ed8e4
--- /dev/null
+++ b/src/views/school/schoolMajorInfo/form.vue
@@ -0,0 +1,139 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolMajorInfo/index.vue b/src/views/school/schoolMajorInfo/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..e12fdb7769b2ac0337e7a2c0f5c8ac9106ae9d1b
--- /dev/null
+++ b/src/views/school/schoolMajorInfo/index.vue
@@ -0,0 +1,131 @@
+
+
+
+
+
+
+ 新 增
+
+
+ 导 入
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolMinistryEducation/form.vue b/src/views/school/schoolMinistryEducation/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..c1d6021a73f49eca2c81e6ccca44bf0a2a5737ad
--- /dev/null
+++ b/src/views/school/schoolMinistryEducation/form.vue
@@ -0,0 +1,140 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolMinistryEducation/index.vue b/src/views/school/schoolMinistryEducation/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..68032719d7fa4f9daeca1abb94ff071f2f981607
--- /dev/null
+++ b/src/views/school/schoolMinistryEducation/index.vue
@@ -0,0 +1,157 @@
+
+
+
+
+
+
+ 新 增
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ filterAddres(scope.row) }}
+
+
+
+
+
+ {{ scope.row.status == 1 ? '正常' : '禁用' }}
+
+
+
+
+
+ 编辑
+ {{
+ scope.row.status == 1 ? '禁用' : '启用' }}
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolMinistryEducationCooperation/form.vue b/src/views/school/schoolMinistryEducationCooperation/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..692d4297ffafd4be37725373a2eb7a53e3f20352
--- /dev/null
+++ b/src/views/school/schoolMinistryEducationCooperation/form.vue
@@ -0,0 +1,146 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolMinistryEducationCooperation/index.vue b/src/views/school/schoolMinistryEducationCooperation/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..d1d299fd9206e814f4daaa364bfa501ce4ca6014
--- /dev/null
+++ b/src/views/school/schoolMinistryEducationCooperation/index.vue
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+ 新 增
+
+
+ 导 入
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolPsychologicalTag/form.vue b/src/views/school/schoolPsychologicalTag/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..90a97a044f6999eaf27170847914a09470f3dd27
--- /dev/null
+++ b/src/views/school/schoolPsychologicalTag/form.vue
@@ -0,0 +1,248 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolPsychologicalTag/index.vue b/src/views/school/schoolPsychologicalTag/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..e43f7df4f780eb947536c9d83e88cf73d6e7d805
--- /dev/null
+++ b/src/views/school/schoolPsychologicalTag/index.vue
@@ -0,0 +1,150 @@
+
+
+
+
+
+
+ 新 增
+
+
+ 导 入
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ value.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolReferralGency/form.vue b/src/views/school/schoolReferralGency/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..1abd992a65f92632d1fc9d1ada85d0699bc2fcd2
--- /dev/null
+++ b/src/views/school/schoolReferralGency/form.vue
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolReferralGency/index.vue b/src/views/school/schoolReferralGency/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..88f7e8fd55a772e0bf9095f1e833ef962e17517d
--- /dev/null
+++ b/src/views/school/schoolReferralGency/index.vue
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+ 新 增
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ scope.row.adminName }}
+
+
+
+
+
+
+
+ {{ scope.row.status == 1 ? '正常' : '禁用' }}
+
+
+
+
+
+
+
+
+
+ 编辑
+ {{
+ scope.row.status == 1 ? '禁用' : '启用' }}
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolReferralRecord/StepProgress.vue b/src/views/school/schoolReferralRecord/StepProgress.vue
new file mode 100644
index 0000000000000000000000000000000000000000..0cb0bbe5d64bf05d4fee73e8f7c2cd2ceca9df84
--- /dev/null
+++ b/src/views/school/schoolReferralRecord/StepProgress.vue
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolReferralRecord/form.vue b/src/views/school/schoolReferralRecord/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..50b6eed5eb9b0d1ba35c6a9d64d42dd8194dbaad
--- /dev/null
+++ b/src/views/school/schoolReferralRecord/form.vue
@@ -0,0 +1,235 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ userForm.age || '--' }}岁
+
+
+
+
+ {{ userForm.sex || '--' }}
+
+
+
+
+ {{ userForm.className || '--' }}
+
+
+
+
+ {{ userForm.schoolCode || '--' }}
+
+
+
+
+ {{ userForm.classAdminNames || '--' }}
+
+
+
+
+ {{ userForm.schoolName || '--' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ educationForm.name || '--' }}
+
{{ educationForm.remark || '--' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolReferralRecord/index.vue b/src/views/school/schoolReferralRecord/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..85ef7ee4075a6df077a1873b6f1162f39eebfa86
--- /dev/null
+++ b/src/views/school/schoolReferralRecord/index.vue
@@ -0,0 +1,275 @@
+
+
+
+
+ 合作机构
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+ {{ item.remark }}
+
+
+
+
+
+
+ 转介记录
+
+
+
+
+ 新 增
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ typeList[scope.row.status].label }}
+
+
+
+
+
+
+
+
+ 查看
+
+ 终止
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolReferralRecordDetail/form.vue b/src/views/school/schoolReferralRecordDetail/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..ad003428c99365ddaabbe05417443f5333ecb684
--- /dev/null
+++ b/src/views/school/schoolReferralRecordDetail/form.vue
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolReferralRecordDetail/index.vue b/src/views/school/schoolReferralRecordDetail/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..35d50be8d0185b01cf4f7e803eca2ee1715bc0a7
--- /dev/null
+++ b/src/views/school/schoolReferralRecordDetail/index.vue
@@ -0,0 +1,130 @@
+
+
+
+
+
+
+ 新 增
+
+
+ 导 入
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolUser/components/settingsDrawer.vue b/src/views/school/schoolUser/components/settingsDrawer.vue
new file mode 100644
index 0000000000000000000000000000000000000000..3012e9e209cf1f2a7157169f27a636e3e3d21b7f
--- /dev/null
+++ b/src/views/school/schoolUser/components/settingsDrawer.vue
@@ -0,0 +1,179 @@
+
+
+
+
+
+
+
+
+ {{ selectedDataList.length }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 返回
+ 确认
+
+
+
+
+
+
diff --git a/src/views/school/schoolUser/components/statusDrawer.vue b/src/views/school/schoolUser/components/statusDrawer.vue
new file mode 100644
index 0000000000000000000000000000000000000000..ad2aa12f6b6b72f409289c29772bbecb9b15bb6d
--- /dev/null
+++ b/src/views/school/schoolUser/components/statusDrawer.vue
@@ -0,0 +1,169 @@
+
+
+
+
+
+
+
+
+ {{ form.schoolStatusDescUp }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 返回
+ 确认
+
+
+
+
+
+
diff --git a/src/views/school/schoolUser/form.vue b/src/views/school/schoolUser/form.vue
new file mode 100644
index 0000000000000000000000000000000000000000..0091f855c7124aedaf237b05591a57b0dadc9d1f
--- /dev/null
+++ b/src/views/school/schoolUser/form.vue
@@ -0,0 +1,295 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/school/schoolUser/index.vue b/src/views/school/schoolUser/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..2e1eb4069adf5899823c1cb637d2fcedb4f2c974
--- /dev/null
+++ b/src/views/school/schoolUser/index.vue
@@ -0,0 +1,294 @@
+
+
+
+
+
+
+
+
+
+ {{ node.label }}
+
+
+
+ {{ node.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+
+ 重 置
+
+
+
+
+
+
+ 新 增
+
+
+ 导 入
+
+
+ 批量修改班级
+
+
+ 删 除
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.parentPhone ? scope.row.parentPhone : '--' }}
+
+
+
+
+
+
+
+ 在读
+ 结业
+ 休学
+ 转校
+ 其他
+ 修改
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/studentEvaluation/studentEvaluationLogin/index.vue b/src/views/studentEvaluation/studentEvaluationLogin/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..c1cbbdde47e5f4dea13f66159d3cec48646c6073
--- /dev/null
+++ b/src/views/studentEvaluation/studentEvaluationLogin/index.vue
@@ -0,0 +1,190 @@
+
+
+
+
+
+
+
+ 智眸心域心理健康平台
+
+
+
+
+ 测评系统-学生端
+
+
+
+
+
+
验证进入
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/studentEvaluation/studentEvaluationTask/index.vue b/src/views/studentEvaluation/studentEvaluationTask/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..9babc5229b9d05bd20d4c5444e85908711bba01e
--- /dev/null
+++ b/src/views/studentEvaluation/studentEvaluationTask/index.vue
@@ -0,0 +1,217 @@
+
+
+
{{ dataList[0]?.schoolName }}
+
+
+
+
{{ dataList[0]?.schoolUserName }}同学!智眸心域欢迎你~
+
这不是考试,而是一次与自己的对话
+
当前测评任务
+
+
+
+
+
+
+
+
已完成
+
+
+
+
+
+ {{ value.title }}
+
+
+
+ 任务时限:{{ value.startTime?.substring(0, 10) + ' ' + '-' + ' ' + value.endTime?.substring(0, 10) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/studentEvaluation/studentRvaluationAnswer/index.vue b/src/views/studentEvaluation/studentRvaluationAnswer/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..edb8ee71b237a5157cebe25a39f4399978d5ef9c
--- /dev/null
+++ b/src/views/studentEvaluation/studentRvaluationAnswer/index.vue
@@ -0,0 +1,372 @@
+
+
+
+
{{ form.schoolName + ' ' + '·' + ' ' + form.title }}
+
+
+
选择题
+
+
题 {{ (tableNum + 1) + '/' + tableForm?.questionNumber }}
+
时间:{{ tableForm.makeTime }}分钟
+
+
+
+
+
+ {{ (tableNum + 1) + '、' + tableForm?.questionList[tableNum]?.content }}
+
+
+
{{ (index
+ + 1)
+ + '、' + item.content
+ }}
+
+
+ 上一题
+ 提交
+ 下一题
+
+
+
+
+
+
+
+
+
+ 测评须知
+
+ {{
+ tableForm?.remindText }}
+
+ 我了解了
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/studentEvaluation/studentRvaluationComplete/index.vue b/src/views/studentEvaluation/studentRvaluationComplete/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..2f1321cd3cc5e4b51b7410a04175284038f884a2
--- /dev/null
+++ b/src/views/studentEvaluation/studentRvaluationComplete/index.vue
@@ -0,0 +1,222 @@
+
+
+
+
{{ form.schoolName + ' ' + '·' + ' ' + form.title }}
+
+
+
+ -以智为眸 照亮心域-
+
+
+
+
您已完成量表测评
+
+
+
+ 这份心灵体检报告,已存入您的人生健康档案,在时光图书馆最柔软的皮质封面里,与所有重要时刻并列归档。
+
+
返回登录
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/user/service/assessment.vue b/src/views/user/service/assessment.vue
new file mode 100644
index 0000000000000000000000000000000000000000..099871a31fd0d90029e94699db45a0b467d5c9e3
--- /dev/null
+++ b/src/views/user/service/assessment.vue
@@ -0,0 +1,213 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/user/service/assessmentCard.vue b/src/views/user/service/assessmentCard.vue
new file mode 100644
index 0000000000000000000000000000000000000000..4605076b9d9b9d1e070b003a46418592fa05d9fa
--- /dev/null
+++ b/src/views/user/service/assessmentCard.vue
@@ -0,0 +1,215 @@
+
+
+
+
+
+
+
生成评测连接
+
+
+
+
{{ data.name }}
+
{{ data.shortInfo }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ recordData?.updateTime }}
+
+
未完成
+
+
+
+
{{ recordData?.tableInfo?.name }}
+
{{ recordData?.tableInfo?.shortInfo }}
+
+
+
+ 打印
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/user/service/index.vue b/src/views/user/service/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..21db1ffc740a6d82d3b8190ebe61e67a9e5a701c
--- /dev/null
+++ b/src/views/user/service/index.vue
@@ -0,0 +1,1232 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+ 重 置
+ 录入用户
+
+
+
+
+
+
+
+ {{ item.label }} {{ statistics[item.attr] }}
+
+
+
+
+
+
+
+
+ {{
+ item.serviceTypeDesc
+ }}
+ {{ item.goodsDesc }}
+
+
+
+
+
+
+
+ .....
+
+
+
+
+
+ {{ item.scheduleStartTime?.substring(0, 5) }} - {{
+ item.scheduleEndTime?.substring(0, 5)
+ }}
+
+
+ {{ item.scheduleDate }}
+
+
+ {{ item.startText }}
+
+
+
+
+ 服务进度
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.label }}
+ {{ item.logVo?.timestamp }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.logVo?.remark }}
+
+
+
+
+
+
+
+
+
+
+ {{ item.actionDesc }}
+ {{ item.remark }}
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/user/service/info.vue b/src/views/user/service/info.vue
new file mode 100644
index 0000000000000000000000000000000000000000..b3dd4f8a5b64c1b742e3964271865cc08cd7bdc7
--- /dev/null
+++ b/src/views/user/service/info.vue
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+
+ 咨询预约
+ 修改预约
+
+
+ 咨询师:{{ rowObj.psychologistName }}
+ 咨询方案:{{ rowObj.goodsDesc }}
+ 预约时间:{{ rowObj.scheduleDate }} {{ rowObj.scheduleStartTime?.substring(0, 5) }}
+ 预约状态:{{ rowObj.nowStatusText }}
+
+
+ 服务记录
+
+
+
+
+
+ {{ item.actionDesc }}
+ {{ item.remark }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/user/service/visitingSituation.vue b/src/views/user/service/visitingSituation.vue
new file mode 100644
index 0000000000000000000000000000000000000000..4588031e73fbc1c4f28190ffe2c9a65856755f74
--- /dev/null
+++ b/src/views/user/service/visitingSituation.vue
@@ -0,0 +1,227 @@
+
+
+
+
+
+
+
+
+
访情填报扫码入口
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/user/user/add.vue b/src/views/user/user/add.vue
new file mode 100644
index 0000000000000000000000000000000000000000..c99769e8b871696458e19a50c33b162712aa81e0
--- /dev/null
+++ b/src/views/user/user/add.vue
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/user/user/addFollow.vue b/src/views/user/user/addFollow.vue
new file mode 100644
index 0000000000000000000000000000000000000000..03b4e45d829a7505d892a03d3f2cca1a54d6787e
--- /dev/null
+++ b/src/views/user/user/addFollow.vue
@@ -0,0 +1,134 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/user/user/followList.vue b/src/views/user/user/followList.vue
new file mode 100644
index 0000000000000000000000000000000000000000..3e8e7ee1e9a5307a3178fd97beedb8e4a11dfa6a
--- /dev/null
+++ b/src/views/user/user/followList.vue
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/user/user/index.vue b/src/views/user/user/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..9e219865837badd892369e67b4d52297f2df94c1
--- /dev/null
+++ b/src/views/user/user/index.vue
@@ -0,0 +1,229 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+ 重 置
+ 录入用户
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+ {{ item.name ? item.name : item.userName }}
+
+
+
+ {{ item.phone }}
+
+ {{ item.wxCode ? item.wxCode : '-' }}
+
+
+ 渠道:
+ {{ item.channel }}
+
+
+
+
+
+ 服务情况
+
+ 已咨询:
+ {{ item.completedCount }}
+ 待咨询:
+ {{ item.waitingCount }}
+
+
+ 未咨询:
+ {{ item.availableCount }}
+
+
+
+
+
+ 预约咨询
+
+ 待咨询:
+ {{ item.nowSchedule?.consultantName }}: {{ item.nowSchedule?.scheduleTime
+ }}
+
+
+ 上次咨询:
+ {{ item.lastSchedule?.consultantName }}: {{ item.lastSchedule?.scheduleTime
+ }}
+
+
+
+
+ 跟进记录
+
+ {{ item.follow?.createTime }} {{ item.follow?.channel }}:{{
+ item.follow?.initiator
+ }} - {{
+ item.follow?.followUserName }}
+
+ {{ item.follow?.remark }}
+ -
+
+
+
+ 全部记录
+
+
+
+
+ 新增
+
+
+
+
+
+
+
+ 编辑
+
+
+ 线下服务录入
+
+
+
+ 评测
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/user/user/info.vue b/src/views/user/user/info.vue
new file mode 100644
index 0000000000000000000000000000000000000000..921f3f5a7d4ad133dfbad6cc3514aea04e8f3af8
--- /dev/null
+++ b/src/views/user/user/info.vue
@@ -0,0 +1,309 @@
+
+
+
+
+
+ 账户信息修改
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 基础信息
+ 生成客户资料填报链接
+ 返回
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/user/user/orderAdd.vue b/src/views/user/user/orderAdd.vue
new file mode 100644
index 0000000000000000000000000000000000000000..f25748940c62e5f55b1fb52e6b9685808a86dbe7
--- /dev/null
+++ b/src/views/user/user/orderAdd.vue
@@ -0,0 +1,256 @@
+
+
+
+
+
+
+
+
+ 到店咨询服务
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/user/user/temp.vue b/src/views/user/user/temp.vue
new file mode 100644
index 0000000000000000000000000000000000000000..76fe4197867517ab10a3c2c26563e1907b6efa84
--- /dev/null
+++ b/src/views/user/user/temp.vue
@@ -0,0 +1,73 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/vite.config.ts b/vite.config.ts
index 082c4376dacb6a0fbef59978f018081cf97f72d9..087577dedf5d9622ce1247a82984c4955631e3f9 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -1,4 +1,5 @@
import vue from '@vitejs/plugin-vue';
+import vueDevTools from 'vite-plugin-vue-devtools';
import { resolve } from 'path';
import { defineConfig, loadEnv, ConfigEnv } from 'vite';
import vueSetupExtend from 'unplugin-vue-setup-extend-plus/vite';
@@ -20,10 +21,11 @@ const alias: Record
= {
const viteConfig = defineConfig((mode: ConfigEnv) => {
const env = loadEnv(mode.mode, process.cwd());
// 判断是否开发环境
- const isDev = env.ENV === 'development'
+ const isDev = env.ENV === 'development';
return {
plugins: [
vue(), // Vue 插件
+ vueDevTools(), // Vue Devtools 插件
svgBuilder('./src/assets/icons/'), // 将 SVG 文件转换成 Vue 组件
vueSetupExtend({}), // setup语法糖增强插件
AutoImport({
@@ -36,7 +38,7 @@ const viteConfig = defineConfig((mode: ConfigEnv) => {
}),
viteCompression({
deleteOriginFile: false, // 压缩后删除原来的文件
- })
+ }),
],
root: process.cwd(), // 项目根目录
resolve: { alias }, // 路径别名配置
@@ -67,15 +69,15 @@ const viteConfig = defineConfig((mode: ConfigEnv) => {
outDir: 'dist', // 打包输出目录
chunkSizeWarningLimit: 1500, // 代码分包阈值
// 开发使用 esbuild 更快,生产环境打包使用 terser 可以删除更多注释
- minify: isDev ? 'esbuild' : 'terser',
+ minify: isDev ? 'esbuild' : 'terser',
terserOptions: {
compress: {
drop_console: true, // 删除 console
drop_debugger: true, // 删除 debugger
},
format: {
- comments: false // 删除所有注释
- }
+ comments: false, // 删除所有注释
+ },
},
rollupOptions: {
output: {