From 1cfb8fa563de0ee0a15646f3c2437b423832526d Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Thu, 11 Jul 2024 15:00:24 +0700 Subject: [PATCH] hide command code in salary system --- src/modules/13_salary/components/Command/step01.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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="`${'คำสั่งเลขที่'}`" - />