|
@@ -167,9 +167,8 @@
|
|
|
<div>
|
|
|
{{ row.archives?.name }}
|
|
|
</div>
|
|
|
- <div>
|
|
|
- <div v-for="(item, index) in row.archives?.accounts" :key="index" class="space-x-4">
|
|
|
- <!-- <span class="inline-block whitespace-nowrap w-[4em]">{{ accountTypes[item.type] }}</span> -->
|
|
|
+ <div v-for="(item, index) in row.archives.accounts" :key="index">
|
|
|
+ <div v-if="item.type == 1 && item.account">
|
|
|
<span>【{{ item.account }}】</span>
|
|
|
</div>
|
|
|
</div>
|