Browse Source

1. 优化

MONSTER-ygh 11 tháng trước cách đây
mục cha
commit
1e905336cb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/order/viewers/index.vue

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

@@ -955,7 +955,7 @@ export default {
     },
     /**  是否可用 */
     isSelectableFun(row, index){
-      return row.status == 3 || row.status == 6
+      return row.status == 3 || row.status == 6 || row.status == 7 || row.status == 8
     },
     handleCloseTk(formName){
       console.log('dsfsdfsdf')