Compare commits

..

No commits in common. "6a5139f8b3edd690eaa63c887aafa6d0ae1a5305" and "e03c1455ec531f61ac54d417c67dd4160a529e74" have entirely different histories.

8 changed files with 1884 additions and 2497 deletions

View File

@ -57,28 +57,10 @@
:disabled="fieldDisabled"
placeholder="需求描述"
></el-input>
</el-tooltip>
</el-tooltip>
</el-form-item>
<el-form-item v-if="dataForm.enclosure" label="申请附件" prop="enclosure">
<button
style="
width: 100px;
height: 30px;
margin-right: 10px;
background: rgb(237, 244, 252);
color: rgb(0, 135, 255);
font-size: 14px;
border-radius: 6px;
border: 1px solid rgb(187, 211, 239);
padding: 0px;
text-align: center;
cursor: pointer;
"
@click="downloadFile(dataForm.enclosure, '申请附件')"
>
附件下载
</button>
<!-- <el-button class="DownloadAttachment" @click="downloadFile(dataForm.enclosure, '申请附件')">附件下载</el-button> -->
<el-button @click="downloadFile(dataForm.enclosure, '申请附件')">附件下载</el-button>
</el-form-item>
</el-form>
<!-- 流程综合组件 -->
@ -352,11 +334,6 @@ export default {
}
</script>
<style lang="scss">
.DownloadAttachment {
position: absolute;
right: 10px;
top: -150px;
}
.agreeOr {
& > div {
// text-align: right;

File diff suppressed because it is too large Load Diff

View File

@ -7,19 +7,17 @@
-->
<template>
<div class="box">
<!-- <div class="header">能力上架申请</div> -->
<div class="header">能力上架申请</div>
<div class="top">
<div
v-for="(nav, index) in navList"
:key="nav"
:class="[index <= navList2.indexOf(showView) ? 'finish' : 'ff']"
:class="[index <= navList2.indexOf(showView) ? 'finish' : '']"
>
<div class="wai">
<span class="bg-box">
<span>{{ index + 1 }}</span>
</span>
<span class="bg-name">{{ nav.name }}</span>
</div>
<span class="bg-box">
<span>{{ index + 1 }}</span>
</span>
<span>{{ nav.name }}</span>
<div class="line" v-if="index !== navList.length - 1"></div>
</div>
</div>
@ -103,7 +101,7 @@
></application-deployment-use> -->
</div>
<div class="btn" :class="showView === '基本信息' ? 'first' : ''">
<button @click="close()">取消</button>
<a-popconfirm
v-if="
@ -118,14 +116,13 @@
@confirm="changeGnjs('上一步')"
@cancel="cancel"
>
<button class="buzhou">上一步</button>
<button>上一步</button>
</a-popconfirm>
<button class="buzhou" v-else-if="showView == '功能介绍'" @click="changeGnjs('上一步')">
<button v-else-if="showView == '功能介绍'" @click="changeGnjs('上一步')">
上一步
</button>
<!-- 分割线 -->
<button
class="buzhou"
v-show="showView !== '基本信息' && showView === '部署与应用'"
@click="back()"
>
@ -144,12 +141,12 @@
@confirm="changeBs('预览')"
@cancel="cancel"
>
<button class="buzhou">预览</button>
<button>预览</button>
</a-popconfirm>
<button class="buzhou" v-else-if="showView === '部署与应用'" @click="preview()">
<button v-else-if="showView === '部署与应用'" @click="preview()">
预览
</button>
<button class="buzhou" v-show="showView === '基本信息'" @click="next()">下一步</button>
<button v-show="showView === '基本信息'" @click="next()">下一步</button>
<a-popconfirm
v-if="
showView == '功能介绍' &&
@ -163,9 +160,9 @@
@confirm="changeGnjs('下一步')"
@cancel="cancel"
>
<button class="buzhou">下一步</button>
<button>下一步</button>
</a-popconfirm>
<button class="buzhou" v-else-if="showView == '功能介绍'" @click="changeGnjs('下一步')">
<button v-else-if="showView == '功能介绍'" @click="changeGnjs('下一步')">
下一步
</button>
<a-popconfirm
@ -181,12 +178,11 @@
@confirm="changeBs('提交')"
@cancel="cancel"
>
<button class="buzhou">提交</button>
<button>提交</button>
</a-popconfirm>
<button class="buzhou" v-else-if="showView === '部署与应用'" @click="submit()">
<button v-else-if="showView === '部署与应用'" @click="submit()">
提交
</button>
<button class="quxiao" @click="close()">取消</button>
</div>
</div>
</template>
@ -719,120 +715,85 @@
</script>
<style lang="less" scoped>
.box {
position: relative;
top: 0.64rem;
// margin: 0.15rem 3rem;
padding: 0.1rem;
background: #fff;
.header {
font-size: 0.28rem;
font-weight: 600;
}
.vue-box {
padding: 0 1rem;
}
.top {
font-size: 16px;
margin: 0.32px 0.4px 0;
padding: 24px 24pxs;
display: flex;
justify-content: center;
.ff {
color: #b3b3b3;
display: inline-flex;
justify-content: center;
align-items: center;
.wai {
margin-top: 14px;
.bg-box {
display: flex;
justify-content: center;
align-items: center;
width: 32px;
height: 32px;
border-radius: 50%;
// border: 0.01rem solid rgb(214, 214, 214);
margin: 0px 16px;
transition: all 0.3s ease;
span {
display: flex;
justify-content: center;
align-items: center;
width: 32px;
height: 32px;
border-radius: 50%;
border: 1px solid #d9d9d9;
}
}
.bg-name {
color: #b3b3b3;
}
}
.line {
// margin-left: 16px;
width: 326px;
height: 2px;
background: #d9d9d9;
}
position: relative;
top: 64px;
margin: 15px 400px;
padding: 10px;
background: #fff;
.header {
font-size: 28px;
font-weight: 600;
}
.finish {
color: #fff;
display: inline-flex;
justify-content: center;
align-items: center;
.wai {
margin-top: 14px;
.vue-box {
padding: 0 100px;
}
.top {
margin: 10px 20px 0;
padding: 15px 30px;
background: #edf4fc;
display: flex;
justify-content: space-between;
div {
font-size: 18px;
color: #999;
display: flex;
justify-content: center;
align-items: center;
.bg-box {
display: flex;
justify-content: center;
align-items: center;
width: 32px;
height: 32px;
width: 45px;
height: 45px;
border-radius: 50%;
// border: 0.01rem solid rgb(214, 214, 214);
margin: 0px 16px;
border: 1px solid rgb(214, 214, 214);
margin-right: 10px;
transition: all 0.3s ease;
span {
background: #0058e1;
display: flex;
justify-content: center;
align-items: center;
width: 32px;
height: 32px;
width: 30px;
height: 30px;
border-radius: 50%;
border: 1px solid solid #0058e1;
border: 1px solid #999;
}
}
.bg-name {
color: #212121;
font-weight: bold;
.line {
margin-left: 10px;
width: 280px;
height: 1px;
background: #999;
}
}
.line {
// margin-left: 16px;
width: 326px;
height: 2px;
background: #0058e1;
.finish {
color: #0087ff;
.bg-box {
background: #9ccefa;
color: #fff;
border: 1px solid #9ccefa;
span {
background: #0087ff;
border: 1px solid #0087ff;
}
}
.line {
background: #0087ff;
}
}
}
.btn {
display: flex;
justify-content: space-around;
padding: 0.1rem 3.5rem 0;
justify-content: space-between;
padding: 10px 350px 0;
button {
cursor: pointer;
font-size: 0.14rem;
width: 0.8rem;
height: 0.35rem;
width: 80px;
height: 35px;
text-align: center;
color: #fff;
border: 0.01rem solid #9ccefa;
span {
background: #0087ff;
border: 0.01rem solid #0087ff;
}
}
.line {
border: none;
border-radius: 6px;
background: #0087ff;
}
button:nth-of-type(1) {
@ -844,55 +805,7 @@
}
}
.first {
justify-content: center;
justify-content: space-around;
}
}
.btn {
display: flex;
justify-content: center;
padding: 0.1rem 3.5rem 0;
// button {
// cursor: pointer;
// font-size: 14px;
// text-align: center;
// color: #fff;
// border: none;
// border-radius: 0.06rem;
// background: #0087ff;
// margin-right:12px;
// margin-right:12px;
.quxiao{
margin-right:12px;
cursor: pointer;
width: 90px;
height: 32px;
background: #ffffff;
color:#0058e1;
border-radius: 2px;
border: 1px #0058e1 solid;
}
// .quxiao:hover{
// background: #0058e1;
// color:#ffffff;
// }
.buzhou{
margin-right:12px;
cursor: pointer;
background: #0058e1;
color:#ffffff;
width: 90px;
height: 32px;
border-radius: 2px;
border: 1px #0058e1 solid;
}
// .buzhou:hover{
// background: #ffffff;
// color:#0058e1;
// }
}
.first {
justify-content: center;
}
}
</style>

View File

@ -7,19 +7,17 @@
-->
<template>
<div class="box">
<!-- <div class="header">能力上架申请</div> -->
<div class="header">能力上架申请</div>
<div class="top">
<div
v-for="(nav, index) in navList"
:key="nav"
:class="[index <= navList2.indexOf(showView) ? 'finish' : 'ff']"
:class="[index <= navList2.indexOf(showView) ? 'finish' : '']"
>
<div class="wai">
<span class="bg-box">
<span>{{ index + 1 }}</span>
</span>
<span class="bg-name">{{ nav.name }}</span>
</div>
<span class="bg-box">
<span>{{ index + 1 }}</span>
</span>
<span>{{ nav.name }}</span>
<div class="line" v-if="index !== navList.length - 1"></div>
</div>
</div>
@ -82,7 +80,7 @@
></put-on-the-shelf>
</div>
<div class="btn" :class="showView === '基本信息' ? 'first' : ''">
<button @click="close()">取消</button>
<a-popconfirm
v-if="
showView == '功能介绍' &&
@ -96,10 +94,9 @@
@confirm="changeGnjs('上一步')"
@cancel="cancel"
>
<button class="buzhou" >上一步</button>
<button>上一步</button>
</a-popconfirm>
<button
class="buzhou"
v-else-if="
showView == '功能介绍' &&
gnjs[0].list.filter((val) => val.note1 !== '').length ==
@ -122,10 +119,9 @@
@confirm="changeYycj('上一步')"
@cancel="cancel"
>
<button class="buzhou" >上一步</button>
<button>上一步</button>
</a-popconfirm>
<button
class="buzhou"
v-else-if="
showView == '应用场景' &&
yycj[0].list.filter((val) => val.note1 !== '').length ==
@ -135,7 +131,7 @@
>
上一步
</button>
<button class="buzhou" v-else-if="showView !== '基本信息'" @click="back()">
<button v-else-if="showView !== '基本信息'" @click="back()">
上一步
</button>
<a-popconfirm
@ -150,9 +146,9 @@
@confirm="changeBs('预览')"
@cancel="cancel"
>
<button class="buzhou" >预览</button>
<button>预览</button>
</a-popconfirm>
<button class="buzhou" v-else-if="showView === '部署与使用'" @click="preview()">
<button v-else-if="showView === '部署与使用'" @click="preview()">
预览
</button>
<a-popconfirm
@ -168,10 +164,9 @@
@confirm="changeGnjs('下一步')"
@cancel="cancel"
>
<button class="buzhou" >下一步</button>
<button>下一步</button>
</a-popconfirm>
<button
class="buzhou"
v-else-if="
showView == '功能介绍' &&
gnjs[0].list.filter((val) => val.note1 !== '').length ==
@ -194,10 +189,9 @@
@confirm="changeYycj('下一步')"
@cancel="cancel"
>
<button class="buzhou" >下一步</button>
<button>下一步</button>
</a-popconfirm>
<button
class="buzhou"
v-else-if="
showView == '应用场景' &&
yycj[0].list.filter((val) => val.note1 !== '').length ==
@ -207,7 +201,7 @@
>
下一步
</button>
<button class="buzhou" v-else-if="showView !== '部署与使用'" @click="next()">
<button v-else-if="showView !== '部署与使用'" @click="next()">
下一步
</button>
<a-popconfirm
@ -222,12 +216,11 @@
@confirm="changeBs('提交')"
@cancel="cancel"
>
<button class="buzhou" >提交</button>
<button>提交</button>
</a-popconfirm>
<button class="buzhou" v-else-if="showView === '部署与使用'" @click="submit()">
<button v-else-if="showView === '部署与使用'" @click="submit()">
提交
</button>
<button class="quxiao" @click="close()">取消</button>
</div>
</div>
</template>
@ -809,121 +802,86 @@
})
</script>
<style lang="less" scoped>
.box {
position: relative;
top: 0.64rem;
// margin: 0.15rem 3rem;
padding: 0.1rem;
background: #fff;
.header {
font-size: 0.28rem;
font-weight: 600;
}
.vue-box {
padding: 0 1rem;
}
.top {
font-size: 16px;
margin: 0.32px 0.4px 0;
padding: 24px 24pxs;
display: flex;
justify-content: center;
.ff {
color: #b3b3b3;
display: inline-flex;
justify-content: center;
align-items: center;
.wai {
margin-top: 14px;
.bg-box {
display: flex;
justify-content: center;
align-items: center;
width: 32px;
height: 32px;
border-radius: 50%;
// border: 0.01rem solid rgb(214, 214, 214);
margin: 0px 16px;
transition: all 0.3s ease;
span {
display: flex;
justify-content: center;
align-items: center;
width: 32px;
height: 32px;
border-radius: 50%;
border: 1px solid #d9d9d9;
}
}
.bg-name {
color: #b3b3b3;
}
}
.line {
// margin-left: 16px;
width: 326px;
height: 2px;
background: #d9d9d9;
}
.box {
position: relative;
top: 64px;
margin: 15px 400px;
padding: 10px;
background: #fff;
.header {
font-size: 28px;
font-weight: 600;
}
.finish {
color: #fff;
display: inline-flex;
justify-content: center;
align-items: center;
.wai {
margin-top: 14px;
.vue-box {
padding: 0 100px;
}
.top {
margin: 10px 20px 0;
padding: 15px 30px;
background: #edf4fc;
display: flex;
justify-content: space-between;
div {
font-size: 18px;
color: #999;
display: flex;
justify-content: center;
align-items: center;
.bg-box {
display: flex;
justify-content: center;
align-items: center;
width: 32px;
height: 32px;
width: 45px;
height: 45px;
border-radius: 50%;
// border: 0.01rem solid rgb(214, 214, 214);
margin: 0px 16px;
border: 1px solid rgb(214, 214, 214);
margin-right: 10px;
transition: all 0.3s ease;
span {
background: #0058e1;
display: flex;
justify-content: center;
align-items: center;
width: 32px;
height: 32px;
width: 30px;
height: 30px;
border-radius: 50%;
border: 1px solid solid #0058e1;
border: 1px solid #999;
}
}
.bg-name {
color: #212121;
font-weight: bold;
.line {
margin-left: 10px;
width: 130px;
height: 1px;
background: #999;
}
}
.line {
// margin-left: 16px;
width: 326px;
height: 2px;
background: #0058e1;
.finish {
color: #0087ff;
.bg-box {
background: #9ccefa;
color: #fff;
border: 1px solid #9ccefa;
span {
background: #0087ff;
border: 1px solid #0087ff;
}
}
.line {
background: #0087ff;
}
}
}
.btn {
display: flex;
justify-content: space-around;
padding: 0.1rem 3.5rem 0;
justify-content: space-between;
padding: 10px 350px 0;
button {
cursor: pointer;
font-size: 0.14rem;
width: 0.8rem;
height: 0.35rem;
width: 80px;
height: 35px;
text-align: center;
color: #fff;
border: 0.01rem solid #9ccefa;
span {
background: #0087ff;
border: 0.01rem solid #0087ff;
}
}
.line {
border: none;
border-radius: 6px;
background: #0087ff;
}
button:nth-of-type(1) {
@ -935,55 +893,7 @@
}
}
.first {
justify-content: center;
justify-content: space-around;
}
}
.btn {
display: flex;
justify-content: center;
padding: 0.1rem 3.5rem 0;
// button {
// cursor: pointer;
// font-size: 14px;
// text-align: center;
// color: #fff;
// border: none;
// border-radius: 0.06rem;
// background: #0087ff;
// margin-right:12px;
// margin-right:12px;
.quxiao{
margin-right:12px;
cursor: pointer;
width: 90px;
height: 32px;
background: #ffffff;
color:#0058e1;
border-radius: 2px;
border: 1px #0058e1 solid;
}
// .quxiao:hover{
// background: #0058e1;
// color:#ffffff;
// }
.buzhou{
margin-right:12px;
cursor: pointer;
background: #0058e1;
color:#ffffff;
width: 90px;
height: 32px;
border-radius: 2px;
border: 1px #0058e1 solid;
}
// .buzhou:hover{
// background: #ffffff;
// color:#0058e1;
// }
}
.first {
justify-content: center;
}
}
</style>

View File

@ -7,19 +7,17 @@
-->
<template>
<div class="box">
<!-- <div class="header">能力上架申请</div> -->
<div class="header">能力上架申请</div>
<div class="top">
<div
v-for="(nav, index) in navList"
:key="nav"
:class="[index <= navList2.indexOf(showView) ? 'finish' : 'ff']"
:class="[index <= navList2.indexOf(showView) ? 'finish' : '']"
>
<div class="wai">
<span class="bg-box">
<span>{{ index + 1 }}</span>
</span>
<span class="bg-name">{{ nav.name }}</span>
</div>
<span class="bg-box">
<span>{{ index + 1 }}</span>
</span>
<span>{{ nav.name }}</span>
<div class="line" v-if="index !== navList.length - 1"></div>
</div>
</div>
@ -81,7 +79,7 @@
></put-on-the-shelf>
</div>
<div class="btn" :class="showView === '基本信息' ? 'first' : ''">
<button @click="close()">取消</button>
<a-popconfirm
v-if="
showView == '功能介绍' &&
@ -95,10 +93,9 @@
@confirm="changeGnjs('上一步')"
@cancel="cancel"
>
<button class="buzhou">上一步</button>
<button>上一步</button>
</a-popconfirm>
<button
class="buzhou"
v-else-if="
showView == '功能介绍' &&
gnjs[0].list.filter((val) => val.note1 !== '').length ==
@ -121,10 +118,9 @@
@confirm="changeYycj('上一步')"
@cancel="cancel"
>
<button class="buzhou">上一步</button>
<button>上一步</button>
</a-popconfirm>
<button
class="buzhou"
v-else-if="
showView == '应用场景' &&
yycj[0].list.filter((val) => val.note1 !== '').length ==
@ -134,7 +130,7 @@
>
上一步
</button>
<button class="buzhou" v-else-if="showView !== '基本信息'" @click="back()">
<button v-else-if="showView !== '基本信息'" @click="back()">
上一步
</button>
<a-popconfirm
@ -149,9 +145,9 @@
@confirm="changeBs('预览')"
@cancel="cancel"
>
<button class="buzhou">预览</button>
<button>预览</button>
</a-popconfirm>
<button class="buzhou" v-else-if="showView === '部署与使用'" @click="preview()">
<button v-else-if="showView === '部署与使用'" @click="preview()">
预览
</button>
<a-popconfirm
@ -167,10 +163,9 @@
@confirm="changeGnjs('下一步')"
@cancel="cancel"
>
<button class="buzhou">下一步</button>
<button>下一步</button>
</a-popconfirm>
<button
class="buzhou"
v-else-if="
showView == '功能介绍' &&
gnjs[0].list.filter((val) => val.note1 !== '').length ==
@ -193,10 +188,9 @@
@confirm="changeYycj('下一步')"
@cancel="cancel"
>
<button class="buzhou">下一步</button>
<button>下一步</button>
</a-popconfirm>
<button
class="buzhou"
v-else-if="
showView == '应用场景' &&
yycj[0].list.filter((val) => val.note1 !== '').length ==
@ -206,7 +200,7 @@
>
下一步
</button>
<button class="buzhou" v-else-if="showView !== '部署与使用'" @click="next()">
<button v-else-if="showView !== '部署与使用'" @click="next()">
下一步
</button>
<a-popconfirm
@ -221,12 +215,11 @@
@confirm="changeBs('提交')"
@cancel="cancel"
>
<button class="buzhou">提交</button>
<button>提交</button>
</a-popconfirm>
<button class="buzhou" v-else-if="showView === '部署与使用'" @click="submit()">
<button v-else-if="showView === '部署与使用'" @click="submit()">
提交
</button>
<button class="quxiao" @click="close()">取消</button>
</div>
</div>
</template>
@ -807,120 +800,85 @@
</script>
<style lang="less" scoped>
.box {
position: relative;
top: 0.64rem;
// margin: 0.15rem 3rem;
padding: 0.1rem;
background: #fff;
.header {
font-size: 0.28rem;
font-weight: 600;
}
.vue-box {
padding: 0 1rem;
}
.top {
font-size: 16px;
margin: 0.32px 0.4px 0;
padding: 24px 24pxs;
display: flex;
justify-content: center;
.ff {
color: #b3b3b3;
display: inline-flex;
justify-content: center;
align-items: center;
.wai {
margin-top: 14px;
.bg-box {
display: flex;
justify-content: center;
align-items: center;
width: 32px;
height: 32px;
border-radius: 50%;
// border: 0.01rem solid rgb(214, 214, 214);
margin: 0px 16px;
transition: all 0.3s ease;
span {
display: flex;
justify-content: center;
align-items: center;
width: 32px;
height: 32px;
border-radius: 50%;
border: 1px solid #d9d9d9;
}
}
.bg-name {
color: #b3b3b3;
}
}
.line {
// margin-left: 16px;
width: 326px;
height: 2px;
background: #d9d9d9;
}
position: relative;
top: 64px;
margin: 15px 400px;
padding: 10px;
background: #fff;
.header {
font-size: 28px;
font-weight: 600;
}
.finish {
color: #fff;
display: inline-flex;
justify-content: center;
align-items: center;
.wai {
margin-top: 14px;
.vue-box {
padding: 0 100px;
}
.top {
margin: 10px 20px 0;
padding: 15px 30px;
background: #edf4fc;
display: flex;
justify-content: space-between;
div {
font-size: 18px;
color: #999;
display: flex;
justify-content: center;
align-items: center;
.bg-box {
display: flex;
justify-content: center;
align-items: center;
width: 32px;
height: 32px;
width: 45px;
height: 45px;
border-radius: 50%;
// border: 0.01rem solid rgb(214, 214, 214);
margin: 0px 16px;
border: 1px solid rgb(214, 214, 214);
margin-right: 10px;
transition: all 0.3s ease;
span {
background: #0058e1;
display: flex;
justify-content: center;
align-items: center;
width: 32px;
height: 32px;
width: 30px;
height: 30px;
border-radius: 50%;
border: 1px solid solid #0058e1;
border: 1px solid #999;
}
}
.bg-name {
color: #212121;
font-weight: bold;
.line {
margin-left: 10px;
width: 130px;
height: 1px;
background: #999;
}
}
.line {
// margin-left: 16px;
width: 326px;
height: 2px;
background: #0058e1;
.finish {
color: #0087ff;
.bg-box {
background: #9ccefa;
color: #fff;
border: 1px solid #9ccefa;
span {
background: #0087ff;
border: 1px solid #0087ff;
}
}
.line {
background: #0087ff;
}
}
}
.btn {
display: flex;
justify-content: space-around;
padding: 0.1rem 3.5rem 0;
justify-content: space-between;
padding: 10px 350px 0;
button {
cursor: pointer;
font-size: 0.14rem;
width: 0.8rem;
height: 0.35rem;
width: 80px;
height: 35px;
text-align: center;
color: #fff;
border: 0.01rem solid #9ccefa;
span {
background: #0087ff;
border: 0.01rem solid #0087ff;
}
}
.line {
border: none;
border-radius: 6px;
background: #0087ff;
}
button:nth-of-type(1) {
@ -932,55 +890,7 @@
}
}
.first {
justify-content: center;
justify-content: space-around;
}
}
.btn {
display: flex;
justify-content: center;
padding: 0.1rem 3.5rem 0;
// button {
// cursor: pointer;
// font-size: 14px;
// text-align: center;
// color: #fff;
// border: none;
// border-radius: 0.06rem;
// background: #0087ff;
// margin-right:12px;
// margin-right:12px;
.quxiao{
margin-right:12px;
cursor: pointer;
width: 90px;
height: 32px;
background: #ffffff;
color:#0058e1;
border-radius: 2px;
border: 1px #0058e1 solid;
}
// .quxiao:hover{
// background: #0058e1;
// color:#ffffff;
// }
.buzhou{
margin-right:12px;
cursor: pointer;
background: #0058e1;
color:#ffffff;
width: 90px;
height: 32px;
border-radius: 2px;
border: 1px #0058e1 solid;
}
// .buzhou:hover{
// background: #ffffff;
// color:#0058e1;
// }
}
.first {
justify-content: center;
}
}
</style>

View File

@ -7,19 +7,17 @@
-->
<template>
<div class="box">
<!-- <div class="header">能力上架申请</div> -->
<div class="header">能力上架申请</div>
<div class="top">
<div
v-for="(nav, index) in navList"
:key="nav"
:class="[index <= navList2.indexOf(showView) ? 'finish' : 'ff']"
:class="[index <= navList2.indexOf(showView) ? 'finish' : '']"
>
<div class="wai">
<span class="bg-box">
<span>{{ index + 1 }}</span>
</span>
<span class="bg-name">{{ nav.name }}</span>
</div>
<span class="bg-box">
<span>{{ index + 1 }}</span>
</span>
<span>{{ nav.name }}</span>
<div class="line" v-if="index !== navList.length - 1"></div>
</div>
</div>
@ -78,7 +76,7 @@
></put-on-the-shelf>
</div>
<div class="btn" :class="showView === '基本信息' ? 'first' : ''">
<button @click="close()">取消</button>
<a-popconfirm
v-if="
showView == '应用场景' &&
@ -92,10 +90,9 @@
@confirm="changeYycj('上一步')"
@cancel="cancel"
>
<button class="buzhou">上一步</button>
<button>上一步</button>
</a-popconfirm>
<button
class="buzhou"
v-else-if="
showView == '应用场景' &&
yycj[0].list.filter((val) => val.note1 !== '').length ==
@ -105,7 +102,7 @@
>
上一步
</button>
<button class="buzhou" v-else-if="showView !== '基本信息'" @click="back()">
<button v-else-if="showView !== '基本信息'" @click="back()">
上一步
</button>
<a-popconfirm
@ -121,9 +118,9 @@
@confirm="changeBs('预览')"
@cancel="cancel"
>
<button class="buzhou">预览</button>
<button>预览</button>
</a-popconfirm>
<button class="buzhou" v-else-if="showView === '部署与使用'" @click="preview()">
<button v-else-if="showView === '部署与使用'" @click="preview()">
预览
</button>
<a-popconfirm
@ -139,10 +136,9 @@
@confirm="changeYycj('下一步')"
@cancel="cancel"
>
<button class="buzhou">下一步</button>
<button>下一步</button>
</a-popconfirm>
<button
class="buzhou"
v-else-if="
showView == '应用场景' &&
yycj[0].list.filter((val) => val.note1 !== '').length ==
@ -152,7 +148,7 @@
>
下一步
</button>
<button class="buzhou" v-else-if="showView !== '部署与使用'" @click="next()">
<button v-else-if="showView !== '部署与使用'" @click="next()">
下一步
</button>
<a-popconfirm
@ -168,12 +164,11 @@
@confirm="changeBs('提交')"
@cancel="cancel"
>
<button class="buzhou">提交</button>
<button>提交</button>
</a-popconfirm>
<button class="buzhou" v-else-if="showView === '部署与使用'" @click="submit()">
<button v-else-if="showView === '部署与使用'" @click="submit()">
提交
</button>
<button class="quxiao" @click="close()">取消</button>
</div>
</div>
</template>
@ -675,120 +670,85 @@
</script>
<style lang="less" scoped>
.box {
position: relative;
top: 0.64rem;
// margin: 0.15rem 3rem;
padding: 0.1rem;
background: #fff;
.header {
font-size: 0.28rem;
font-weight: 600;
}
.vue-box {
padding: 0 1rem;
}
.top {
font-size: 16px;
margin: 0.32px 0.4px 0;
padding: 24px 24pxs;
display: flex;
justify-content: center;
.ff {
color: #b3b3b3;
display: inline-flex;
justify-content: center;
align-items: center;
.wai {
margin-top: 14px;
.bg-box {
display: flex;
justify-content: center;
align-items: center;
width: 32px;
height: 32px;
border-radius: 50%;
// border: 0.01rem solid rgb(214, 214, 214);
margin: 0px 16px;
transition: all 0.3s ease;
span {
display: flex;
justify-content: center;
align-items: center;
width: 32px;
height: 32px;
border-radius: 50%;
border: 1px solid #d9d9d9;
}
}
.bg-name {
color: #b3b3b3;
}
}
.line {
// margin-left: 16px;
width: 326px;
height: 2px;
background: #d9d9d9;
}
position: relative;
top: 64px;
margin: 15px 400px;
padding: 10px;
background: #fff;
.header {
font-size: 28px;
font-weight: 600;
}
.finish {
color: #fff;
display: inline-flex;
justify-content: center;
align-items: center;
.wai {
margin-top: 14px;
.vue-box {
padding: 0 100px;
}
.top {
margin: 10px 20px 0;
padding: 15px 30px;
background: #edf4fc;
display: flex;
justify-content: space-between;
div {
font-size: 18px;
color: #999;
display: flex;
justify-content: center;
align-items: center;
.bg-box {
display: flex;
justify-content: center;
align-items: center;
width: 32px;
height: 32px;
width: 45px;
height: 45px;
border-radius: 50%;
// border: 0.01rem solid rgb(214, 214, 214);
margin: 0px 16px;
border: 1px solid rgb(214, 214, 214);
margin-right: 10px;
transition: all 0.3s ease;
span {
background: #0058e1;
display: flex;
justify-content: center;
align-items: center;
width: 32px;
height: 32px;
width: 30px;
height: 30px;
border-radius: 50%;
border: 1px solid solid #0058e1;
border: 1px solid #999;
}
}
.bg-name {
color: #212121;
font-weight: bold;
.line {
margin-left: 10px;
width: 130px;
height: 1px;
background: #999;
}
}
.line {
// margin-left: 16px;
width: 326px;
height: 2px;
background: #0058e1;
.finish {
color: #0087ff;
.bg-box {
background: #9ccefa;
color: #fff;
border: 1px solid #9ccefa;
span {
background: #0087ff;
border: 1px solid #0087ff;
}
}
.line {
background: #0087ff;
}
}
}
.btn {
display: flex;
justify-content: space-around;
padding: 0.1rem 3.5rem 0;
justify-content: space-between;
padding: 10px 350px 0;
button {
cursor: pointer;
font-size: 0.14rem;
width: 0.8rem;
height: 0.35rem;
width: 80px;
height: 35px;
text-align: center;
color: #fff;
border: 0.01rem solid #9ccefa;
span {
background: #0087ff;
border: 0.01rem solid #0087ff;
}
}
.line {
border: none;
border-radius: 6px;
background: #0087ff;
}
button:nth-of-type(1) {
@ -800,55 +760,7 @@
}
}
.first {
justify-content: center;
justify-content: space-around;
}
}
.btn {
display: flex;
justify-content: center;
padding: 0.1rem 3.5rem 0;
// button {
// cursor: pointer;
// font-size: 14px;
// text-align: center;
// color: #fff;
// border: none;
// border-radius: 0.06rem;
// background: #0087ff;
// margin-right:12px;
// margin-right:12px;
.quxiao{
margin-right:12px;
cursor: pointer;
width: 90px;
height: 32px;
background: #ffffff;
color:#0058e1;
border-radius: 2px;
border: 1px #0058e1 solid;
}
// .quxiao:hover{
// background: #0058e1;
// color:#ffffff;
// }
.buzhou{
margin-right:12px;
cursor: pointer;
background: #0058e1;
color:#ffffff;
width: 90px;
height: 32px;
border-radius: 2px;
border: 1px #0058e1 solid;
}
// .buzhou:hover{
// background: #ffffff;
// color:#0058e1;
// }
}
.first {
justify-content: center;
}
}
</style>

File diff suppressed because it is too large Load Diff

View File

@ -147,7 +147,7 @@
<button
style="
width: 100px;
height: 35px;
height: 30px;
margin-right: 10px;
background: rgb(237, 244, 252);
color: rgb(0, 135, 255);