浏览代码

1. 优化

MONSTER-ygh 10 月之前
父节点
当前提交
1e905336cb
共有 1 个文件被更改,包括 1 次插入1 次删除
  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')