From e9d967478a5730cfe09e2de910b682e3fd46be92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Tue, 19 Aug 2025 16:24:37 +0800 Subject: [PATCH] tijiao --- src/router/index.js | 2 + .../modules/course/course-add-or-update.vue | 13 +- src/views/modules/course/courseList.vue | 13 + .../modules/talents/PrecisionImageGrid.vue | 203 +++++ .../modules/talents/talents-articleList.vue | 721 ++++++++++++++++++ .../modules/talents/talents-commontList.vue | 282 +++++++ 6 files changed, 1233 insertions(+), 1 deletion(-) create mode 100644 src/views/modules/talents/PrecisionImageGrid.vue create mode 100644 src/views/modules/talents/talents-articleList.vue create mode 100644 src/views/modules/talents/talents-commontList.vue diff --git a/src/router/index.js b/src/router/index.js index f5d3cda..cf13c35 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -78,6 +78,8 @@ 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: '/talents-articleList', component: _import('modules/talents/talents-articleList'), name: 'talents-articleList', meta: { title: '文章列表', isTab: true } }, + { path: '/talents-commontList', component: _import('modules/talents/talents-commontList'), name: 'talents-commontList', 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 } }, diff --git a/src/views/modules/course/course-add-or-update.vue b/src/views/modules/course/course-add-or-update.vue index 27b5c02..a12e799 100644 --- a/src/views/modules/course/course-add-or-update.vue +++ b/src/views/modules/course/course-add-or-update.vue @@ -10,7 +10,7 @@ :model="dataForm" :rules="dataRule" ref="dataForm" - label-width="80px" + label-width="120px" > @@ -31,6 +31,16 @@ inactive-text="关闭"> + + + + + + + + 是 + 否 + + + + + + + + + + + + diff --git a/src/views/modules/talents/talents-articleList.vue b/src/views/modules/talents/talents-articleList.vue new file mode 100644 index 0000000..adff82c --- /dev/null +++ b/src/views/modules/talents/talents-articleList.vue @@ -0,0 +1,721 @@ + + + + + + + + + + + + + + 查询 + 重置 + + + + + + + {{ scope.row.taihuTalent.name }} + + + + + + {{ scope.row.title + }}[医案] + + + + editHandle(scope.row,e)" + + inactive-text="下架"> + + + + + + + + + 暂无图片 + + + + + {{ scope.row.createTime }} + + + + + 详情 + + + + 删除 + + + + + + + + + + {{ addForm.title }} + + + + + + + + + 取 消 + + + + + + + diff --git a/src/views/modules/talents/talents-commontList.vue b/src/views/modules/talents/talents-commontList.vue new file mode 100644 index 0000000..0801744 --- /dev/null +++ b/src/views/modules/talents/talents-commontList.vue @@ -0,0 +1,282 @@ + + + + + + + + + + + + 查询 + 重置 + + + + + + + + + + + + + + + + + + 昵称:{{ scope.row.user.nickname }} + + + 姓名:{{ scope.row.user.name }} + + + 邮箱:{{ scope.row.user.email }} + + + 手机号:{{ scope.row.user.tel }} + + + + + + + + + + + + + + + + + + + + + + + + 删除 + + + + + + + + + + +
暂无图片
+ {{ addForm.title }} +
+ 昵称:{{ scope.row.user.nickname }} +
+ 姓名:{{ scope.row.user.name }} +
+ 邮箱:{{ scope.row.user.email }} +
+ 手机号:{{ scope.row.user.tel }} +