From f77dad86de37e5ab0df6a6ce43f21e1ab408d389 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期六, 08 八月 2020 11:23:39 +0800 Subject: [PATCH] 调整布局 --- src/pages/library/components/carList.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/pages/library/components/carList.vue b/src/pages/library/components/carList.vue index 9e03c14..f4215e4 100644 --- a/src/pages/library/components/carList.vue +++ b/src/pages/library/components/carList.vue @@ -196,7 +196,7 @@ tooltip-effect="dark" style="width: 100%;" :fit="true" - :max-height="tableHeight" + :default-sort="{prop: 'createTime', order: 'descending'}" @selection-change="handleSelectionChange" :header-cell-style="{background:'#f8f8f8',color:'#222222'}" -- Gitblit v1.8.0