diff --git a/src/assets/images/icon_notice.png b/src/assets/images/icon_notice.png
new file mode 100644
index 0000000..cc8b852
Binary files /dev/null and b/src/assets/images/icon_notice.png differ
diff --git a/src/assets/images/icon_notice2.png b/src/assets/images/icon_notice2.png
new file mode 100644
index 0000000..5514577
Binary files /dev/null and b/src/assets/images/icon_notice2.png differ
diff --git a/src/assets/images/logo.png b/src/assets/images/logo.png
new file mode 100644
index 0000000..90c92dc
Binary files /dev/null and b/src/assets/images/logo.png differ
diff --git a/src/router/enforceHome.js b/src/router/enforceHome.js
index 7ab3fbf..eb0a48a 100644
--- a/src/router/enforceHome.js
+++ b/src/router/enforceHome.js
@@ -30,14 +30,14 @@ const routes = [
},
},
//执法端扫码页面
- {
- path: "/enforce/scanPageTest",
- name: "scanPageTest",
- component: () => import("@/views/enforce/scanPageTest.vue"),
- meta: {
- isKeepAlive: false,
- },
- },
+ // {
+ // path: "/enforce/scanPageTest",
+ // name: "scanPageTest",
+ // component: () => import("@/views/enforce/scanPageTest.vue"),
+ // meta: {
+ // isKeepAlive: false,
+ // },
+ // },
//公布执法计划页面
{
path: "/enforce/enforcementPlan",
@@ -56,7 +56,7 @@ const routes = [
isKeepAlive: false
},
},
- //新增公布执法计划
+ //新增公布执法计划详情
{
path: "/enterprise/enterpriseInspectionDetail",
name: "enterpriseInspectionDetail",
@@ -74,6 +74,15 @@ const routes = [
isKeepAlive: false
},
},
+ //通知公告页面
+ {
+ path: "/enforce/enforceNotice",
+ name: "enforceNotice",
+ component: () => import("@/views/enforce/enforceNotice.vue"),
+ meta: {
+ isKeepAlive: false
+ },
+ },
]
export {routes}
\ No newline at end of file
diff --git a/src/views/Home.vue b/src/views/Home.vue
index ffc6768..67cc7cf 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -2,11 +2,12 @@
-
+
+
@@ -22,7 +23,7 @@
- 执法记录查询
+ 行政检查信息
执法投诉
@@ -141,9 +142,10 @@ onMounted(() => {
background-color: #f4f4f4;
.warp_body {
+ position: relative;
background: url("../assets/images/bg_c.jpg");
background-size: cover;
- position: relative;
+ overflow-x: hidden;
.carousel_box {
height: 150px;
width: 100%;
@@ -156,7 +158,7 @@ onMounted(() => {
.boutique_box {
position: absolute;
width: 100%;
- bottom: 3%;
+ bottom: 1%;
.boutique_body {
padding: 0px 0px 10px 0px;
display: flex;
@@ -171,8 +173,7 @@ onMounted(() => {
background: url("../assets/images/item_code.png");
background-size: cover;
.box-qr-code-text{
- margin-right: 3%;
- margin-top: 2%;
+ margin: 0.35rem 0.5rem 0 0;
display: block;
font-size: 17px
}
@@ -187,8 +188,7 @@ onMounted(() => {
background-size: cover;
.box-info-text{
- margin-right: 3%;
- margin-top: 2%;
+ margin: 0.35rem 0.5rem 0 0;
display: block;
font-size: 17px
}
@@ -203,8 +203,7 @@ onMounted(() => {
background: url("../assets/images/item_complain.png");
background-size: cover;
.box-complaint-text{
- margin-right: 5%;
- margin-top: 3%;
+ margin:0.35rem 0.5rem 0 0;
display: block;
font-size: 17px
}
@@ -217,4 +216,15 @@ onMounted(() => {
}
}
}
+
+.logobox {
+ position: relative;
+ top: 4%;
+ left: 5%;
+ z-index: 99;
+ width: 82%;
+ height: 10vh;
+ background: url("../assets/images/logo.png") no-repeat;
+ background-size: 100% auto;
+}
diff --git a/src/views/enforce/enforceNotice.vue b/src/views/enforce/enforceNotice.vue
new file mode 100644
index 0000000..958d8cb
--- /dev/null
+++ b/src/views/enforce/enforceNotice.vue
@@ -0,0 +1,395 @@
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+
+
+
+
+
+
+
+
+
+
宝安区司法局
+
2024-02-15
+
2024年度宝安区新安街道年度行政执法检查计划
+
+
+
+
+
+
龙华区司法局
+
2024-02-15
+
2024年度龙华区民治街道年度行政执法检查计划
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/enforce/historyCheck.vue b/src/views/enforce/historyCheck.vue
index 2dda59b..74efea6 100644
--- a/src/views/enforce/historyCheck.vue
+++ b/src/views/enforce/historyCheck.vue
@@ -3,7 +3,7 @@