1. DictSelect (数据字典下拉选择框)
1.1. 参数
|
属性名 |
类型 |
描述 |
是否必须 |
默认值 |
|
typeGroupCode |
string |
字典分组编码 |
是 |
null |
|
field |
string |
对应表单 |
是 |
null |
|
id |
string |
唯一标识 |
否 |
null |
|
title |
string |
显示文本 |
否 |
null |
|
defaultVal |
string |
默认值 |
否 |
null |
|
divClass |
string |
DIV框默认样式 |
否 |
form |
|
labelClass |
string |
LABEL默认样式 |
否 |
Validform_label |
|
dictTable |
string |
自定义字典表 |
否 |
null |
|
dictField |
string |
自定义字典表的匹配字段-字典的编码值 |
否 |
null |
|
dictText |
string |
自定义字典表的显示文本-字典的显示值 |
否 |
null |
1.2. 用法
|
<t:dictSelect field="name" typeGroupCode="process" title="流程类型"></t:dictSelect> |
本文详细介绍了如何使用DictSelect组件实现数据字典的下拉选择功能,包括参数配置、用法示例及关键注意事项。
40

被折叠的 条评论
为什么被折叠?



