feat: 头像国际化更新和同步的冲突解决

This commit is contained in:
hujinbin
2025-01-15 20:18:24 +08:00
parent bfd2a1535c
commit 6e0bdcba31
8 changed files with 58 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ const actionsColumns = computed<any[]>(() => {
<tr v-for="item in data" :key="item.id" class="hover">
<th>{{ item.id }}</th>
<td v-for="(column, index) in dataColumns" :key="index">
<span v-if="column.formatValue">{{ column.formatValue(item) }}</span>
<span v-if="column.formatValue" v-html="column.formatValue(item)"></span>
<span v-else>{{ item[column.props] }}</span>
</td>
<!-- action -->