We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
//产品包表单 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, },
The text was updated successfully, but these errors were encountered:
sq
Sorry, something went wrong.
已修改,下版本发布
No branches or pull requests
版本号:3.7.0
问题描述:租户套餐的菜单名称没国际化(JTreeSelect),左菜单就没问题。
错误截图:
//产品包表单
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,
},
友情提示:
The text was updated successfully, but these errors were encountered: