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> |
再分享一下我老师大神的人工智能教程吧。零基础!通俗易懂!风趣幽默!还带黄段子!希望你也加入到我们人工智能的队伍中来!https://blog.csdn.net/jiangjunshow
原文地址:https://www.cnblogs.com/skiwndhw/p/10351985.html
时间: 2024-11-06 22:30:11