From d18bfc207560ef129e1041225c0cd443431d7f5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Wed, 25 Oct 2023 13:54:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=9B=E6=9F=A5=E5=88=86=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/healthmanage.js | 18 ++ src/views/system/healthmanage/index.vue | 248 ++++++++++++++++++++++++ 2 files changed, 266 insertions(+) create mode 100644 src/api/system/healthmanage.js create mode 100644 src/views/system/healthmanage/index.vue diff --git a/src/api/system/healthmanage.js b/src/api/system/healthmanage.js new file mode 100644 index 0000000..066bd89 --- /dev/null +++ b/src/api/system/healthmanage.js @@ -0,0 +1,18 @@ +import request from '@/utils/request' + +// // 查询商品订单列表 +// export function listGoodsOrder(query) { +// return request({ +// url: '/system/goodsOrder/list', +// method: 'get', +// params: query +// }) +// } + +// 查询 +export function listHospital(age,sex) { + return request({ + url: `/system/evaluateResult/list/${age}/${sex}`, + method: 'get' + }) +} \ No newline at end of file diff --git a/src/views/system/healthmanage/index.vue b/src/views/system/healthmanage/index.vue new file mode 100644 index 0000000..5e90f2d --- /dev/null +++ b/src/views/system/healthmanage/index.vue @@ -0,0 +1,248 @@ + + + + + + + + + + + + + + + + + 搜索 + + + + + + + + + + + + {{ name }} + + + + + + + + + + + + \ No newline at end of file