소스 검색

1. 优化

MONSTER-ygh 11 달 전
부모
커밋
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){
     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){
     handleCloseTk(formName){
       console.log('dsfsdfsdf')
       console.log('dsfsdfsdf')