feat: 客户管理国际化翻译
This commit is contained in:
@@ -21,8 +21,8 @@ const emit = defineEmits(['success']);
|
||||
const formData = ref<CustomerApi.Customer>();
|
||||
const getTitle = computed(() => {
|
||||
return formData.value?.id
|
||||
? $t('ui.actionTitle.edit', ['客户'])
|
||||
: $t('ui.actionTitle.create', ['客户']);
|
||||
? $t('ui.actionTitle.edit', [$t('customer.customer')])
|
||||
: $t('ui.actionTitle.create', [$t('customer.customer')]);
|
||||
});
|
||||
|
||||
const [Form, formApi] = useVbenForm({
|
||||
|
||||
Reference in New Issue
Block a user