提交 3d6c7260 authored 作者: pengxiaohui's avatar pengxiaohui

fix:修复用户名称显示不一致的问题

上级 44f42416
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<app-list v-bind="tableOptions" ref="list"> <app-list v-bind="tableOptions" ref="list">
<template v-slot:table-person="{ row }"> <template v-slot:table-person="{ row }">
<p v-for="(item, index) in row.charge_persons" :key="index"> <p v-for="(item, index) in row.charge_persons" :key="index">
{{ item.nickname || item.realname || item.username }} {{ item.realname || item.nickname || item.username }}
</p> </p>
</template> </template>
<!-- 操作 --> <!-- 操作 -->
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论