浏览代码

Update index.vue

lex 1 年之前
父节点
当前提交
cc66ae902c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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