Commit 87a4488b authored by huangjie's avatar huangjie

*

parent e056b84f
......@@ -7,7 +7,7 @@
:data="tableData"
stripe border
style="width: 100%"
:default-sort = "{prop: 'role'}"
:default-sort = "{prop: 'role', order: 'ascending'}"
>
<template slot="empty">
<div class="empty">
......
......@@ -17,7 +17,7 @@
<el-table
:data="tableData.rows"
style="width: 100%"
:default-sort = "{prop: 'depth'}"
:default-sort = "{prop: 'depth', order: 'ascending'}"
>
<template slot="empty">
<div class="empty">
......
......@@ -61,7 +61,7 @@
<el-table
:data="fileDatas.rows"
style="width: 100%"
:default-sort = "{prop: 'creatTime'}"
:default-sort = "{prop: 'creatTime', order: 'ascending'}"
>
<template slot="empty">
<div class="empty">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment