d3c1d9c8 by lxs

数据资产登记更新

1 parent ba379027
......@@ -28,6 +28,7 @@ const path = route.path;
const loading = ref(false);
const defaultItemLogo = new URL('@/assets/images/home-finance-product.png', import.meta.url).href
const sjsLogo = new URL('@/assets/images/sjs-logo.png', import.meta.url).href
const carouselInfo: any = ref({
list: [],
height: '172px',
......@@ -541,7 +542,7 @@ const rejectDialogBtnClick = (btn, info) => {
@click="btnClick({ value: 'search', ...item })" v-preReClick>
<div class="title" :class="{ active: exchangGuid == item.exchangeGuid }">
<img class="left-img"
:src="(item.picUrl && typeof item.picUrl == 'string') ? item.picUrl : defaultItemLogo" alt="" />
:src="item.exchangeName.indexOf('门户') > -1 ? sjsLogo : defaultItemLogo" alt="" />
<span>{{ item.exchangeName ?? '--' }}</span>
</div>
<div class="count-group">
......@@ -754,7 +755,7 @@ const rejectDialogBtnClick = (btn, info) => {
}
img {
width: 20px;
width: 24px;
margin-right: 16px;
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!