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: {
         edit: {
           btnType: 'text',
           btnType: 'text',
           conditions: ({ row, index, column }) => {
           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 }) => {
           click: ({ row, index, column }) => {
             this.$refs.tabPage.addTab({
             this.$refs.tabPage.addTab({