BUG修改
This commit is contained in:
parent
3ec46bdd0a
commit
c30b02c3e5
|
@ -123,7 +123,10 @@
|
|||
<span>{{ item.deptName || '--' }}</span>
|
||||
</div>
|
||||
<div v-if="selectCardsname !== '基础设施'">
|
||||
<a-tooltip>
|
||||
<template #title>{{ item.description }}</template>
|
||||
{{ item.description || '--' }}
|
||||
</a-tooltip>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bottom" v-if="selectCardsname !== '基础设施'">
|
||||
|
@ -425,7 +428,8 @@
|
|||
)
|
||||
} else {
|
||||
window.open(
|
||||
'http://10.134.135.24:30090/api/share-portal/platform/catalogue/query?serviceName=')
|
||||
'http://10.134.135.24:30090/api/share-portal/platform/catalogue/query?serviceName='
|
||||
)
|
||||
}
|
||||
} else {
|
||||
if (type === 'apply') {
|
||||
|
|
|
@ -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 +
|
||||
|
|
Loading…
Reference in New Issue