diff --git a/src/modules/13_salary/components/Command/step01.vue b/src/modules/13_salary/components/Command/step01.vue index f8f4e351e..cef9a4ab2 100644 --- a/src/modules/13_salary/components/Command/step01.vue +++ b/src/modules/13_salary/components/Command/step01.vue @@ -131,14 +131,14 @@ const fecthTypeOption = async (actions: string) => { name: e.name, category: e.category, commandCode: e.commandCode, - fullname: e.commandCode + " " + e.name, + fullname: e.name, })); typeOrderFilter.value = data.map((e: OrederResult) => ({ id: e.id, name: e.name, category: e.category, commandCode: e.commandCode, - fullname: e.commandCode + " " + e.name, + fullname: e.name, })); }) .catch((e) => { @@ -455,7 +455,6 @@ function fetchSalaryRound() { v-model="command" hide-bottom-space :label="`${'คำสั่งเลขที่'}`" - />