From 7d03221bfa4e76073de295c48a13d088edbbba12 Mon Sep 17 00:00:00 2001 From: Min5203 <2318556978@qq.com> Date: Mon, 24 Jan 2022 18:30:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E5=A5=96=E9=87=91=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/{Table.vue => FinanceManage.vue} | 2 +- pages/Initiate-application.vue | 32 ++--- pages/applicant.vue | 64 ++++------ pages/application-details.vue | 132 +++++++++++++++++++- pages/index.vue | 3 +- plugins/vant.js | 2 + 6 files changed, 169 insertions(+), 66 deletions(-) rename components/{Table.vue => FinanceManage.vue} (98%) diff --git a/components/Table.vue b/components/FinanceManage.vue similarity index 98% rename from components/Table.vue rename to components/FinanceManage.vue index 1971123..b70a603 100644 --- a/components/Table.vue +++ b/components/FinanceManage.vue @@ -75,7 +75,7 @@ const currentPage = ref(1); diff --git a/pages/index.vue b/pages/index.vue index fa51d86..bfdac6e 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -11,7 +11,7 @@
财务管理 对项目预算、奖金进行配置 - + 角色管理 @@ -59,7 +59,6 @@ function onClickLeft(){ font-size: 12px; margin-left: 0.5rem; } - } diff --git a/plugins/vant.js b/plugins/vant.js index 463abbb..5787054 100644 --- a/plugins/vant.js +++ b/plugins/vant.js @@ -19,6 +19,7 @@ import { Form, Popup, Cascader, + Circle, } from 'vant'; import { defineNuxtPlugin } from '#app'; @@ -41,5 +42,6 @@ export default defineNuxtPlugin(nuxtApp => { .use(Form) .use(Cascader) .use(Popup) + .use(Circle) .use(Tabs); });