现在是这个效果只有点击升序降序这个申请时间才会按照升序或者降序排现在我要进入页面就默认把申请时间按升序排列应该怎么办?求教<el-table-column prop="applyDate" label="申请日期" width="90" sortable>
<template slot-scope="scope"> {{ formatDate(scope.row.applyDate) }} </template> </el-table-column>
相关分类