diff --git a/models/dashboard_config.json b/models/dashboard_config.json index 9ab5b19..39314d7 100644 --- a/models/dashboard_config.json +++ b/models/dashboard_config.json @@ -3,7 +3,9 @@ { "name": "dashboard_config", "title": "仪表板配置", - "primary": "id", + "primary": [ + "id" + ], "catelog": "entity" } ], diff --git a/models/report_template.json b/models/report_template.json index 615ea78..6a93466 100644 --- a/models/report_template.json +++ b/models/report_template.json @@ -3,7 +3,9 @@ { "name": "report_template", "title": "报表模板", - "primary": "id", + "primary": [ + "id" + ], "catelog": "entity" } ], diff --git a/models/user_dashboard.json b/models/user_dashboard.json index e6c4b34..d41ea5b 100644 --- a/models/user_dashboard.json +++ b/models/user_dashboard.json @@ -3,7 +3,9 @@ { "name": "user_dashboard", "title": "用户仪表板", - "primary": "id", + "primary": [ + "id" + ], "catelog": "entity" } ],