Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

租户套餐的菜单名称没国际化 #7166

Closed
stanleysct opened this issue Sep 3, 2024 · 2 comments
Closed

租户套餐的菜单名称没国际化 #7166

stanleysct opened this issue Sep 3, 2024 · 2 comments

Comments

@stanleysct
Copy link

版本号:3.7.0
问题描述:租户套餐的菜单名称没国际化(JTreeSelect),左菜单就没问题。
错误截图:

Tenant 2024-09-03 161835

//产品包表单
export const packMenuFormSchema: FormSchema[] = [
{
field: 'packName',
label: '产品包名称',
component: 'Input',
},
{
field: 'permissionIds',
label: '菜单列表',
component: 'JTreeSelect', //JTreeSelect
componentProps: {
dict: 'sys_permission, name, id',
pidField: 'parent_id',
multiple: true,
treeCheckAble: true,
treeCheckStrictly: true,
getPopupContainer: () => document.body,
},

友情提示:

  • 未按格式要求发帖、描述过于简单的,会被直接删掉;
  • 描述问题请图文并茂,方便我们理解并快速定位问题;
  • 如果使用的不是master,请说明你使用的分支;
@zhangdaiscott
Copy link
Member

sq

@lsqGitHub716
Copy link

已修改,下版本发布

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants