@ -223,7 +223,7 @@ const isShowEditBtn = (row, val) => {
if (val.indexOf(row.inspectionType) > -1) {
return true
} else {
return row.useDecision
return row.isPublished
}
const isShowPackageBtn = (row, val) => {
@ -603,7 +603,7 @@ export const InspectionRecordMain = useCrudSchemas(
isForm: false,
isDetail: false,
table: {
width: 300,
width: 340,
fixed: 'right'