feat:【mall 商城】商品分类的迁移
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user