|
|
@ -352,7 +352,7 @@ export default defineComponent({ |
|
|
|
} |
|
|
|
} |
|
|
|
//默认排序 |
|
|
|
// updateSort(columns) |
|
|
|
updateSort(columns) |
|
|
|
return [...[renderTableExpand()], ...[renderTableSelection()]].concat( |
|
|
|
(columnsChildren || columns).map((v) => { |
|
|
|
const zhName = v.label || '';//中文名称 |
|
|
|