Merge branch 'main' into secondStage

This commit is contained in:
赵霄
2023-11-23 10:37:05 +08:00
+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)) {