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 @@