若依修改頁面資料

2021-10-01 09:12:18 字數 1130 閱讀 9246

如果使用的是 option的這種 含有columns 則使用formatter 進行修改

//在頁面顯示的studentgender的那列   是 0 或 1$(

function()

",removeurl: prefix +

"/remove"

, modalname:

"學生"

, columns:[,

]}; $.table.

init

(options);}

);

修改

//修改之後變為  女 或 男

columns:[,

}]

使用 th:if

//   th:if

"$ eq 1"

>已婚<

/span>

"$ eq 2"

>未婚<

/span>

使用 th:switch

switch

="$"

>

case

="'1'"

>已婚<

/span>

case

="'2'"

>未婚<

/span>

case

="'3'"

>離異<

/span>

case

="'4'"

>喪偶<

/span>

case

="'5'"

>未知<

/span>

<

/div>

formatter 屬於列引數,表示對於當前列的資料進行格式化操作,它是乙個函式,有三個引數,分別是value,row,index

value:表示當前單元格中的值

row:表示當前行

index:表示當前行的下標

可以使用return返回想要的資料顯示在單元格中

formatter:

function

(value)

若依框架問題總結

後端 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...

若依的字典使用

單個值的回顯 利用thymeleaf框架th text 方法 雙引號中寫 dict.getlabel 傳入所要的引數即可取出對應的值。col sm 2 control label 回顯資料字典單個的值 label form control static th text div 迴圈下拉列表回顯多個值...

馮 若依曼體系結構

1945年6月,馮 諾依曼提出了在數字計算機內部的儲存器中存放程式的概念 stored program concept 這是所有現代電子計算機的正規化,稱為馮 諾依曼體系結構。按照該結構建造的計算機稱為儲存程式計算機 stored program computer 又稱為通用計算機。有時也把馮 諾依...