From 1dc72750f68670067836f83adf57692b4b58fb60 Mon Sep 17 00:00:00 2001
From: Esacpe <1113279529@qq.com>
Date: Thu, 24 Jul 2025 15:02:47 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=95=B0=E6=8D=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../PreliminaryExcavations/index.vue | 63 +++++++------------
1 file changed, 22 insertions(+), 41 deletions(-)
diff --git a/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/index.vue b/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/index.vue
index 176dec8..068033b 100644
--- a/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/index.vue
+++ b/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/index.vue
@@ -2,29 +2,16 @@
-
-
-
-
-
- 新增
-
-
- 导入内容
-
-
-
-
-
- 批量删除
-
-
+
@@ -136,7 +123,7 @@ const searchConfiger = ref([
]);
const isImport = ref(false);
const checkData = reactive({
- hasChoose: ["警情"],
+ active:'',
list: ["警情", "人力情报", "线索", "民警处置文本", "交通事故"]
});
const btnsList = reactive([
@@ -371,32 +358,26 @@ onMounted(() => {
border-right: 1px solid #e8e8e8;
color: #333;
line-height: 32px;
-
- ::v-deep .checkBox {
- flex-direction: column;
-
- .checkall {
- margin: 0;
- }
- }
-
- ::v-deep .el-checkbox-group {
+ ::v-deep .el-radio-group{
display: flex;
flex-direction: column;
+ padding-left: 10px;
+ box-sizing: border-box;
}
-
- ::v-deep .is-checked {
- background: rgb(242, 249, 255);
- margin-bottom: 4px;
+ ::v-deep .el-radio{
+ width: 100%;
+ margin-right: 0;
+ color: #333;
}
-
- ::v-deep .el-checkbox {
- padding-left: 8px;
- margin-right: 4px;
- }
-
- .all {
- width: calc(100% - 4px);
+ .cancelBtn{
+ text-align: center;
+ height: 40px;
+ line-height: 40px;
+ background: #6da4e8;
+ color: #fff;
+ border-radius: 4px;
+ margin: 10px;
+ cursor: pointer;
}
}