mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
修改图片默认不搜索
This commit is contained in:
@@ -1162,6 +1162,10 @@
|
||||
cols[i][index]['imageHeight'] = 26;
|
||||
cols[i][index]['sort'] = false;
|
||||
}
|
||||
// 图片默认不搜索
|
||||
if (val.templet === admin.table.image && val.search === undefined) {
|
||||
cols[i][index]['search'] = false
|
||||
}
|
||||
|
||||
// 判断是否列表数据转换
|
||||
if (val.selectList !== undefined && val.templet === undefined) {
|
||||
|
||||
Reference in New Issue
Block a user