@ -315,7 +315,7 @@ export default defineComponent({
border
} = unref(getProps)
//默认排序
updateSort(columns)
// updateSort(columns)
return [...[renderTableExpand()], ...[renderTableSelection()]].concat(
(columnsChildren || columns).map((v) => {
const zhName = v.label || '';//中文名称
@ -170,7 +170,7 @@ const initSelectSta = () => {
checkedDataList.value = []
allData.value = []
// 缓存回显临时变量
const _showTableColumns = [...leftArr]
let _showTableColumns = [...leftArr]
// 显示缓存中的字段
JSON.parse(res).forEach((item, index) => {
// 列表字段第一个不能参与排序及显隐操作(详情弹窗必备)