feat:【mall 商城】商品分类的迁移

This commit is contained in:
YunaiV
2025-10-08 10:53:22 +08:00
parent e84cd6147c
commit 4648f2023b
9 changed files with 85 additions and 74 deletions

View File

@@ -18,8 +18,8 @@ const emit = defineEmits(['success']);
const formData = ref<MallCommentApi.Comment>();
const getTitle = computed(() => {
return formData.value?.id
? $t('ui.actionTitle.edit', ['品牌'])
: $t('ui.actionTitle.create', ['品牌']);
? $t('ui.actionTitle.edit', ['商品品牌'])
: $t('ui.actionTitle.create', ['商品品牌']);
});
const [Form, formApi] = useVbenForm({