소스 검색

no message

linwenxin 3 달 전
부모
커밋
af45617cb3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/userManagement/masterManagement/index.vue

+ 1 - 1
src/views/userManagement/masterManagement/index.vue

@@ -1009,7 +1009,7 @@ export default {
         edit: {
           btnType: 'text',
           conditions: ({ row, index, column }) => {
-            return ['OK', 'FAIL', 'STOP', 'QUIT', 'OVERDUE'].includes(row.examineStatus)
+            return ['OK', 'FAIL', 'STOP', 'QUIT', 'OVERDUE', 'WAIT_WORKER'].includes(row.examineStatus)
           },
           click: ({ row, index, column }) => {
             this.$refs.tabPage.addTab({