單個值的回顯
利用thymeleaf框架th:text 方法 雙引號中寫@dict.getlabel(』 ')傳入所要的引數即可取出對應的值。
="col-sm-2 control-label"
>回顯資料字典單個的值:<
/label>
="form-control-static" th:text=
"$">
<
/div>
迴圈下拉列表回顯多個值
利用@dict.gettype方法查詢要迴圈的字典型別,然後用type接受,用th:each去迴圈獲取所要的值。
所有
* @autowired
private isysdicttypeservice dicttypeservice;
@autowired
private isysdictdataservice dictdataservice;
編寫需要請求的方法
*
* /**
* 根據字典型別查詢字典資料資訊
* * @param dicttype 字典型別
* @return 引數鍵值
*/public listgettype(string dicttype)
/*** 根據字典型別和字典鍵值查詢字典資料資訊
* * @param dicttype 字典型別
* @param dictvalue 字典鍵值
* @return 字典標籤
*/public string getlabel(string dicttype, string dictvalue)
以下是所有具體的方法:
利用@service註解 寫入自己所要的名稱
然後再前台可利用
th:text="$"
的方式傳入所要的引數,具體取決於你自己所寫的方法決定
@service("dict")
public class dictservice
/*** 根據字典型別和字典鍵值查詢字典資料資訊
* * @param dicttype 字典型別
* @param dictvalue 字典鍵值
* @return 字典標籤
*/public string getlabel(string dicttype, string dictvalue)
}
若依修改頁面資料
如果使用的是 option的這種 含有columns 則使用formatter 進行修改 在頁面顯示的studentgender的那列 是 0 或 1 function removeurl prefix remove modalname 學生 columns table.init options 修...
若依框架問題總結
後端 1.注意配置中的mysql的密碼和資料庫是否正確 npm err exit status 1 npm err npm err failed at the ruoyi 3.3.0 dev script.npm err this is probably not a problem with npm...
ruoyi cloud若依微服務框架使用手冊
一 若依微服務框架ruoyi cloud建立自己的業務微服務 選擇m en,下一步 選擇父專案 編輯專案名稱 finish 修改bootatrao.yaml埠等配置資訊 修改logback日誌存放位址 配置nacos 點選ruoyi system dev.ym檔案,轉殖並且重新命名為ruoyi mo...