mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 02:08:10 +08:00
fix: 最近使用列表按照最近编辑时间排序错误
This commit is contained in:
@@ -274,7 +274,7 @@ const getEmptyDesc = (): string => {
|
||||
<el-table-column
|
||||
v-for="item in state.tableColumn"
|
||||
:key="item.label"
|
||||
prop="name"
|
||||
:prop="item.field"
|
||||
show-overflow-tooltip
|
||||
:sortable="item.type === 'time'"
|
||||
:label="item.label"
|
||||
|
||||
Reference in New Issue
Block a user