refactor: edit i18n can't show

This commit is contained in:
Net 2024-08-09 10:47:35 +07:00
parent 9430c0649c
commit 46ce2e5296
3 changed files with 7 additions and 7 deletions

View file

@ -88,7 +88,7 @@ const modeView = ref(false);
const fieldSelectedOption = ref<{ label: string; value: string }[]>([
{
label: 'branchLabelNo',
label: 'orderNumber',
value: 'branchLabelNo',
},