lex 1 éve
szülő
commit
cc66ae902c
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/views/oms/order/index.vue

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

@@ -196,7 +196,7 @@
               size="mini"
               size="mini"
               type="danger"
               type="danger"
               @click="handleCloseOrder(scope.$index, scope.row)"
               @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
             >
             >
             <el-button
             <el-button