diff --git a/src/views/components/smartSearchRule.vue b/src/views/components/smartSearchRule.vue
index 8882e0718..772230924 100644
--- a/src/views/components/smartSearchRule.vue
+++ b/src/views/components/smartSearchRule.vue
@@ -822,10 +822,10 @@ export default {
margin-left: 10px;
width: 138px;
height: 25px;
- background: #dde8f3;
text-align: center;
border-radius: 3px;
font-size: 12px;
+ color: #0056D6;
font-family: Source Han Serif CN;
font-weight: 600;
line-height: 26px;
diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue
index f95d42ab9..e9db9794d 100644
--- a/src/views/modules/base/resi.vue
+++ b/src/views/modules/base/resi.vue
@@ -247,13 +247,13 @@
重置
+ @click="handlerReset" class="diy-button--common">重置
取消
+ @click="handlerCancle" class="diy-button--common">取消
保存
+ @click="handleSUbmit" class="diy-button--blue">保存
@@ -951,6 +951,9 @@ export default {
await this.getFormList("edit");
await this.getrowInfo(row.icResiUserId);
},
+ handlerReset(){
+ this.$refs.baseForm.resetForm();
+ },
async handleAdd () {
await this.getFormList();
this.dialogVisible = true;
diff --git a/src/views/modules/plugins/change/resideathAdd.vue b/src/views/modules/plugins/change/resideathAdd.vue
index c7812dd8c..ac6ed6e04 100644
--- a/src/views/modules/plugins/change/resideathAdd.vue
+++ b/src/views/modules/plugins/change/resideathAdd.vue
@@ -8,7 +8,7 @@
:rules="dataRule"
class="m-form">
-
{{resideathAddObj.GRID_ID}}
@@ -53,14 +53,14 @@
-
+
取 消
提 交
+ @click="handleComfirm">保 存
diff --git a/src/views/modules/shequ/cpts/peopleDetail.vue b/src/views/modules/shequ/cpts/peopleDetail.vue
index 75d38ebc3..255b66f61 100644
--- a/src/views/modules/shequ/cpts/peopleDetail.vue
+++ b/src/views/modules/shequ/cpts/peopleDetail.vue
@@ -746,9 +746,7 @@ export default {
right: 23px;
top: 13px;
}
-.el-tabs__item ::v-deep .is-active {
- color: #0056D6;
-}
+
.m-pop .wrap{
width: 820px;
height: 848px;