Przeglądaj źródła

Update index.vue

lex 1 rok temu
rodzic
commit
cc66ae902c
1 zmienionych plików z 1 dodań i 1 usunięć
  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