Explorar el Código

fix:订单权限

ct hace 12 horas
padre
commit
73b6ecdbd6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>