mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 11:38:11 +08:00
feat: 增加数据集同步消息提醒
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
export const msgTypes = [
|
||||
{ value: -1, label: '全部类型' },
|
||||
{ value: 0, label: '仪表板分享' },
|
||||
{ value: 1, label: '数据集同步' }
|
||||
// { value: -1, label: '全部类型' },
|
||||
// { value: 0, label: '仪表板分享' },
|
||||
// { value: 1, label: '数据集同步' }
|
||||
{ value: -1, label: 'webmsg.all_type' },
|
||||
{ value: 0, label: 'webmsg.panel_type' },
|
||||
{ value: 1, label: 'webmsg.dataset_type' }
|
||||
]
|
||||
|
||||
export const getTypeName = value => {
|
||||
|
||||
Reference in New Issue
Block a user