Merge branch 'hi-ucs-dev' of http://192.168.124.50:3000/wuhongjian/hi-ucs into hi-ucs-dev
This commit is contained in:
commit
012d562013
|
@ -246,6 +246,7 @@
|
||||||
v-else-if="item.type == 'radio'"
|
v-else-if="item.type == 'radio'"
|
||||||
v-model:value="item.note1"
|
v-model:value="item.note1"
|
||||||
:options="item.options"
|
:options="item.options"
|
||||||
|
@change="changeIiem(item.name, item.note1)"
|
||||||
/>
|
/>
|
||||||
<a-input
|
<a-input
|
||||||
v-else-if="item.type == 'AbilityType'"
|
v-else-if="item.type == 'AbilityType'"
|
||||||
|
|
|
@ -12,14 +12,14 @@
|
||||||
<div class="left">
|
<div class="left">
|
||||||
<a-tooltip>
|
<a-tooltip>
|
||||||
<template #title>{{ item.linkValue }}</template>
|
<template #title>{{ item.linkValue }}</template>
|
||||||
<p>
|
<p @click="ServiceAddressFunction(item.linkValue)">
|
||||||
服务地址:
|
服务地址:
|
||||||
{{ item.linkValue }}
|
{{ item.linkValue }}
|
||||||
</p>
|
</p>
|
||||||
</a-tooltip>
|
</a-tooltip>
|
||||||
<a-tooltip>
|
<a-tooltip>
|
||||||
<template #title>{{ item.csslinkValue }}</template>
|
<template #title>{{ item.csslinkValue }}</template>
|
||||||
<p>
|
<p @click="ServiceAddressFunction(item.csslinkValue)">
|
||||||
样式服务地址:
|
样式服务地址:
|
||||||
{{ item.csslinkValue }}
|
{{ item.csslinkValue }}
|
||||||
</p>
|
</p>
|
||||||
|
@ -186,6 +186,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
//服务地址和样式服务地址跳转方法
|
||||||
|
function ServiceAddressFunction(link) {
|
||||||
|
window.open(link)
|
||||||
|
}
|
||||||
function technical() {
|
function technical() {
|
||||||
// 拼接路径
|
// 拼接路径
|
||||||
// const type = pinyin(props.dataList.type, {
|
// const type = pinyin(props.dataList.type, {
|
||||||
|
@ -280,6 +284,7 @@
|
||||||
color: #212956;
|
color: #212956;
|
||||||
line-height: 26px;
|
line-height: 26px;
|
||||||
margin-top: 0.3rem;
|
margin-top: 0.3rem;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
p:first-child {
|
p:first-child {
|
||||||
margin-top: 0.2rem;
|
margin-top: 0.2rem;
|
||||||
|
|
Loading…
Reference in New Issue