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 @@ -