shish 4 лет назад
Родитель
Сommit
7e7d62f159
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      hdApp/src/pagesPurchase/order.vue

+ 2 - 0
hdApp/src/pagesPurchase/order.vue

@@ -22,6 +22,8 @@
               <view class="btn_entrance" @click="settleAccounts(ghsInfo)"> 待结订单 </view>
               <view class="btn_entrance" @click="pageTo({ url: '/admin/ghs/debtChange',query: {ghsId: ghsInfo.id}})">欠款变动明细</view>
             </view>
+            <text v-if="ghsInfo.isOpen == 0" style="position:absolute;bottom:90upx;left:120upx;color:#3385FF;">休息了</text>
+            <text v-if="ghsInfo.isOpen == 0" style="position:absolute;bottom:90upx;right:50upx;color:#3385FF;">营业 {{ghsInfo.openStartTime}}-{{ghsInfo.openEndTime}}</text>
           </view>
         </block>
         <block v-else>