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 @@ + + + + \ No newline at end of file