zouyu
2024-03-07 62be85bac61d46f1a60fa77c2e9532a57e1b4850
src/views/quality/processconfiguration/index.vue
@@ -322,7 +322,8 @@
            text: '审核结果',
            type: 'text',
            size: 'small',
            fun: this.AuditResult
            fun: this.AuditResult,
            showFun: (row)=>{return row.type != '原材料检验'}
          })
    }
    this.table.operator = arr.length>0 ? arr : null