提交 710eb954 authored 作者: lhh's avatar lhh

update

上级 08b55148
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -151,9 +151,9 @@ const platformList: PlatformItem[] = [ ...@@ -151,9 +151,9 @@ const platformList: PlatformItem[] = [
} }
}, },
{ {
icon: 'mall',
type: '15', type: '15',
type_name: '紫荆商城', type_name: '紫荆商城',
icon: '100',
config_attributes: [{ label: '连接名称', prop: 'name', value: '紫荆商城' }] config_attributes: [{ label: '连接名称', prop: 'name', value: '紫荆商城' }]
} }
] ]
......
...@@ -81,7 +81,7 @@ const handleStudentFollow = function () { ...@@ -81,7 +81,7 @@ const handleStudentFollow = function () {
<el-icon size="20" color="#333"><Delete /></el-icon> <el-icon size="20" color="#333"><Delete /></el-icon>
</div> --> </div> -->
<div class="connect-item__icon"> <div class="connect-item__icon">
<Icon w="40" h="40" :multiColor="true" class="svg" :name="iconMap[data.type] || data.type"></Icon> <Icon w="40" h="40" :multiColor="true" class="svg" :name="data.type === '15' ? 'mall' : iconMap[data.type] || data.type"></Icon>
</div> </div>
</div> </div>
<div class="connect-item_bottom"> <div class="connect-item_bottom">
......
...@@ -555,7 +555,12 @@ const surveyKingDialogVisible = ref<boolean>(false) ...@@ -555,7 +555,12 @@ const surveyKingDialogVisible = ref<boolean>(false)
<AppCard title="查看链接"> <AppCard title="查看链接">
<div class="view-info" v-if="detail"> <div class="view-info" v-if="detail">
<div class="view-info_icon"> <div class="view-info_icon">
<Icon :multiColor="true" :name="iconMap[detail.type] || detail.type" w="50" h="50" /> <Icon
:multiColor="true"
:name="detail.type === '15' ? 'mall' : iconMap[detail.type] || detail.type"
w="50"
h="50"
/>
</div> </div>
<div class="view-info_content"> <div class="view-info_content">
<p>连接名称:{{ getAttributeValueByProp('name') || detail.type_name }}</p> <p>连接名称:{{ getAttributeValueByProp('name') || detail.type_name }}</p>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论