From e3d73278d97623df57a71d80456d69ca76fefd7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E6=96=8C=E6=9D=B0?= <> Date: Mon, 25 Nov 2024 11:09:44 +0800 Subject: [PATCH] ui --- .../order_statistics/orderStatistics.vue | 237 ++++++++++++++++++ src/router/index.js | 6 + src/views/home/Home.vue | 1 + 3 files changed, 244 insertions(+) create mode 100644 src/components/order_statistics/orderStatistics.vue diff --git a/src/components/order_statistics/orderStatistics.vue b/src/components/order_statistics/orderStatistics.vue new file mode 100644 index 0000000..e5db1c1 --- /dev/null +++ b/src/components/order_statistics/orderStatistics.vue @@ -0,0 +1,237 @@ + + + + + + + + 姓名: + + + + 手机号: + + + + 身份证: + + + + 人员类别: + + + + + + 预约开始日期: + + + + 预约结束日期: + + + + 收费状态: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index ac6e1fd..bda7832 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -77,6 +77,12 @@ const routes = [{ component: () => import ('../components/applet_info/RegistrationInfo.vue'), }, + { + path: '/orderStatistics', + name: '小程序预约查询', + component: () => + import ('../components/order_statistics/orderStatistics.vue'), + }, // ---------------- 基础设置 end ---------------- ] } diff --git a/src/views/home/Home.vue b/src/views/home/Home.vue index 2840c44..f89718b 100644 --- a/src/views/home/Home.vue +++ b/src/views/home/Home.vue @@ -31,6 +31,7 @@ 小程序信息查询 小程序注册信息 + 小程序预约查询