Browse Source

fix:订单权限

ct 13 giờ trước cách đây
mục cha
commit
73b6ecdbd6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/hisStore/components/productOrder.vue

+ 1 - 1
src/views/hisStore/components/productOrder.vue

@@ -11,7 +11,7 @@
       <div>
 
       <el-card shadow="never" style="margin-top: 15px">
-      <div class="operate-container"  v-if="order!=null">
+      <div class="operate-container"  v-show="order!=null">
         <span  style="margin-left: 20px" class="color-danger">订单状态:
            <el-tag prop="status" v-for="(item, index) in statusOptions"    v-if="order.status==item.dictValue">{{item.dictLabel}}</el-tag>
         </span>