BUG修改

This commit is contained in:
a0049873 2022-07-05 14:57:59 +08:00
parent 3ec46bdd0a
commit c30b02c3e5
2 changed files with 12 additions and 7 deletions

View File

@ -123,7 +123,10 @@
<span>{{ item.deptName || '--' }}</span>
</div>
<div v-if="selectCardsname !== '基础设施'">
{{ item.description || '--' }}
<a-tooltip>
<template #title>{{ item.description }}</template>
{{ item.description || '--' }}
</a-tooltip>
</div>
</div>
<div class="bottom" v-if="selectCardsname !== '基础设施'">
@ -420,12 +423,13 @@
if (props.selectCardsname == '数据资源') {
if (whoShow1.itShowQingDao) {
window.open(
'http://15.72.158.81/web/ZWXXSQ/bm/MuluDetail.aspx?zyguid=' +
item.guid
)
'http://15.72.158.81/web/ZWXXSQ/bm/MuluDetail.aspx?zyguid=' +
item.guid
)
} else {
window.open(
'http://10.134.135.24:30090/api/share-portal/platform/catalogue/query?serviceName=')
window.open(
'http://10.134.135.24:30090/api/share-portal/platform/catalogue/query?serviceName='
)
}
} else {
if (type === 'apply') {

View File

@ -97,7 +97,8 @@
<a-list-item-meta
:description="
item.description ||
(item.note1 &&
(JSON.parse(item.note1) &&
JSON.parse(item.note1)[0] &&
JSON.parse(item.note1)[0].channelName +
'等' +
JSON.parse(item.note1).length +