1. 程式人生 > >UI標籤庫專題十一 JEECG智慧開發平臺 DictSelect 資料字典下拉選擇框

UI標籤庫專題十一 JEECG智慧開發平臺 DictSelect 資料字典下拉選擇框

分享一下我老師大神的人工智慧教程!零基礎,通俗易懂!http://blog.csdn.net/jiangjunshow

也歡迎大家轉載本篇文章。分享知識,造福人民,實現我們中華民族偉大復興!

                

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>     

           

給我老師的人工智慧教程打call!http://blog.csdn.net/jiangjunshow

這裡寫圖片描述