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 (
|
if (
|
||||||
leaveType.value === "DISCIPLINE_TEMP_SUSPEND" ||
|
leaveType.value === "DISCIPLINE_TEMP_SUSPEND" ||
|
||||||
leaveType.value === "RETIRE_RESIGN" ||
|
leaveType.value === "RETIRE_RESIGN" ||
|
||||||
leaveType.value === "DISCIPLINE_SUSPEND"
|
leaveType.value === "DISCIPLINE_SUSPEND" ||
|
||||||
|
leaveType.value === "RETIRE_MILITARY"
|
||||||
) {
|
) {
|
||||||
return (
|
return (
|
||||||
baseItemsMenu.value?.filter(
|
baseItemsMenu.value?.filter(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue