UI标签库专题十一:JEECG智能开发平台 DictSelect (数据字典下拉选择框)
生活随笔
收集整理的這篇文章主要介紹了
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>????? |
總結
以上是生活随笔為你收集整理的UI标签库专题十一:JEECG智能开发平台 DictSelect (数据字典下拉选择框)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: hdu 5340(manacher+枚举
- 下一篇: hdu 5367(线段树+区间合并)