diff --git a/src/assets/scss/modules/visual/houseStatic.scss b/src/assets/scss/modules/visual/houseStatic.scss
index 665448d51..339245a08 100644
--- a/src/assets/scss/modules/visual/houseStatic.scss
+++ b/src/assets/scss/modules/visual/houseStatic.scss
@@ -164,17 +164,19 @@
display: flex;
justify-content: flex-start;
margin-top: 30px;
+
.cz-tip-dot {
- margin-top:2px;
- width: 20px;
- height: 10px;
+ margin-top:1px;
+ width: 18px;
+ height: 8px;
background: #ff7800;
border-radius: 4px;
}
>span{
margin-left:10px;
+ font-size: 10px;
}
}
@@ -184,14 +186,15 @@
margin-top: 30px;
.ld-tip-dot{
- margin-top:2px;
- width: 20px;
- height: 10px;
+ margin-top:1px;
+ width: 18px;
+ height: 8px;
background: #00E5ED;
border-radius: 4px;
}
>span{
margin-left:10px;
+ font-size: 10px;
}
}
@@ -269,6 +272,11 @@
}
}
+ .table_item:hover{
+ background: url('../../../img/modules/visual/hover-bac.png') no-repeat
+ center;
+ background-size: 100% 100%;
+ }
.item_dark{
background: #082586;
diff --git a/src/views/modules/base/community/buildTable.vue b/src/views/modules/base/community/buildTable.vue
index 43afa3dfb..eb376ac95 100644
--- a/src/views/modules/base/community/buildTable.vue
+++ b/src/views/modules/base/community/buildTable.vue
@@ -59,6 +59,7 @@
:data="tableData"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
border
+ @sort-change="handleSortChange"
:height="tableHeight"
v-loading="tableLoading"
style="width: 100%"
@@ -106,6 +107,24 @@
+
+
+
+ {{scope.row.sort}}
+
+
+
+
+
{
+ item.isChange = false
if (item.agencyId === this.staffAgencyId) {
item.showBtn = true
this.validTableDataNum++
@@ -649,4 +686,17 @@ export default {
diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue
index 19db9ea3a..8c552f2c4 100644
--- a/src/views/modules/base/resi.vue
+++ b/src/views/modules/base/resi.vue
@@ -3,7 +3,10 @@
+ :name="item.itemGroupId">
+
+ {{ item.groupName }}
+