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> |