update 表头排序判断修改

This commit is contained in:
赵霄
2023-11-23 10:36:44 +08:00
parent 025a1e8a63
commit 59c235b13c
+1 -1
View File
@@ -146,7 +146,7 @@ export const ConfigurableTableMixin = {
}
}
// 是否可排序
item.sorter = item.sortFlag === 1
item.sorter = item.sortFlag === '1'
item.width = 215
item.title = item.dbFieldTxt
if (NEED_DICT_FIELD_TYPE.includes(item.fieldShowType)) {