Commit ed0ba39b by 林家欣

fix: 修改禅道部分bug

parent bf443424
......@@ -273,28 +273,28 @@ export const nav = [
{ name: "收费公示" },
],
},
// {
// id: uuid("gs_nav"),
// name: "收费目录清单",
// index: 2,
// link: "/Business/Corppay",
// breadcrumb: [
// { name: "业务大厅", path: "/Business" },
// { name: "我还不是系统成员", path: "/Business/Register" },
// { name: "收费目录清单" },
// ],
// },
// {
// id: uuid("gs_nav"),
// name: "其他增值服务费",
// index: 2,
// link: "/Business/serviceFee",
// breadcrumb: [
// { name: "业务大厅", path: "/Business" },
// { name: "我还不是系统成员", path: "/Business/Register" },
// { name: "其他增值服务费" },
// ],
// },
{
id: uuid("gs_nav"),
name: "收费目录清单",
index: 2,
link: "/Business/Corppay",
breadcrumb: [
{ name: "业务大厅", path: "/Business" },
{ name: "我还不是系统成员", path: "/Business/Register" },
{ name: "收费目录清单" },
],
},
{
id: uuid("gs_nav"),
name: "其他增值服务费",
index: 2,
link: "/Business/serviceFee",
breadcrumb: [
{ name: "业务大厅", path: "/Business" },
{ name: "我还不是系统成员", path: "/Business/Register" },
{ name: "其他增值服务费" },
],
},
{
id: uuid("gs_nav"),
name: "条码注册公告",
......@@ -329,53 +329,18 @@ export const nav = [
{ name: "企业信息" },
],
},
// {
// id: uuid("gs_nav"),
// name: "我要续展",
// index: 2,
// link: "/Business/Renewal",
// breadcrumb: [
// { name: "业务大厅", path: "/Business" },
// { name: "我是系统成员", path: "/Service/Training" },
// { name: "我要续展" },
// ],
// },
// {
// id: uuid("gs_nav"),
// name: "零售商品",
// index: 2,
// link: "/Business/Code1",
// breadcrumb: [
// { name: "业务大厅", path: "/Business" },
// { name: "我是系统成员", path: "/Business/Register" },
// { name: "我要编码", path: "/Business/Code1?id=1-1" },
// { name: "零售商品" },
// ],
// },
// {
// id: uuid("gs_nav"),
// name: "非零售商品",
// index: 2,
// link: "/Business/Code2",
// breadcrumb: [
// { name: "业务大厅", path: "/Business" },
// { name: "我是系统成员", path: "/Business/Register" },
// { name: "我要编码", path: "/Business/Code1?id=1-1" },
// { name: "非零售商品" },
// ],
// },
// {
// id: uuid("gs_nav"),
// name: "物流单元",
// index: 2,
// link: "/Business/Code3",
// breadcrumb: [
// { name: "业务大厅", path: "/Business" },
// { name: "我是系统成员", path: "/Business/Register" },
// { name: "我要编码", path: "/Business/Code1?id=1-1" },
// { name: "物流单元" },
// ],
// },
{
id: uuid("gs_nav"),
name: "我要续展",
index: 2,
link: "/Business/Renewal",
breadcrumb: [
{ name: "业务大厅", path: "/Business" },
{ name: "我是系统成员", path: "/Service/Training" },
{ name: "我要续展" },
],
},
],
},
{
......@@ -411,14 +376,38 @@ export const nav = [
},
{
id: uuid("gs_nav"),
name: "我要编码(零售商品、非零售商品、物流单元)",
name: "零售商品",
index: 2,
link: "/Business/Code1",
breadcrumb: [
{ name: "业务大厅", path: "/Business" },
{ name: "我是系统成员", path: "/Business/Register" },
{ name: "我要编码", path: "/Business/Code1?id=1-1" },
{ name: "我要编码(零售商品、非零售商品、物流单元)" },
{ name: "零售商品" },
],
},
{
id: uuid("gs_nav"),
name: "非零售商品",
index: 2,
link: "/Business/Code2",
breadcrumb: [
{ name: "业务大厅", path: "/Business" },
{ name: "我是系统成员", path: "/Business/Register" },
{ name: "我要编码", path: "/Business/Code1?id=1-1" },
{ name: "非零售商品" },
],
},
{
id: uuid("gs_nav"),
name: "物流单元",
index: 2,
link: "/Business/Code3",
breadcrumb: [
{ name: "业务大厅", path: "/Business" },
{ name: "我是系统成员", path: "/Business/Register" },
{ name: "我要编码", path: "/Business/Code1?id=1-1" },
{ name: "物流单元" },
],
},
{
......@@ -875,7 +864,7 @@ export const nav = [
index: 1,
link: "/Knowledge/Statute",
style: { flex:'1 0 auto' },
breadcrumb: [{ name: "技术知识", path: "/Knowledge" }, { name: "政策法规" }],
breadcrumb: [{ name: "知识中心", path: "/Knowledge" }, { name: "政策法规" }],
children: [{}]
},
],
......
......@@ -249,11 +249,11 @@ export default {
.guide {
@include module-box;
.guide-msg {
margin: 30px 0;
margin: 20px 0;
font-size: 14px;
.msg-title {
color: #008dbd;
margin-bottom: 20px;
margin: 15px 0;
&.actived {
color: #04408d;
}
......@@ -267,6 +267,9 @@ export default {
p {
text-indent: 25px;
font-size: 14px;
color: #454545;
font-weight: 300;
line-height: 24px
}
}
}
......
......@@ -169,11 +169,11 @@ export default {
.guide {
@include module-box;
.guide-msg {
margin: 30px 0;
margin: 20px 0;
font-size: 14px;
.msg-title {
color: #008dbd;
margin-bottom: 20px;
margin: 15px 0;
&.actived {
color: #04408d;
}
......@@ -187,6 +187,9 @@ export default {
p {
text-indent: 25px;
font-size: 14px;
color: #454545;
font-weight: 300;
line-height: 24px
}
}
}
......
......@@ -147,11 +147,11 @@ export default {
.guide {
@include module-box;
.guide-msg {
margin: 30px 0;
margin: 20px 0;
font-size: 14px;
.msg-title {
color: #008dbd;
margin-bottom: 20px;
margin: 15px 0;
&.actived {
color: #04408d;
}
......@@ -165,6 +165,9 @@ export default {
p {
text-indent: 25px;
font-size: 14px;
color: #454545;
font-weight: 300;
line-height: 24px;
}
}
}
......
......@@ -111,7 +111,11 @@ export default {
};
},
methods: {
ckxqJump() {}
ckxqJump() {
this.$router.push({
path: '/Knowledge/xts'
})
}
},
};
</script>
......
......@@ -50,16 +50,20 @@ export default {
.guide {
@include module-box;
.guide-msg {
margin: 30px 0;
margin: 20px 0;
font-size: 14px;
.msg-title {
color: rgba(0, 121, 158, 1);
margin-bottom: 20px;
margin: 15px 0;
}
.msg-cont {
line-height: 23px;
color: rgba(102, 102, 102, 1);
p{
text-indent: 25px;
font-size: 14px;
color: #454545;
font-weight: 300;
line-height: 24px
}
}
}
}
......
......@@ -184,12 +184,11 @@ p {
.guide {
@include module-box;
.guide-msg {
margin: 30px 0;
margin: 20px 0;
font-size: 14px;
.msg-title {
color: #008dbd;
margin-top: 15px;
margin-bottom: 10px;
margin: 15px 0;
&.actived {
color: #04408d;
}
......@@ -200,6 +199,9 @@ p {
p {
text-indent: 25px;
font-size: 14px;
color: #454545;
font-weight: 300;
line-height: 24px
}
img {
max-width: 100%;
......
......@@ -144,18 +144,14 @@ export default {
};
</script>
<style lang="scss" scoped>
p {
line-height: 28px;
}
.guide {
@include module-box;
.guide-msg {
margin: 30px 0;
margin: 20px 0;
font-size: 14px;
.msg-title {
color: #008dbd;
margin-top: 15px;
margin-bottom: 10px;
margin: 15px 0;
&.actived {
color: #04408d;
}
......@@ -166,6 +162,9 @@ p {
p {
text-indent: 25px;
font-size: 14px;
color: #454545;
font-weight: 300;
line-height: 24px
}
img {
max-width: 100%;
......
......@@ -123,9 +123,6 @@ export default {
};
</script>
<style lang="scss" scoped>
p {
line-height: 28px;
}
.guide {
@include module-box;
.ljtb-btn {
......@@ -136,12 +133,11 @@ p {
border-radius: 5px;
}
.guide-msg {
margin: 30px 0;
margin: 20px 0;
font-size: 14px;
.msg-title {
color: #008dbd;
margin-top: 15px;
margin-bottom: 10px;
margin: 15px 0;
&.actived {
color: #04408d;
}
......@@ -155,6 +151,9 @@ p {
p {
text-indent: 25px;
font-size: 14px;
color: #454545;
font-weight: 300;
line-height: 24px
}
}
.text-right {
......
......@@ -106,18 +106,14 @@ export default {
};
</script>
<style lang="scss" scoped>
p {
line-height: 28px;
}
.guide {
@include module-box;
.guide-msg {
margin: 30px 0;
margin: 20px 0;
font-size: 14px;
.msg-title {
color: #008dbd;
margin-top: 15px;
margin-bottom: 10px;
margin: 15px 0;
&.actived {
color: #04408d;
}
......@@ -128,6 +124,9 @@ p {
p {
text-indent: 25px;
font-size: 14px;
color: #454545;
font-weight: 300;
line-height: 24px
}
img {
max-width: 100%;
......
......@@ -155,9 +155,6 @@ export default {
};
</script>
<style lang="scss" scoped>
p {
line-height: 28px;
}
.guide {
@include module-box;
.ljtb-btn {
......@@ -167,12 +164,11 @@ p {
padding: 10px;
}
.guide-msg {
margin: 30px 0;
margin: 20px 0;
font-size: 14px;
.msg-title {
color: #008dbd;
margin-top: 15px;
margin-bottom: 10px;
margin: 15px 0;
&.actived {
color: #04408d;
}
......@@ -186,6 +182,9 @@ p {
p {
text-indent: 25px;
font-size: 14px;
color: #454545;
font-weight: 300;
line-height: 24px
}
a {
color: #008dbd;
......
......@@ -123,9 +123,6 @@ export default {
};
</script>
<style lang="scss" scoped>
p {
line-height: 28px;
}
.guide {
@include module-box;
.ljtb-btn {
......@@ -135,12 +132,11 @@ p {
padding: 10px;
}
.guide-msg {
margin: 30px 0;
margin: 20px 0;
font-size: 14px;
.msg-title {
color: #008dbd;
margin-top: 15px;
margin-bottom: 10px;
margin: 15px 0;
&.actived {
color: #04408d;
}
......@@ -154,6 +150,9 @@ p {
p {
text-indent: 25px;
font-size: 14px;
color: #454545;
font-weight: 300;
line-height: 24px
}
a {
color: #008dbd;
......
......@@ -126,9 +126,6 @@ export default {
};
</script>
<style lang="scss" scoped>
p {
line-height: 28px;
}
.guide {
@include module-box;
.ljtb-btn {
......@@ -138,12 +135,11 @@ p {
padding: 10px;
}
.guide-msg {
margin: 30px 0;
margin: 20px 0;
font-size: 14px;
.msg-title {
color: #008dbd;
margin-top: 15px;
margin-bottom: 10px;
margin: 15px 0;
&.actived {
color: #04408d;
}
......@@ -157,6 +153,9 @@ p {
p {
text-indent: 25px;
font-size: 14px;
color: #454545;
font-weight: 300;
line-height: 24px
}
a {
color: #008dbd;
......
......@@ -12,14 +12,8 @@
/>
</div>
</div>
<div class="register-bottom register-cont" v-if="false">
<cate :father="zxcxgjCate"></cate>
<div class="row zxcxgj-ul">
<div class="col-lg-4" v-for="(tmp, i) in zxcxgjList" :key="i">
<img :src="tmp.ico" alt="" class="zxcxgj-img" />
<div class="zxcxgj-bt">{{ tmp.name }}</div>
</div>
</div>
<div class="register-bottom register-cont" v-if="true">
<zxcxgj :middle="true"/>
</div>
</div>
</div>
......@@ -36,15 +30,15 @@ import tmgg from "./copms/tmgg.vue";
import bgxz from "./copms/bgxz.vue";
import dffzjg from "./copms/dffzjg.vue";
import zcfg from "./copms/zcfg.vue";
import cate from "../comps/cate.vue";
import zxcxgj from "./copms/zxcxgj.vue";
export default {
components: {
cate,
tmgg,
dffzjg,
bgxz,
zcfg,
zxcxgj,
},
data() {
return {
......@@ -103,20 +97,6 @@ export default {
.register-bottom {
margin-top: 20px;
.zxcxgj-ul {
padding: 12.5px 0;
> div {
margin: 12.5px 0;
text-align: center;
.zxcxgj-img {
margin-bottom: 13px;
}
.zxcxgj-bt {
color: #0e2c6b;
font-size: 14px;
}
}
}
}
}
</style>
\ No newline at end of file
<template>
<div class="zxcxgj">
<cate :father="zxcxgjCate"></cate>
<ul class="zxcxgj-ul">
<div class="container" v-if="middle">
<div class="row zxcxgj-middle">
<div class="col-lg-4" v-for="(tmp, i) in zxcxgjList" :key="i">
<img :src="tmp.ico" alt="" class="zxcxgj-img" />
<div class="zxcxgj-bt">{{ tmp.name }}</div>
</div>
</div>
</div>
<ul class="zxcxgj-bottom" v-else>
<li v-for="(tmp, i) in zxcxgjList" :key="i">
<img :src="tmp.ico" alt="" class="zxcxgj-img" />
<div class="zxcxgj-bt">{{ tmp.name }}</div>
......@@ -13,6 +21,7 @@
import cate from "../../comps/cate.vue";
export default {
props: ["middle"],
components: {
cate,
},
......@@ -51,7 +60,7 @@ export default {
<style lang="scss">
.zxcxgj {
@include module-box;
.zxcxgj-ul {
.zxcxgj-bottom {
padding: 15px 0;
margin: 0;
display: flex;
......@@ -74,7 +83,27 @@ export default {
}
li:hover {
transform: translate(-5px, -5px);
box-shadow: 5px 5px 12px rgba(0,0,0,.2);
box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.2);
}
}
.zxcxgj-middle {
padding: 12.5px 0;
> div {
margin: 12.5px 0;
text-align: center;
transition: all 0.25s;
cursor: pointer;
.zxcxgj-img {
margin-bottom: 13px;
}
.zxcxgj-bt {
color: #0e2c6b;
font-size: 14px;
}
&:hover {
transform: translate(-5px, -5px);
box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.2);
}
}
}
}
......
......@@ -9,7 +9,7 @@
<router-view class="marginTopLg20"></router-view>
</div>
</div>
<div class="marginTop20">
<div class="marginTop20" v-if="$route.path !=='/Business/Register'">
<zxcxgj />
</div>
</div>
......
......@@ -35,7 +35,7 @@
</p>
<p>
--<a
href="http://www.gs1cn.org/service/notice/article.aspx?id=603&amp;codeid=7"
href="/News/NoticeArticle?id=603"
target="_blank"
>编码中心分支机构药品追溯联系人</a
>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment