Fix timeout overlay not updating

This commit is contained in:
Natsumi
2021-12-01 11:21:44 +13:00
parent f558a1cb68
commit 0cf269750f
3 changed files with 132 additions and 52 deletions

View File

@@ -500,8 +500,7 @@ html
|  
span.x-link(v-text="scope.row.displayName || scope.row.userId" @click="showUserDialog(scope.row.userId)")
template(v-if="scope.row.type === 'TrustLevel'")
br
span ({{ scope.row.previousTrustLevel }} #[i.el-icon-right] {{ scope.row.trustLevel }})
span ({{ scope.row.previousTrustLevel }} #[i.el-icon-right] {{ scope.row.trustLevel }})
el-table-column(label="Action" width="80" align="right")
template(v-once #default="scope")
el-button(type="text" icon="el-icon-close" size="mini" @click="deleteFriendLog(scope.row)")