Sfoglia il codice sorgente

Merge branch 'master' of git.huaml.com:zhh/front-end

shizhongqi 4 mesi fa
parent
commit
be14d46a1b
2 ha cambiato i file con 2 aggiunte e 4 eliminazioni
  1. 0 2
      ghsApp/src/admin/home/apply.vue
  2. 2 2
      hdApp/src/admin/home/workbench.vue

+ 0 - 2
ghsApp/src/admin/home/apply.vue

@@ -135,8 +135,6 @@ export default {
                 {
                     title:'支出',
                     list:[
-
-                        {name: "工资",img: `${this.$constant.hostUrl}/image/ghs/home/kcyjs.png`,url: "/admin/expend/salary"},
                         {name: "支出",img: `${this.$constant.hostUrl}/image/ghs/home/kcyjs.png`,url: "/admin/expend/list"},
                     ]
                 },

+ 2 - 2
hdApp/src/admin/home/workbench.vue

@@ -26,7 +26,7 @@
           <view class="stat-grid">
 
             <view class="stat-item" @click.stop="pageTo({url:'/admin/stat/kdIncome'})">
-              <view class="stat-label" style="opacity: 0.8;">今日收入</view>
+              <view class="stat-label" style="opacity: 0.8;">收入</view>
               <view class="stat-value">{{ $util.numberFormat(data.todayData.income) }}</view>
             </view>
 
@@ -1158,7 +1158,7 @@ export default {
     display: flex;
     justify-content: space-around;
     align-items: center;
-    padding: 60upx 30upx 30upx;
+    padding: 60upx 80upx 60upx;
     width: 100%;
     
     .stat-item {