Merge branch 'hi-ucs-dev' of http://192.168.124.50:80/wuhongjian/hi-ucs into hi-ucs-dev

This commit is contained in:
gongjiale 2022-11-17 15:37:35 +08:00
commit 177d0cc95d
10 changed files with 66 additions and 57 deletions

View File

@ -636,7 +636,7 @@ export default {
this.showPutOnTheShelfFlag = true
this.$http.get('/category/getCategoryTree').then((res) => {
this.insertList = res.data.data.filter(
(item) => item.name === '组件服务'
(item) => item.name === '组件服务'
)[0]
})
},
@ -887,7 +887,7 @@ export default {
UpdateData (item) {
this.$http.get('/category/getCategoryTree').then((res) => {
this.insertList = res.data.data.filter(
(item) => item.name === '组件服务'
(item) => item.name === '组件服务'
)[0]
this.radio = item.infoList.filter(
(val) => val.attrType === '组件类型'

View File

@ -577,7 +577,7 @@ export default {
showPutOnTheShelf () {
this.showPutOnTheShelfFlag2 = true
this.$http.get('/category/getCategoryTree').then(res => {
this.insertList = res.data.data.filter(item => item.name === '应用资源')[0]
this.insertList = res.data.data.filter(item => item.name === '应用资源')[0]
this.putOnTheShelfList = this.insertList.children
})
},
@ -747,7 +747,7 @@ export default {
//
UpdateData (item) {
this.$http.get('/category/getCategoryTree').then(res => {
this.insertList = res.data.data.filter(item => item.name === '应用资源')[0]
this.insertList = res.data.data.filter(item => item.name === '应用资源')[0]
this.radio = '应用资源'
// this.radio = item.infoList.filter(val => val.attrType === '')[0].attrValue
this.putOnTheShelfList = this.insertList.children

View File

@ -259,7 +259,7 @@
padding-bottom: 0;
.main {
width: 100%;
margin-top: 10px;
margin-top: 60px;
display: flex;
flex-direction: column;
align-items: center;

View File

@ -240,8 +240,8 @@
},
legend: {
icon: 'emptyCircle',
height: 3,
itemGap: 40,
itemGap: 20,
padding: 20,
// orient: 'horizontal',
bottom: 0,
formatter: function (name) {
@ -261,8 +261,7 @@
{
center: ['50%', '40%'],
type: 'pie',
selectedMode: 'single',
silent: true,
// selectedMode: 'single',
radius: ['50%', '30%'],
color: ['#fe845e', '#6cc95a', '#02d1b0', '#1772ff', '#FAC858'],
top: '0',
@ -290,7 +289,6 @@
type: 'pie',
center: ['50%', '40%'],
radius: ['58%', '50%'],
silent: true,
itemStyle: {
normal: {
color: '#c2c7d6',

View File

@ -97,6 +97,12 @@
let myChart = echarts.init(chartDom)
let option
option = {
grid: {
top: '10%',
right: '5%',
bottom: '10%',
left: '5%',
},
xAxis: {
type: 'category',
data: datas.time,
@ -255,16 +261,21 @@
}
.situation {
font-weight: 600;
font-style: normal;
font-size: 24px;
font-size: 30px;
color: #000;
text-align: center;
}
.line {
width: 34px;
height: 3px;
background-color: #0058e1;
margin-top: 8px;
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin-bottom: 26px;
.line {
width: 34px;
height: 3px;
background-color: #0058e1;
margin-top: 8px;
}
}
.SharingSituation {
@ -321,8 +332,8 @@
.Chart {
flex: 1;
width: 598px;
height: 286px;
width: 638px;
height: 296px;
background: #f7f7f7;
text-align: center;
margin: auto;

View File

@ -81,10 +81,10 @@
:required="required"
:notFilled="notFilled"
></put-on-the-shelf>
</div>
<div class="btn" :class="showView === '基本信息' ? 'first' : ''">
<a-popconfirm
v-if="
showView == '算法优势' &&
@ -592,7 +592,7 @@ const init = () => {
getCategoryTree().then((res) => {
// console.clear()
res.data.data = res.data.data
.filter((item) => item.name === '组件服务')[0]
.filter((item) => item.name === '组件服务')[0]
.children.filter((item) => item.name === '智能算法')[0]
navList.value = []
navList2.value = []
@ -974,7 +974,7 @@ onBeforeUnmount(() => {
}
// .quxiao:hover{
// background: #0058e1;
// color:#ffffff;
// color:#ffffff;
// }
.buzhou{
margin-right:12px;
@ -986,11 +986,11 @@ onBeforeUnmount(() => {
border-radius: 2px;
border: 1px #0058e1 solid;
}
// .buzhou:hover{
// .buzhou:hover{
// background: #ffffff;
// color:#0058e1;
// color:#0058e1;
// }
}
.first {
justify-content: center;

View File

@ -103,7 +103,7 @@
></application-deployment-use> -->
</div>
<div class="btn" :class="showView === '基本信息' ? 'first' : ''">
<a-popconfirm
v-if="
@ -378,7 +378,7 @@
// ) {
// notFilled.value.push('')
// }
if (notFilled.value.length > 0) {
message.warning('请填写必填字段')
console.log(notFilled.value)
@ -480,7 +480,7 @@
getCategoryTree().then((res) => {
// console.clear()
res.data.data = res.data.data.filter(
(item) => item.name === '应用资源'
(item) => item.name === '应用资源'
)[0]
navList.value = []
navList2.value = []
@ -873,7 +873,7 @@
}
// .quxiao:hover{
// background: #0058e1;
// color:#ffffff;
// color:#ffffff;
// }
.buzhou{
margin-right:12px;
@ -885,11 +885,11 @@
border-radius: 2px;
border: 1px #0058e1 solid;
}
// .buzhou:hover{
// .buzhou:hover{
// background: #ffffff;
// color:#0058e1;
// color:#0058e1;
// }
}
.first {
justify-content: center;

View File

@ -82,7 +82,7 @@
></put-on-the-shelf>
</div>
<div class="btn" :class="showView === '基本信息' ? 'first' : ''">
<a-popconfirm
v-if="
showView == '功能介绍' &&
@ -99,7 +99,7 @@
<button class="buzhou" >上一步</button>
</a-popconfirm>
<button
class="buzhou"
class="buzhou"
v-else-if="
showView == '功能介绍' &&
gnjs[0].list.filter((val) => val.note1 !== '').length ==
@ -125,7 +125,7 @@
<button class="buzhou" >上一步</button>
</a-popconfirm>
<button
class="buzhou"
class="buzhou"
v-else-if="
showView == '应用场景' &&
yycj[0].list.filter((val) => val.note1 !== '').length ==
@ -171,7 +171,7 @@
<button class="buzhou" >下一步</button>
</a-popconfirm>
<button
class="buzhou"
class="buzhou"
v-else-if="
showView == '功能介绍' &&
gnjs[0].list.filter((val) => val.note1 !== '').length ==
@ -197,7 +197,7 @@
<button class="buzhou" >下一步</button>
</a-popconfirm>
<button
class="buzhou"
class="buzhou"
v-else-if="
showView == '应用场景' &&
yycj[0].list.filter((val) => val.note1 !== '').length ==
@ -579,7 +579,7 @@
getCategoryTree().then((res) => {
// console.clear()
res.data.data = res.data.data
.filter((item) => item.name === '组件服务')[0]
.filter((item) => item.name === '组件服务')[0]
.children.filter((item) => item.name === '业务组件')[0]
navList.value = []
navList2.value = []
@ -964,7 +964,7 @@
}
// .quxiao:hover{
// background: #0058e1;
// color:#ffffff;
// color:#ffffff;
// }
.buzhou{
margin-right:12px;
@ -976,11 +976,11 @@
border-radius: 2px;
border: 1px #0058e1 solid;
}
// .buzhou:hover{
// .buzhou:hover{
// background: #ffffff;
// color:#0058e1;
// color:#0058e1;
// }
}
.first {
justify-content: center;

View File

@ -81,7 +81,7 @@
></put-on-the-shelf>
</div>
<div class="btn" :class="showView === '基本信息' ? 'first' : ''">
<a-popconfirm
v-if="
showView == '功能介绍' &&
@ -577,7 +577,7 @@
getCategoryTree().then((res) => {
// console.clear()
res.data.data = res.data.data
.filter((item) => item.name === '组件服务')[0]
.filter((item) => item.name === '组件服务')[0]
.children.filter((item) => item.name === '开发组件')[0]
navList.value = []
navList2.value = []
@ -961,7 +961,7 @@
}
// .quxiao:hover{
// background: #0058e1;
// color:#ffffff;
// color:#ffffff;
// }
.buzhou{
margin-right:12px;
@ -973,11 +973,11 @@
border-radius: 2px;
border: 1px #0058e1 solid;
}
// .buzhou:hover{
// .buzhou:hover{
// background: #ffffff;
// color:#0058e1;
// color:#0058e1;
// }
}
.first {
justify-content: center;

View File

@ -78,7 +78,7 @@
></put-on-the-shelf>
</div>
<div class="btn" :class="showView === '基本信息' ? 'first' : ''">
<a-popconfirm
v-if="
showView == '应用场景' &&
@ -472,7 +472,7 @@
getCategoryTree().then((res) => {
// console.clear()
res.data.data = res.data.data
.filter((item) => item.name === '组件服务')[0]
.filter((item) => item.name === '组件服务')[0]
.children.filter((item) => item.name === '图层服务')[0]
navList.value = []
navList2.value = []
@ -829,7 +829,7 @@
}
// .quxiao:hover{
// background: #0058e1;
// color:#ffffff;
// color:#ffffff;
// }
.buzhou{
margin-right:12px;
@ -841,11 +841,11 @@
border-radius: 2px;
border: 1px #0058e1 solid;
}
// .buzhou:hover{
// .buzhou:hover{
// background: #ffffff;
// color:#0058e1;
// color:#0058e1;
// }
}
.first {
justify-content: center;