From c51474ac2f6dbfeb8cc190544fd2cdb272f759d7 Mon Sep 17 00:00:00 2001 From: Min5203 <2318556978@qq.com> Date: Thu, 27 Jan 2022 09:30:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E6=BA=90=E7=AE=A1=E7=90=86=E7=95=8C?= =?UTF-8?q?=E9=9D=A2tab=E6=A0=8F=E5=9B=BA=E5=AE=9A=E5=92=8C=E5=8F=91?= =?UTF-8?q?=E8=B5=B7=E7=94=B3=E8=AF=B7=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/RingEcharts.vue | 1 - pages/applicant.vue | 28 +++-- pages/application-details.vue | 12 -- pages/financial-approval-details.vue | 9 -- pages/index.vue | 160 ++++++++++++++------------- 5 files changed, 94 insertions(+), 116 deletions(-) diff --git a/components/RingEcharts.vue b/components/RingEcharts.vue index 4a49479..79c5dd4 100644 --- a/components/RingEcharts.vue +++ b/components/RingEcharts.vue @@ -12,7 +12,6 @@ onMounted(()=>{ if(props.id){ var myChart = echarts.init(document.getElementById(props.id)); } - const data = [ { name: '办公费', diff --git a/pages/applicant.vue b/pages/applicant.vue index 1a16561..d98dac1 100644 --- a/pages/applicant.vue +++ b/pages/applicant.vue @@ -9,24 +9,27 @@ title-active-color="#59B4FF" > -
-
历史申请
- - -
- -
- 发起申请 +
+
+
历史申请
+ + +
+ +
+ 发起申请 +
+ -
+
奖金领取记录
-
+
待领取奖金
@@ -61,13 +64,8 @@ import { useRouter } from 'vue-router'; const router = useRouter(); const active = ref(0); -const isShow = ref(true); const isBonus = ref(true); -function onClickLeft() { - console.log('返回上一页'); -} - function toApplication() { const routeValue = router.currentRoute.value; const query = routeValue.query; diff --git a/pages/application-details.vue b/pages/application-details.vue index fbd60c8..c871e06 100644 --- a/pages/application-details.vue +++ b/pages/application-details.vue @@ -1,14 +1,5 @@