shish пре 7 месеци
родитељ
комит
5f09419379
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      ghsApp/src/admin/billing/affirm.vue

+ 2 - 2
ghsApp/src/admin/billing/affirm.vue

@@ -62,9 +62,9 @@
             </view>
             </view>
             <view class="summary-bar" v-if="hasFinance==1">
             <view class="summary-bar" v-if="hasFinance==1">
               <view class="operate-view"></view>
               <view class="operate-view"></view>
-              <view class="describe-view">
+              <view class="describe-view" style="color:#3385ff;font-weight:bold;">
                   <text v-if="showFinance==1" @click="getMyFinance">成本 ¥{{ allCount.avCost }},利润 ¥{{ parseFloat((Number(allPrice)-Number(allCount.avCost)).toFixed(2)) }}</text>
                   <text v-if="showFinance==1" @click="getMyFinance">成本 ¥{{ allCount.avCost }},利润 ¥{{ parseFloat((Number(allPrice)-Number(allCount.avCost)).toFixed(2)) }}</text>
-                  <text v-else @click="getMyFinance" style="color:#3385ff;font-weight:bold;">查看财务</text>
+                  <text v-else @click="getMyFinance">查看财务</text>
               </view>
               </view>
             </view>
             </view>
           </view>
           </view>