feat: 头像国际化更新和同步的冲突解决
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user