File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 3232 "password_reset_successful" : " Password reset successful"
3333 },
3434 "dashboard" : {
35+ "add_success" : " Add Success" ,
3536 "no_data" : " No Relevant Content Found" ,
3637 "new_tab" : " New Tab" ,
3738 "length_limit64" : " Field length must be between 1 and 64" ,
505506 "back_community" : " Restore to Community Edition" ,
506507 "confirm_tips" : " Are you sure to restore to Community Edition?"
507508 }
508- }
509+ }
Original file line number Diff line number Diff line change 3434 "password_reset_successful" : " 重置密码成功"
3535 },
3636 "dashboard" : {
37+ "add_success" : " 添加成功" ,
3738 "no_data" : " 没找到相关内容" ,
3839 "new_tab" : " 新建Tab" ,
3940 "length_limit64" : " 字段长度需要在1-64之间" ,
517518 "back_community" : " 还原至社区版" ,
518519 "confirm_tips" : " 确定还原至社区版?"
519520 }
520- }
521+ }
Original file line number Diff line number Diff line change @@ -138,6 +138,10 @@ const addChatChart = (views: any) => {
138138 views .forEach ((view : any ) => {
139139 emits (' addComponent' , ' SQView' , cloneDeep (view ))
140140 })
141+ ElMessage ({
142+ type: ' success' ,
143+ message: t (' dashboard.add_success' ),
144+ })
141145}
142146
143147const previewInner = () => {
You can’t perform that action at this time.
0 commit comments