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 @@
- + + {{ it }} + +
取消
- - - - - - 新增 - - - 导入内容 - - - - - - 批量删除 - - + @@ -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; } }