fix: date picker lang & clean
This commit is contained in:
parent
59976f6e61
commit
5f76c3b5c7
2 changed files with 7 additions and 4 deletions
|
|
@ -1063,14 +1063,14 @@ onMounted(async () => {
|
|||
|
||||
watch(locale, () => {
|
||||
fieldSelectedCustomer.value = {
|
||||
label: t(`${fieldSelectedCustomer.value.label}`),
|
||||
label: `${fieldSelectedCustomer.value.label}`,
|
||||
value: fieldSelectedCustomer.value?.value,
|
||||
};
|
||||
});
|
||||
|
||||
watch(locale, () => {
|
||||
fieldSelectedCustomer.value = {
|
||||
label: t(`${fieldSelectedCustomer.value.label}`),
|
||||
label: `${fieldSelectedCustomer.value.label}`,
|
||||
value: fieldSelectedCustomer.value?.value,
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue