|
@ -223,7 +223,7 @@ const isShowEditBtn = (row, val) => { |
|
|
if (val.indexOf(row.inspectionType) > -1) { |
|
|
if (val.indexOf(row.inspectionType) > -1) { |
|
|
return true |
|
|
return true |
|
|
} else { |
|
|
} else { |
|
|
return row.useDecision |
|
|
return row.isPublished |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
const isShowPackageBtn = (row, val) => { |
|
|
const isShowPackageBtn = (row, val) => { |
|
|