now it is this effect that only when you click on ascending or descending order will the application time be sorted in ascending or descending order
now if I want to enter the page, I will arrange the application time in ascending order by default
what should I do? Consult
< el-table-column prop= "applyDate" label= Application date "width=" 90 "sortable >
<template slot-scope="scope">
{{ formatDate(scope.row.applyDate) }}
</template>
</el-table-column>