feat: 03 => update actionText for warnings to use general translation
This commit is contained in:
parent
095f190f99
commit
63a44e1c14
2 changed files with 13 additions and 4 deletions
|
|
@ -11,6 +11,15 @@ import { dateFormat } from 'src/utils/datetime';
|
|||
const isEdit = ref(false);
|
||||
const allMeta = ref<Record<string, string>>();
|
||||
const { t } = useI18n();
|
||||
const currentId = defineModel<string>('currentId');
|
||||
const groupList = defineModel<
|
||||
{
|
||||
label: string;
|
||||
group: string;
|
||||
value: string;
|
||||
_meta?: Record<string, any>;
|
||||
}[]
|
||||
>('groupList');
|
||||
const obj = defineModel<
|
||||
{
|
||||
_meta?: Record<string, any>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue