jiangyy 3 years ago
parent
commit
72fc2c13c7
  1. 4
      src/views/modules/communityService/fuwujilu/fuwuList.vue
  2. 7
      src/views/modules/communityService/policy/rule.vue

4
src/views/modules/communityService/fuwujilu/fuwuList.vue

@ -195,7 +195,7 @@
type="text"
size="small"
class="div-table-button--edit">反馈</el-button>
<el-button v-if="scope.row.policy"
<el-button v-if="scope.row.policyId"
@click="handlePersonList(scope.row)"
type="text"
size="small"
@ -670,7 +670,7 @@ export default {
this.pageNo = 1
// this.getTableData()
this.getTableData()
},
},

7
src/views/modules/communityService/policy/rule.vue

@ -24,7 +24,8 @@
size="mini">增加</el-button>
</div>
<div v-if="personSel">
<div v-if="personSel"
style="margin-top:10px">
<div v-for="(personItem,personIndex) in resiRuleList"
:key="personIndex"
class="row-item">
@ -1165,7 +1166,7 @@ export default {
.row-item {
display: flex;
margin-bottom: 5px;
margin-bottom: 10px;
}
.item_width_1 {
width: 120px;
@ -1186,7 +1187,7 @@ export default {
.img_del {
width: 25px;
height: 25px;
margin-top: 6px;
margin-top: 3px;
cursor: pointer;
}
</style>

Loading…
Cancel
Save