fix issues #5658 树表复选框与展开按钮重叠问题
pull/5737/head
JEECG 2023-12-26 13:59:52 +08:00 committed by GitHub
commit 8836a2793a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@
title: '${tableVo.ftlDescription}', title: '${tableVo.ftlDescription}',
columns, columns,
canResize:false, canResize:false,
isTreeTable: true,
formConfig: { formConfig: {
//labelWidth: 120, //labelWidth: 120,
schemas: searchFormSchema, schemas: searchFormSchema,