diff --git a/backend/src/main/resources/db/migration/V40__1.15.sql b/backend/src/main/resources/db/migration/V40__1.15.sql index cad7dec77c..350a53fcd2 100644 --- a/backend/src/main/resources/db/migration/V40__1.15.sql +++ b/backend/src/main/resources/db/migration/V40__1.15.sql @@ -26,8 +26,6 @@ INSERT INTO `task_instance` (`task_id`) VALUES ('Datasource_check_status'); update sys_menu set menu_sort=10 where menu_id=1; -INSERT INTO `sys_menu` (`menu_id`, `pid`, `sub_count`, `type`, `title`, `name`, `component`, `menu_sort`, `icon`, `path`, `i_frame`, `cache`, `hidden`, `permission`, `create_by`, `update_by`, `create_time`, `update_time`) VALUES (41, 1, 1, 1, '应用管理', 'system-app-template', 'panel/appTemplate/index', 13, 'sys-param', 'panel/appTemplate/index', 0, 0, 0, NULL, NULL, NULL, NULL, 1620444227389); -INSERT INTO `sys_menu` (`menu_id`, `pid`, `sub_count`, `type`, `title`, `name`, `component`, `menu_sort`, `icon`, `path`, `i_frame`, `cache`, `hidden`, `permission`, `create_by`, `update_by`, `create_time`, `update_time`) VALUES (203, 0, 0, 1, '应用市场', 'app-template-market', 'panel/appTemplateMarket/index', 6, 'dashboard', '/appTemplateMarket', 0, 0, 0, NULL, NULL, NULL, NULL, 1620444227389); -- ---------------------------- -- Table structure for panel_app_template -- ---------------------------- diff --git a/backend/src/main/resources/i18n/messages_en_US.properties b/backend/src/main/resources/i18n/messages_en_US.properties index afd8a15af0..f7592ca718 100644 --- a/backend/src/main/resources/i18n/messages_en_US.properties +++ b/backend/src/main/resources/i18n/messages_en_US.properties @@ -43,6 +43,7 @@ \u91CD\u7F6E\u5BC6\u7801=Reset Password \u5173\u4E8E=About Us \u9996\u9875=Home Page +\u7528\u6237key=User Key i18n_auth_view=View i18n_auth_use=Use i18n_auth_export=Export diff --git a/backend/src/main/resources/i18n/messages_zh_CN.properties b/backend/src/main/resources/i18n/messages_zh_CN.properties index e0efdd38d8..946d37a153 100644 --- a/backend/src/main/resources/i18n/messages_zh_CN.properties +++ b/backend/src/main/resources/i18n/messages_zh_CN.properties @@ -43,6 +43,7 @@ \u91CD\u7F6E\u5BC6\u7801=\u91CD\u7F6E\u5BC6\u7801 \u5173\u4E8E=\u5173\u4E8E \u9996\u9875=\u9996\u9875 +\u7528\u6237key=\u7528\u6237key i18n_auth_view=\u67E5\u770B i18n_auth_use=\u4F7F\u7528 i18n_auth_export=\u5BFC\u51FA diff --git a/backend/src/main/resources/i18n/messages_zh_TW.properties b/backend/src/main/resources/i18n/messages_zh_TW.properties index 022e0606ac..eddffe3e99 100644 --- a/backend/src/main/resources/i18n/messages_zh_TW.properties +++ b/backend/src/main/resources/i18n/messages_zh_TW.properties @@ -43,6 +43,7 @@ \u91CD\u7F6E\u5BC6\u7801=\u91CD\u7F6E\u5BC6\u78BC \u5173\u4E8E=\u95DC\u65BC \u9996\u9875=\u9996\u9801 +\u7528\u6237key=\u7528\u6236key i18n_auth_view=\u67E5\u770B i18n_auth_use=\u4F7F\u7528 i18n_auth_export=\u5C0E\u51FA diff --git a/frontend/src/components/canvas/components/TextAttr.vue b/frontend/src/components/canvas/components/TextAttr.vue index 6ebdf399ca..ab6926eefb 100644 --- a/frontend/src/components/canvas/components/TextAttr.vue +++ b/frontend/src/components/canvas/components/TextAttr.vue @@ -218,7 +218,7 @@ export default { innerOpacity: 0, mainWidthOffset: 600, initFontSize: 12, - miniFontSize: 12, + miniFontSize: 0, maxFontSize: 128, textAlignOptions: [ { diff --git a/frontend/src/components/canvas/custom-component/DeRichTextView.vue b/frontend/src/components/canvas/custom-component/DeRichTextView.vue index 5ccbf081b9..1c78d8ac4f 100644 --- a/frontend/src/components/canvas/custom-component/DeRichTextView.vue +++ b/frontend/src/components/canvas/custom-component/DeRichTextView.vue @@ -194,8 +194,8 @@ export default { if (this.editStatus&&this.canEdit===false) { this.canEdit = true this.element['editing'] = true - this.reShow() this.myValue = this.element.propValue.textValue + this.reShow() } }, reShow() { diff --git a/frontend/src/lang/en.js b/frontend/src/lang/en.js index 0ab2dadd39..80961fc28f 100644 --- a/frontend/src/lang/en.js +++ b/frontend/src/lang/en.js @@ -1638,8 +1638,8 @@ export default { desensitization: 'Desensitization' }, row_permissions: 'Row Permissions', - column_permissions: '列权限', - row_column_permissions: '行列权限', + column_permissions: 'Column Permissions', + row_column_permissions: 'Row And Column Permissions', union_data: 'Union Dataset', add_union_table: 'Add Union Dataset', edit_union: 'Edit Union Dataset', diff --git a/frontend/src/views/panel/LinkJumpSet/index.vue b/frontend/src/views/panel/LinkJumpSet/index.vue index 26cef164c6..62c567cce5 100644 --- a/frontend/src/views/panel/LinkJumpSet/index.vue +++ b/frontend/src/views/panel/LinkJumpSet/index.vue @@ -362,8 +362,10 @@ export default { const checkAllAxisStr = chartDetails.xaxis + chartDetails.xaxisExt + chartDetails.yaxis + chartDetails.yaxisExt + chartDetails.drillFields let checkJumpStr if (chartDetails.type === 'table-pivot') { - checkJumpStr = chartDetails.yaxis + chartDetails.yaxisExt - } else { + checkJumpStr = chartDetails.yaxis + chartDetails.yaxisExt + chartDetails.drillFields + }else if(chartDetails.type === 'table-info') { + checkJumpStr = chartDetails.xaxis + chartDetails.drillFields + }else { checkJumpStr = checkAllAxisStr } // 获取可关联的仪表板