diff --git a/config/index.js b/config/index.js
index a8f8fa9..da5cab6 100644
--- a/config/index.js
+++ b/config/index.js
@@ -23,7 +23,7 @@ module.exports = {
},
// Various Dev Server settings
- host: '192.168.110.160', // can be overwritten by process.env.HOST
+ host: '192.168.110.159', // can be overwritten by process.env.HOST
port: 8001, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser: true,
errorOverlay: true,
diff --git a/src/router/index.js b/src/router/index.js
index 54ff356..5a5e85e 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -78,10 +78,13 @@ const mainRoutes = {
{ path: '/training-course-list', component: _import('modules/trainingCourse/training-course-list'), name: 'training-course-list', meta: { title: '培训班管理', isTab: true } },
{ path: '/training-course-user', component: _import('modules/trainingCourse/training-course-user'), name: 'training-course-user', meta: { title: '用户列表', isTab: true } },
{ path: '/talents-list', component: _import('modules/talents/talents-list'), name: 'talents-list', meta: { title: '太湖英才列表', isTab: true } },
-
+
{ path: '/course-taihumedList', component: _import('modules/course/taihumedList'), name: 'course-taihumedList', meta: { title: '太湖标签', isTab: true } },
{ path: '/courses-list', component: _import('modules/talents/courses-list'), name: 'courses-list', meta: { title: '查看课程', isTab: true } },
{ path: '/mergeList', component: _import('modules/certificate/mergeList'), name: 'mergeList', meta: { title: '小班、自考证书', isTab: true } },
+
+ { path: '/medicalrecords-medicalList', component: _import('modules/medicalrecords/medicalList'), name: 'medicalrecords-medicalList', meta: { title: '医案列表', isTab: true } },
+
],
beforeEnter (to, from, next) {
let token = Vue.cookie.get('token')
diff --git a/src/views/components/commonBookTags/shopproduct.vue b/src/views/components/commonBookTags/shopproduct.vue
index b8d045d..612de10 100644
--- a/src/views/components/commonBookTags/shopproduct.vue
+++ b/src/views/components/commonBookTags/shopproduct.vue
@@ -31,6 +31,7 @@
+
+
编辑
删除
- 当前标签:{{
+ 当前{{currentNode&&['wait','false','all','success'].includes(currentNode.data.id)?'状态':'标签' }}:{{
currentNode ? currentNode.data.title : ""
}}
-
@@ -68,7 +71,7 @@
v-if="data.isLast == 1 && source == 'shop'"
style="margin-right: 10px"
>{{ node.label }}{{ node.label }}
@@ -76,7 +79,7 @@
type="text"
size="mini"
@click.stop="handleClickNodes(node, data, 'addChildren')"
- v-if="data.isLast != 1&&!disableAddChild"
+ v-if="data.isLast != 1&&!disableAddChild&&!data.isDisableAddChild"
>
添加下级
diff --git a/src/views/modules/medicalrecords/addCertificate.vue b/src/views/modules/medicalrecords/addCertificate.vue
new file mode 100644
index 0000000..38fbe54
--- /dev/null
+++ b/src/views/modules/medicalrecords/addCertificate.vue
@@ -0,0 +1,937 @@
+
+
+
+
+
+
审核备注:{{ addCertificateForm.mark }}
+
+
+
+
+
+
+
+
+ {{ item.tel ? item.tel : item.email }}
+ ({{ item.name }})
+
+
+
+
{{ addCertificateForm.userKey }}
+
+
+
+
+
+ {{
+ addCertificateForm.userName
+ ? addCertificateForm.userName
+ : "-"
+ }}
+
+
+
+
+
+ {{ addCertificateForm.userKey }}
+
+
+
+
+ {{
+ addCertificateForm.userName
+ ? addCertificateForm.userName
+ : "-"
+ }}
+
+
+
+
+
+
+
+
+
+
+ {{ addCertificateForm.title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+暂无图片
+
+
+
+
![]()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 是否加入 Ai 训练库
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/medicalrecords/medicalList.vue b/src/views/modules/medicalrecords/medicalList.vue
new file mode 100644
index 0000000..b4bf702
--- /dev/null
+++ b/src/views/modules/medicalrecords/medicalList.vue
@@ -0,0 +1,1864 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 医案列表
+ ( {{ currentNode.data ? currentNode.data.title : "" }} )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ (pageIndex - 1) * pageSize + scope.$index + 1 }}
+
+
+
+
+
+ 姓名:{{
+ scope.row.user.name ? scope.row.user.name : "-"
+ }}
+
+
+ 手机号:{{ scope.row.user.tel }}
+
+
+ 邮箱:{{ scope.row.user.email }}
+
+
+
+
+
+
+
+
+
+
+
+
+ changeTrainValue(e,scope.row)"
+ :value="scope.row.train"
+ active-color="#17B3A3"
+ inactive-color="#aaaaaa96"
+ >
+
+
+
+
+
+
+
+ 详情
+
+
+
+
+
+
+
+
+ 医案列表
+ 新增
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ (pageIndex - 1) * pageSize + scope.$index + 1 }}
+
+
+
+
+
+ 姓名:{{
+ scope.row.user.name ? scope.row.user.name : "-"
+ }}
+
+
+ 手机号:{{ scope.row.user.tel }}
+
+
+ 邮箱:{{ scope.row.user.email }}
+
+
+
+
+
+
+
+ changeTrainValue(e,scope.row)"
+ :value="scope.row.train"
+ active-color="#17B3A3"
+ inactive-color="#aaaaaa96"
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 确定
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/config/index.js b/static/config/index.js
index 88a0b47..493669f 100644
--- a/static/config/index.js
+++ b/static/config/index.js
@@ -5,8 +5,8 @@
window.SITE_CONFIG = {};
// api接口请求地址
- window.SITE_CONFIG['baseUrl'] = 'https://api.nuttyreading.com'; // 线上正式环境
- // window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9200/pb'; //川
+ // window.SITE_CONFIG['baseUrl'] = 'https://api.nuttyreading.com'; // 线上正式环境
+ window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9200/pb'; //川
// cdn地址 = 域名 + 版本号
window.SITE_CONFIG['domain'] = './'; // 域名