src/views/qualityManagement/processInspection/index.vue
@@ -165,7 +165,7 @@ label: "操作", align: "center", fixed: "right", width: 280, width: 340, operation: [ { name: "编辑", @@ -184,6 +184,20 @@ } }, { name: "填写检验记录", type: "text", clickFun: (row) => { openInspectionForm("edit", row); }, disabled: (row) => { if (row.inspectState == 1) return true; if (row.checkName) { return row.checkName !== userStore.nickName; } return false; } }, { name: "附件", type: "text", clickFun: (row) => {