Commit e8bcf6a6fad71c13763aaa5c127dd196b44fb0ba

Authored by 史婷婷
1 parent 202fdcfb

feat: 产品试样确认单-详情

@@ -69,11 +69,8 @@ export default { @@ -69,11 +69,8 @@ export default {
69 const e = String(m.status || '') 69 const e = String(m.status || '')
70 // showAudit 这个字段就是后端自己判断的 制单人所在区域 所有人 权限 70 // showAudit 这个字段就是后端自己判断的 制单人所在区域 所有人 权限
71 return { 71 return {
72 - // todo 等下还原  
73 - // canEdit: !e && m.showAudit || false,  
74 - canEdit: true,  
75 - // canAudit: e === 'AUDIT' && m.showExamine || false,  
76 - canAudit: true, 72 + canEdit: !e && m.showAudit || false,
  73 + canAudit: e === 'AUDIT' && m.showExamine || false,
77 canAuditDetail: !!e || false, 74 canAuditDetail: !!e || false,
78 } 75 }
79 }, 76 },