From 6cdd8b90dbf483f4f847f5e90eb506c4c3dcc0ea Mon Sep 17 00:00:00 2001 From: haomingming Date: Tue, 17 Mar 2026 14:49:50 +0800 Subject: [PATCH] patientList --- api/api.js | 3 + pages.json | 30 + pages_app/patientMsg/patientList.vue | 825 +++++++++++ pages_app/patientMsg/patientListPerf.vue | 430 ++++++ pages_app/patientMsg/patientMsg.vue | 1512 ++------------------- pages_app/patientMsg/patientPlan.vue | 378 ++++++ pages_app/selectPatient/selectPatient.vue | 123 +- 7 files changed, 1914 insertions(+), 1387 deletions(-) create mode 100644 pages_app/patientMsg/patientList.vue create mode 100644 pages_app/patientMsg/patientListPerf.vue create mode 100644 pages_app/patientMsg/patientPlan.vue diff --git a/api/api.js b/api/api.js index d4453bd..9956122 100644 --- a/api/api.js +++ b/api/api.js @@ -336,6 +336,9 @@ const api = { applyList(data){ return request('/expertAPI/applyList', data, 'post', false); }, + patientListByGBKPage(data){ + return request('/expertAPI/patientListByGBKPage', data, 'post', false); + }, patientListByGBK(data){ return request('/expertAPI/patientListByGBK', data, 'post', false); }, diff --git a/pages.json b/pages.json index 232a597..5503b61 100644 --- a/pages.json +++ b/pages.json @@ -752,6 +752,36 @@ } } }, + { + "path": "patientMsg/patientList", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "uni-app分页", + "app": { + "bounce": "none" + } + } + }, + { + "path": "patientMsg/patientPlan", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "uni-app分页", + "app": { + "bounce": "none" + } + } + }, + { + "path": "patientMsg/patientListPerf", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "uni-app分页", + "app": { + "bounce": "none" + } + } + }, { "path": "patientGroup/patientGroup", "style": { diff --git a/pages_app/patientMsg/patientList.vue b/pages_app/patientMsg/patientList.vue new file mode 100644 index 0000000..338376d --- /dev/null +++ b/pages_app/patientMsg/patientList.vue @@ -0,0 +1,825 @@ + + + + + diff --git a/pages_app/patientMsg/patientListPerf.vue b/pages_app/patientMsg/patientListPerf.vue new file mode 100644 index 0000000..7b82f6f --- /dev/null +++ b/pages_app/patientMsg/patientListPerf.vue @@ -0,0 +1,430 @@ + + + + + diff --git a/pages_app/patientMsg/patientMsg.vue b/pages_app/patientMsg/patientMsg.vue index 1534209..57222fd 100644 --- a/pages_app/patientMsg/patientMsg.vue +++ b/pages_app/patientMsg/patientMsg.vue @@ -1,1423 +1,201 @@ -