Fix table sorting bug

This commit is contained in:
Natsumi
2024-07-29 04:26:07 +12:00
parent 749f5355e2
commit 181c8feb4a
5 changed files with 26 additions and 6 deletions

View File

@@ -80,7 +80,7 @@ mixin feedTab()
el-table-column(:label="$t('table.feed.type')" prop="type" width="70")
el-table-column(:label="$t('table.feed.user')" prop="displayName" width="180")
template(v-once #default="scope")
span.x-link(v-text="scope.row.displayName" @click="showUserDialog(scope.row.userId)")
span.x-link(v-text="scope.row.displayName" @click="showUserDialog(scope.row.userId)" style="padding-right:10px")
el-table-column(:label="$t('table.feed.detail')")
template(v-once #default="scope")
template(v-if="scope.row.type === 'GPS'")