From bfcc3f336e0e501a622fe69409c73bea3da4c614 Mon Sep 17 00:00:00 2001 From: yanwenlong Date: Thu, 30 Nov 2023 21:49:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BB=E6=A1=88=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 1 + src/views/modules/book/book.vue | 5 + src/views/modules/book/yian-add-or-update.vue | 412 ++++++++++++++++++ src/views/modules/book/yian.vue | 234 ++++++++++ 4 files changed, 652 insertions(+) create mode 100644 src/views/modules/book/yian-add-or-update.vue create mode 100644 src/views/modules/book/yian.vue diff --git a/src/router/index.js b/src/router/index.js index 4daa3dd..81983a3 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -51,6 +51,7 @@ const mainRoutes = { { path: '/book-comments', component: _import('modules/book/bookComments'), name: 'book-comments', meta: { title: '书评管理', isTab: true } }, { path: '/clock', component: _import('modules/book/clock'), name: 'clock', meta: { title: '打卡管理', isTab: true } }, { path: '/talkBook', component: _import('modules/book/talkBook'), name: 'talkBook', meta: { title: '讲书管理', isTab: true } }, + { path: '/yian', component: _import('modules/book/yian'), name: 'yian', meta: { title: '医案管理', isTab: true } }, { path: '/acupointManagement', component: _import('modules/acupoint/acupointManagement'), name: 'acupointManagement', meta: { title: '经穴分类管理', isTab: true } }, { path: '/acupointList', component: _import('modules/acupoint/acupointList'), name: 'acupointList', meta: { title: '经穴文章列表', isTab: true } }, { path: '/acupointDetail', component: _import('modules/acupoint/acupointDetail'), name: 'acupointDetail', meta: { title: '穴位详细', isTab: true } }, diff --git a/src/views/modules/book/book.vue b/src/views/modules/book/book.vue index 3dca10a..6631a78 100644 --- a/src/views/modules/book/book.vue +++ b/src/views/modules/book/book.vue @@ -143,6 +143,11 @@ 讲书管理 + + + 医案管理 + + diff --git a/src/views/modules/book/yian-add-or-update.vue b/src/views/modules/book/yian-add-or-update.vue new file mode 100644 index 0000000..3f3a852 --- /dev/null +++ b/src/views/modules/book/yian-add-or-update.vue @@ -0,0 +1,412 @@ + + + + + diff --git a/src/views/modules/book/yian.vue b/src/views/modules/book/yian.vue new file mode 100644 index 0000000..1352db9 --- /dev/null +++ b/src/views/modules/book/yian.vue @@ -0,0 +1,234 @@ + + +