优化业主成员

This commit is contained in:
java110 2021-03-10 11:07:22 +08:00
parent 16b4303451
commit 897b9beb64

View File

@ -23,6 +23,7 @@
<th data-hide="phone" class="text-center">联系方式</th>
<th data-hide="phone" class="text-center">创建员工</th>
<th data-hide="phone" class="text-center">备注</th>
<th v-for="(item,index) in simplifyOwnerMemberInfo.listColumns">{{item}}</th>
<th class="text-center">操作</th>
</tr>
</thead>
@ -55,6 +56,9 @@
<td class="text-center">
{{owner.remark}}
</td>
<td v-for="item in owner.listValues">
{{item}}
</td>
<td class="text-center">
<div class="btn-group">
<button class="btn-white btn btn-xs" v-on:click="_openEditOwnerModel(owner)">修改</button>