diff --git a/src/views/modules/base/community/community.vue b/src/views/modules/base/community/community.vue
index 80a6960f4..ab7830150 100644
--- a/src/views/modules/base/community/community.vue
+++ b/src/views/modules/base/community/community.vue
@@ -38,6 +38,7 @@
@@ -430,6 +431,7 @@ export default {
pageSize: 20,
total: null,
searchH: 0,
+ resideathAddObj1:{}, // 死亡登记子组件
conditions: [],
activeName: "",
tableData: [],
@@ -575,6 +577,7 @@ export default {
this.deathShow = true;
await nextTick(200);
this.$refs.ref_death.initForm(row)
+ this.resideathAddObj1 = {name:row.NAME,GRID_ID:row.GRID_ID}
},
//变更记录
@@ -1474,19 +1477,17 @@ export default {
// width: 50px;
height: 24px;
box-sizing: border-box;
- margin-right: 7px;
padding: 0 10px !important;
font-size: 16px;
font-weight: 400;
color: #666666;
line-height: 24px;
- background: #ebecf1;
border-radius: 2px;
}
- ::v-deep .el-tabs__nav-wrap::after,
- ::v-deep .el-tabs__active-bar {
- display: none;
+ // ::v-deep .el-tabs__nav-wrap::after,
+ ::v-deep .el-tabs__active-bar_active {
+ background-color: #0055d7;
}
::v-deep .el-tabs__nav-next,
::v-deep .el-tabs__nav-prev {
@@ -1498,8 +1499,7 @@ export default {
// border-radius: 50%;
}
::v-deep .el-tabs__item.is-active {
- color: #fff;
- background: linear-gradient(90deg, #1a5afd, #26c4ff);
+ color: #17b3a3;
}
}
.resi-container .resi-card {
diff --git a/src/views/modules/plugins/change/resideathAdd.vue b/src/views/modules/plugins/change/resideathAdd.vue
index 388066d6c..3e56bae82 100644
--- a/src/views/modules/plugins/change/resideathAdd.vue
+++ b/src/views/modules/plugins/change/resideathAdd.vue
@@ -7,24 +7,26 @@
label-width="90px"
:rules="dataRule"
class="m-form">
-
-
-
+
-
-
+ >
+ {{resideathAddObj.GRID_ID}}
-
+
+
+
+ {{resideathAddObj.name}}
+
+
+
-
+
+
+
+
+
+