refactor: ตั้งdefault การแสดงเป็น list
This commit is contained in:
parent
d7e24e9641
commit
3354ac9dc1
2 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,7 @@ const defaultFormData = {
|
||||||
checkpointEN: null,
|
checkpointEN: null,
|
||||||
};
|
};
|
||||||
|
|
||||||
const modeView = ref(true);
|
const modeView = ref(false);
|
||||||
|
|
||||||
const fieldSelectedOption = ref<{ label: string; value: string }[]>([
|
const fieldSelectedOption = ref<{ label: string; value: string }[]>([
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -307,7 +307,7 @@ const fieldSelected = ref<
|
||||||
]);
|
]);
|
||||||
|
|
||||||
const splitterModel = ref(15);
|
const splitterModel = ref(15);
|
||||||
const modeView = ref(true);
|
const modeView = ref(false);
|
||||||
const currentEmployee = ref<Employee | undefined>();
|
const currentEmployee = ref<Employee | undefined>();
|
||||||
const currentEmployeeCode = ref('');
|
const currentEmployeeCode = ref('');
|
||||||
const isEmployeeEdit = ref(false);
|
const isEmployeeEdit = ref(false);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue