Element-ui table sorting defaults to ascending order, and then clicking descending order. How to set the descending order first?

when it comes to the demand of comparison pit, element-ui table sorting defaults to ascending order first, and then clicking descending order. Now it is time to descend the order for the first time, and then click to ascend the order. Looking around, I couldn"t find the interface that element-ui provided to change. And I didn"t find a viable way. Which great god has met or knows how to solve it?


:default-sort = "{prop: 'date', order: 'ascending'}" //descending

sort-orders= "['descending','ascending','descending']"

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b354f6-40fc4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b354f6-40fc4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?