Browse Source

Update index.vue

lex 1 năm trước cách đây
mục cha
commit
cc66ae902c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/oms/order/index.vue

+ 1 - 1
src/views/oms/order/index.vue

@@ -196,7 +196,7 @@
               size="mini"
               type="danger"
               @click="handleCloseOrder(scope.$index, scope.row)"
-              v-show="scope.row.status === 0 || scope.row.status === 1 || scope.row.status === 2"
+              v-show="scope.row.status === 0 || scope.row.status === 1 || scope.row.status === 2 || scope.row.status === 3"
               >关闭订单</el-button
             >
             <el-button