Browse Source

fixed: 修复BUG:场景管理按时间倒序排列

Vccc6 4 years ago
parent
commit
882d4da7db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/scene/index.vue

+ 1 - 1
src/pages/scene/index.vue

@@ -26,7 +26,7 @@
           </el-tabs>-->
           </vcenter>
           </div>
-            <el-table height="520" :data="tableData" style="width: 100%;padding:0 20px;">
+            <el-table height="520" :data="tableData" style="width: 100%;padding:0 20px;" :default-sort="{prop:'createTime',order:'descending'}">
                 <el-table-column
                  v-for="(item,i) in tableHeader"
                  :key="i"