refactor(registry): itemsMenu RETIRE_MILITARY only SYS_PLACEMENT_OTHER
This commit is contained in:
parent
bf4b03e643
commit
72cbe6a8dc
1 changed files with 3 additions and 2 deletions
|
|
@ -121,7 +121,8 @@ const itemsMenu = computed(() => {
|
|||
if (
|
||||
leaveType.value === "DISCIPLINE_TEMP_SUSPEND" ||
|
||||
leaveType.value === "RETIRE_RESIGN" ||
|
||||
leaveType.value === "DISCIPLINE_SUSPEND"
|
||||
leaveType.value === "DISCIPLINE_SUSPEND" ||
|
||||
leaveType.value === "RETIRE_MILITARY"
|
||||
) {
|
||||
return (
|
||||
baseItemsMenu.value?.filter(
|
||||
|
|
@ -857,7 +858,7 @@ onMounted(async () => {
|
|||
])) ||
|
||||
leaveType === 'DISCIPLINE_TEMP_SUSPEND' ||
|
||||
leaveType === 'RETIRE_RESIGN' ||
|
||||
leaveType === 'DISCIPLINE_SUSPEND' ||
|
||||
leaveType === 'DISCIPLINE_SUSPEND' ||
|
||||
leaveType === 'RETIRE_MILITARY'
|
||||
"
|
||||
size="md"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue