shish 7 часов назад
Родитель
Сommit
e44168e6d8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      hdApp/src/admin/home/components/purchase-ghs-panel.vue

+ 1 - 1
hdApp/src/admin/home/components/purchase-ghs-panel.vue

@@ -106,7 +106,7 @@
                 <view class="box_6 flex-row box_6--settle" v-if="Number(ghsInfo.balance) < 0" @click.stop="settleAccounts(ghsInfo)">
                 <view class="box_6 flex-row box_6--settle" v-if="Number(ghsInfo.balance) < 0" @click.stop="settleAccounts(ghsInfo)">
                   <view class="show_clear_area flex-row justify-between show_clear_area--inline-settle">
                   <view class="show_clear_area flex-row justify-between show_clear_area--inline-settle">
                     <text class="waite_clear_order">
                     <text class="waite_clear_order">
-                      待结 ¥{{ Math.abs(parseFloat(ghsInfo.balance)) }}<text style="font-size: 28upx;margin-left:18upx;">查看明细 &gt;</text>
+                      待结 ¥{{ Math.abs(parseFloat(ghsInfo.balance)) }}<text style="font-size: 28upx;margin-left:18upx;">查看订单 &gt;</text>
                     </text>
                     </text>
                   </view>
                   </view>
                 </view>
                 </view>