|
@@ -10,6 +10,7 @@
|
|
@expand-change="rowClick"
|
|
@expand-change="rowClick"
|
|
@sort-change="sortFun"
|
|
@sort-change="sortFun"
|
|
style="width: 100%"
|
|
style="width: 100%"
|
|
|
|
+ :default-sort="{ prop: 'stadate', order: 'descending' }"
|
|
>
|
|
>
|
|
<el-table-column type="expand">
|
|
<el-table-column type="expand">
|
|
<template #default="props">
|
|
<template #default="props">
|
|
@@ -344,7 +345,7 @@ export default {
|
|
},
|
|
},
|
|
sortFun(column) {
|
|
sortFun(column) {
|
|
direction = column.order ? config.order[column.order] : "DESC";
|
|
direction = column.order ? config.order[column.order] : "DESC";
|
|
- type = column.prop ? column.prop.toUpperCase() : "WATCHRATE";
|
|
|
|
|
|
+ type = column.prop ? column.prop.toUpperCase() : "STADATE";
|
|
this.changePage(0);
|
|
this.changePage(0);
|
|
},
|
|
},
|
|
exportfun() {
|
|
exportfun() {
|