diff --git a/api/api.js b/api/api.js index 9456982..715dedf 100644 --- a/api/api.js +++ b/api/api.js @@ -137,6 +137,16 @@ const config = { url: '/api/common/queryBills', method: 'GET', }, + //个人记工-在建项目 + commonQueryStrartJobList: { + url: '/api/common/queryStrartJobList', + method: 'GET', + }, + //个人记工-在建项目 + commonQueryStrartJobLists: { + url: '/api/common/queryStrartJobLists', + method: 'GET', + }, /** diff --git a/common.scss b/common.scss index 405c309..3297d79 100644 --- a/common.scss +++ b/common.scss @@ -50,4 +50,8 @@ background-color: #EFF2F1; font-size: 24rpx; border-radius: 10rpx; +} + +.uv-tags__text{ + font-size: 24rpx !important; } \ No newline at end of file diff --git a/pages/index/keepAccounts.vue b/pages/index/keepAccounts.vue index d53d00c..3904cbe 100644 --- a/pages/index/keepAccounts.vue +++ b/pages/index/keepAccounts.vue @@ -2,7 +2,10 @@ - + 全年收支 @@ -34,7 +38,7 @@ - @@ -76,19 +80,33 @@ diff --git a/pages_order/kepp/AnnualExpenditure.vue b/pages_order/kepp/AnnualExpenditure.vue index 0451c83..34d12f2 100644 --- a/pages_order/kepp/AnnualExpenditure.vue +++ b/pages_order/kepp/AnnualExpenditure.vue @@ -34,7 +34,10 @@ - + @@ -42,9 +45,18 @@