Commit 9318fb386db6cd3864a632258f94818958b5e680
Merge branch 'dev' of http://bj.gitlab.cnlive.com/cnlive_project/cnlive-community-web-vue into dev
Showing
6 changed files
with
14 additions
and
10 deletions
src/views/community/housekeeper/index.vue
| ... | ... | @@ -194,12 +194,12 @@ watchEffect(() => { |
| 194 | 194 | query: { buildingId: scope.row.id }, |
| 195 | 195 | }" |
| 196 | 196 | > |
| 197 | - <el-button type="text" size="mini">房屋管理</el-button> | |
| 197 | + <el-button type="text" size="mini" class="btn">房屋管理</el-button> | |
| 198 | 198 | </router-link> |
| 199 | - <el-button type="text" size="mini" @click="edit(scope.row)" | |
| 199 | + <el-button type="text" size="mini" @click="edit(scope.row)" class="btn" | |
| 200 | 200 | >编辑</el-button |
| 201 | 201 | > |
| 202 | - <el-button type="text" size="mini" @click="remove(scope.row.id)" | |
| 202 | + <el-button type="text" size="mini" @click="remove(scope.row.id)" class="btn" | |
| 203 | 203 | >删除</el-button |
| 204 | 204 | > |
| 205 | 205 | </template> |
| ... | ... | @@ -246,4 +246,8 @@ watchEffect(() => { |
| 246 | 246 | </div> |
| 247 | 247 | </template> |
| 248 | 248 | |
| 249 | -<style></style> | |
| 249 | +<style scoped> | |
| 250 | +.btn{ | |
| 251 | + margin-left:8px | |
| 252 | +} | |
| 253 | +</style> | ... | ... |
src/views/community/houses/index.vue
| ... | ... | @@ -179,14 +179,13 @@ watchEffect(() => { |
| 179 | 179 | @click="buildPeople(scope.row.id, false)" |
| 180 | 180 | >取消绑定</el-button |
| 181 | 181 | > |
| 182 | - | |
| 183 | - <el-button | |
| 182 | + <!-- <el-button | |
| 184 | 183 | type="text" |
| 185 | 184 | size="mini" |
| 186 | 185 | @click="check(scope.row.id)" |
| 187 | 186 | style="margin-left: 10px" |
| 188 | 187 | >查看房屋</el-button |
| 189 | - > | |
| 188 | + > --> | |
| 190 | 189 | <router-link |
| 191 | 190 | :to="{ |
| 192 | 191 | name: 'owner', | ... | ... |
src/views/community/residence/index.vue
| ... | ... | @@ -134,7 +134,7 @@ onMounted(() => { |
| 134 | 134 | query: { neighborhoodId: scope.row.id }, |
| 135 | 135 | }" |
| 136 | 136 | > |
| 137 | - <el-button type="text" size="mini">楼宇管理</el-button></router-link | |
| 137 | + <el-button type="text" size="mini" style="margin-left: 10px">楼宇管理</el-button></router-link | |
| 138 | 138 | > |
| 139 | 139 | </template> |
| 140 | 140 | </el-table-column> | ... | ... |
src/views/notify/edit.vue
src/views/property/edit.vue
src/views/serviceman/detail.vue