UI标签库专题十一:JEECG智能开发平台 DictSelect (数据字典下拉选择框) 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>