فهرست منبع

现金余额大家都可以看

shish 3 سال پیش
والد
کامیت
41d1e82bb2
1فایلهای تغییر یافته به همراه9 افزوده شده و 11 حذف شده
  1. 9 11
      ghsApp/src/admin/home/me.vue

+ 9 - 11
ghsApp/src/admin/home/me.vue

@@ -48,19 +48,17 @@
           </view>
         </template>
 
-        <template v-if="(getLoginInfo.staff && getLoginInfo.staff.super && getLoginInfo.staff.super == 1) || (getLoginInfo.staff && getLoginInfo.staff.lookStat && getLoginInfo.staff.lookStat ==1)">
-          <view class="account-info_box content_box">
-            <view class="info-lf_box">
-              <view> 现金(元) </view>
-              <view> <text>¥ </text> {{ shopInfo.money||0 }} </view>
-              <view>
-                <text class="to-cash" @click="pageTo({ url: '/admin/shopMoneyChange/list' })" style="margin-left:0upx;">变动明细</text>
-                <text @click="outAmountFn" class="to-cash">取出</text>
-                <text @click="inAmountFn" class="to-cash">存入</text>
-              </view>
+        <view class="account-info_box content_box">
+          <view class="info-lf_box">
+            <view> 现金(元) </view>
+            <view> <text>¥ </text> {{ shopInfo.money||0 }} </view>
+            <view>
+              <text class="to-cash" @click="pageTo({ url: '/admin/shopMoneyChange/list' })" style="margin-left:0upx;">变动明细</text>
+              <text @click="outAmountFn" class="to-cash">取出</text>
+              <text @click="inAmountFn" class="to-cash">存入</text>
             </view>
           </view>
-        </template>
+        </view>
 
         <view class="module-com content_box user-open_bx">
           <view class="input-line-wrap">