mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-15 12:59:22 +08:00
refactor(GiForm): 优化表单组件的字数限制逻辑
- 修改了 GiForm 组件中 getComponentBindProps 方法,根据 props.search 的值决定是否显示字数限制 - 移除了 User 组件中冗余的 showWordLimit属性
This commit is contained in:
@@ -119,7 +119,6 @@ const queryFormColumns: ColumnItem[] = reactive([
|
||||
},
|
||||
props: {
|
||||
placeholder: '搜索用户名/昵称/描述',
|
||||
showWordLimit: false,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user