UI標簽庫專題十一 JEECG智能開發平臺 DictSelect 數據字典下拉選擇框
阿新 • • 發佈:2019-02-04
數據 人工智 標簽 order ict jeecg ces 宋體 span
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
UI標簽庫專題十一 JEECG智能開發平臺 DictSelect 數據字典下拉選擇框