编目修改 组件服务 应用资源合并

This commit is contained in:
a0049873 2022-11-17 10:15:29 +08:00
parent 65894066b5
commit f8bb9c9223
7 changed files with 40 additions and 40 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

@ -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;