From 30e85cfdd3e050eaf07dc591e99075d37beaf0c6 Mon Sep 17 00:00:00 2001 From: zy_zr <985512818@qq.com> Date: Thu, 24 Apr 2025 11:54:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=A4=A7=E5=B1=8F=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/homeScreen.scss | 20 +-- .../ZdryFjyp/components/deepIn.vue | 60 +++++++++ .../ExcavationResearch/ZdryFjyp/index.vue | 116 +++++++----------- .../warningControl/components/yjItem.vue | 33 ++--- .../warningControl/index.vue | 4 + src/views/home/layout/head.vue | 12 +- 6 files changed, 140 insertions(+), 105 deletions(-) create mode 100644 src/views/backOfficeSystem/ExcavationResearch/ZdryFjyp/components/deepIn.vue diff --git a/src/assets/css/homeScreen.scss b/src/assets/css/homeScreen.scss index 85d5af4..633af72 100644 --- a/src/assets/css/homeScreen.scss +++ b/src/assets/css/homeScreen.scss @@ -111,16 +111,18 @@ } .leftBtn-yjbtn{ position: absolute; - left: 430px; + left: 360px; top: 20px; - width: 155px; - height: 38px; - line-height: 38px; - text-align: center; - background: url("~@/assets/images/home_btns.png") no-repeat center center; - background-size: 100% 100%; - font-size: 16px; - font-family: "YSBTH"; + .leftBtn-item{ + width: 155px; + height: 38px; + line-height: 38px; + text-align: center; + background: url("~@/assets/images/home_btns.png") no-repeat center center; + background-size: 100% 100%; + font-size: 16px; + font-family: "YSBTH"; + } .btms{ @include textColor(#a1d6ff, #ffffff); } diff --git a/src/views/backOfficeSystem/ExcavationResearch/ZdryFjyp/components/deepIn.vue b/src/views/backOfficeSystem/ExcavationResearch/ZdryFjyp/components/deepIn.vue new file mode 100644 index 0000000..397de41 --- /dev/null +++ b/src/views/backOfficeSystem/ExcavationResearch/ZdryFjyp/components/deepIn.vue @@ -0,0 +1,60 @@ + + + + + + \ No newline at end of file diff --git a/src/views/backOfficeSystem/ExcavationResearch/ZdryFjyp/index.vue b/src/views/backOfficeSystem/ExcavationResearch/ZdryFjyp/index.vue index 1aa9dcb..dac4211 100644 --- a/src/views/backOfficeSystem/ExcavationResearch/ZdryFjyp/index.vue +++ b/src/views/backOfficeSystem/ExcavationResearch/ZdryFjyp/index.vue @@ -54,53 +54,8 @@
- - - 新增 - - - - 一件布控 - - - - 级别变更 - - - - 警种变更 - - - - 指定分配 - - - - 添加标签 - - - - 协控申请 - - - - 撤控申请 - - - - 移交管控 - - - - 批量导入 - - - - 导出 - - - - 批量删除 + + {{ it.label }}
@@ -110,12 +65,14 @@ :tableHeight="pageData.tableHeight2" :key="pageData.keyCount" :tableConfiger="pageData.tableConfiger2" - :controlsWidth="pageData.controlsWidth" + :controlsWidth="pageData.controlsWidth2" @chooseData="chooseData">
+ + + +