mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
feat(工作台): 国际化
This commit is contained in:
@@ -31,9 +31,9 @@ const state = reactive({
|
||||
tableData: [],
|
||||
curTypeList: ['all_types', 'panel', 'screen'],
|
||||
tableColumn: [
|
||||
{ field: 'creator', label: '分享人' },
|
||||
{ field: 'time', label: '分享时间', type: 'time' },
|
||||
{ field: 'exp', label: '有效期', type: 'time' }
|
||||
{ field: 'creator', label: t('visualization.who_share') },
|
||||
{ field: 'time', label: t('visualization.when_share'), type: 'time' },
|
||||
{ field: 'exp', label: t('visualization.over_time'), type: 'time' }
|
||||
]
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user