fix(investigatefacts):display icon
This commit is contained in:
parent
b7329370d6
commit
7016378ac6
2 changed files with 3 additions and 1 deletions
|
|
@ -264,7 +264,8 @@ onMounted(() => {
|
|||
<q-btn
|
||||
v-if="
|
||||
checkPermission($route)?.attrIsGet &&
|
||||
checkPermission($route)?.attrIsUpdate
|
||||
checkPermission($route)?.attrIsUpdate &&
|
||||
props.row.statusMain != 'SEND_DISCIPLINARY'
|
||||
"
|
||||
flat
|
||||
dense
|
||||
|
|
|
|||
|
|
@ -248,6 +248,7 @@ export const useInvestigateFactStore = defineStore(
|
|||
? date2Thai(e.dateReceived as Date)
|
||||
: "-",
|
||||
status: e.status ? convertStatus(e.status) : "-",
|
||||
statusMain: e.status ? e.status : "",
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue