赋能场景详情完善
This commit is contained in:
parent
c5d7351809
commit
035a600a3c
|
@ -63,37 +63,38 @@
|
||||||
<div class="title-1">
|
<div class="title-1">
|
||||||
<DetalsTitle title="使用能力" type="ABILITY"></DetalsTitle>
|
<DetalsTitle title="使用能力" type="ABILITY"></DetalsTitle>
|
||||||
</div>
|
</div>
|
||||||
<template v-for="(item, i) in combineList" :key="i">
|
<div class="flex-row-center combine-content" v-for="(item, i) in combineList" :key="i">
|
||||||
<div class="flex-row-center combine-content" v-if="item.list.length>0">
|
<div class="title"></div>
|
||||||
<div class="title">{{item.title}}</div>
|
|
||||||
<div>
|
<div>
|
||||||
<el-table
|
<el-table
|
||||||
|
class="table"
|
||||||
:data="item.list"
|
:data="item.list"
|
||||||
stripe
|
stripe
|
||||||
style="width: 100%"
|
:header-cell-style="{'text-align': 'center'}">
|
||||||
:header-cell-style="{'text-align': 'center'}"
|
|
||||||
@row-click="openResourceDetail">
|
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="name"
|
prop="name"
|
||||||
label="数据"
|
label="数据"
|
||||||
align="center"
|
align="center"
|
||||||
width="100">
|
width="200"
|
||||||
|
show-overflow-tooltip="true">
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="dept"
|
prop="dept"
|
||||||
label="能力来源"
|
label="能力来源"
|
||||||
align="center"
|
align="center"
|
||||||
width="180">
|
width="300"
|
||||||
|
show-overflow-tooltip="true">
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="platform"
|
prop="platform"
|
||||||
label="申请平台"
|
label="申请平台"
|
||||||
align="center">
|
align="center"
|
||||||
|
width="100"
|
||||||
|
show-overflow-tooltip="true">
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 构建步骤 -->
|
<!-- 构建步骤 -->
|
||||||
|
@ -105,14 +106,11 @@
|
||||||
<DetalsTitle title="构建步骤" type="STEP"></DetalsTitle>
|
<DetalsTitle title="构建步骤" type="STEP"></DetalsTitle>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-row-center step-content">
|
<div class="flex-row-center step-content">
|
||||||
<div style="height: 300px;">
|
<el-steps direction="vertical" :space="150" :active="step.length">
|
||||||
<el-steps direction="vertical" :active="step.length">
|
|
||||||
<el-step v-for="(item, i) in step" :key="i" :title="item.question" :description="item.answer"></el-step>
|
<el-step v-for="(item, i) in step" :key="i" :title="item.question" :description="item.answer"></el-step>
|
||||||
</el-steps>
|
</el-steps>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<home-footer></home-footer>
|
<home-footer></home-footer>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -271,7 +269,7 @@
|
||||||
}))
|
}))
|
||||||
}else if(item.title==='数据资源'){
|
}else if(item.title==='数据资源'){
|
||||||
arr=resource.map(res=>({
|
arr=resource.map(res=>({
|
||||||
id: res.resource.zycode, name: res.resource.zyname, dept: res.resource.TGBM, platform: 'UCS'
|
id: res.resource.zycode, name: res.resource.zyname, dept: res.resource.TGBM, platform: '共享交换平台'
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -288,10 +286,6 @@
|
||||||
}
|
}
|
||||||
getIntegrationServicesDeatil(id)
|
getIntegrationServicesDeatil(id)
|
||||||
|
|
||||||
function openResourceDetail(row, column, event){
|
|
||||||
console.log(row)
|
|
||||||
}
|
|
||||||
|
|
||||||
function handleOpenUrl(type) {
|
function handleOpenUrl(type) {
|
||||||
let obj =
|
let obj =
|
||||||
(detailInfoObj.value.fuseAttrList || []).find(
|
(detailInfoObj.value.fuseAttrList || []).find(
|
||||||
|
@ -467,17 +461,20 @@
|
||||||
padding: 0.8rem 0;
|
padding: 0.8rem 0;
|
||||||
background: rgb(247, 248, 250);
|
background: rgb(247, 248, 250);
|
||||||
.bg {
|
.bg {
|
||||||
height: 2rem;
|
height: 3rem;
|
||||||
width: 2rem;
|
width: 3rem;
|
||||||
background: url('~@/assets/home/rhfw_square.png') no-repeat;
|
background: url('~@/assets/home/rhfw_square.png') no-repeat;
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
margin-top: 0.3rem;
|
margin-top: 0.3rem;
|
||||||
}
|
}
|
||||||
.content {
|
.content {
|
||||||
height: 2rem;
|
overflow: auto;
|
||||||
|
height: 3rem;
|
||||||
width: 6rem;
|
width: 6rem;
|
||||||
|
margin-top: 0.3rem;
|
||||||
.content-item {
|
.content-item {
|
||||||
margin: 0.1rem;
|
font-size: 16px;
|
||||||
|
margin: 0rem 0rem 0.1rem 0.1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -486,9 +483,9 @@
|
||||||
padding: 0.8rem 0;
|
padding: 0.8rem 0;
|
||||||
background: rgb(247, 248, 250);
|
background: rgb(247, 248, 250);
|
||||||
.content {
|
.content {
|
||||||
height: 2rem;
|
width: 9rem;
|
||||||
width: 8rem;
|
|
||||||
.content-item {
|
.content-item {
|
||||||
|
font-size: 16px;
|
||||||
margin: 0.3rem;
|
margin: 0.3rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -499,6 +496,12 @@
|
||||||
background: rgb(247, 248, 250);
|
background: rgb(247, 248, 250);
|
||||||
.step-content {
|
.step-content {
|
||||||
margin-top: 0.3rem;
|
margin-top: 0.3rem;
|
||||||
|
/deep/ .el-step__title {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
/deep/ .el-step__description {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -514,12 +517,16 @@
|
||||||
margin-top: 0.3rem;
|
margin-top: 0.3rem;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
.title {
|
.title {
|
||||||
height: 2rem;
|
height: 3rem;
|
||||||
width: 2rem;
|
width: 3rem;
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
background: url('~@/assets/home/rhfw_square.png') no-repeat;
|
background: url('~@/assets/home/rhfw_square.png') no-repeat;
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
}
|
}
|
||||||
|
.table {
|
||||||
|
width: 100%;
|
||||||
|
font-size: 16px
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.name-box {
|
.name-box {
|
||||||
|
|
Loading…
Reference in New Issue