关联选项

This commit is contained in:
Zhx
2022-11-16 17:09:04 +08:00
parent 6f0433c2a9
commit e7640b4d0c
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 B

View File

@@ -2,7 +2,7 @@
<div class="related">
<a-button type="text" class="custom-button" @click="openModal">
<div class="flex-align">
<i class="iconfont" style="font-size: 12px">&#xe72d;</i>
<img style="margin-top:-2px" :src="require('@/assets/img/guanlianxuanxiang.png')" />
<span style="margin-left: 6px">{{ title }}</span>
<span v-if="info.associate.length !== 0">{{ info.associate.filter((ass) => ass.type === type).length }}</span>
</div>