Browse Source

楼长单元长增加类型展示

V1.0
mk 2 years ago
parent
commit
1113e0ae19
  1. 4
      src/views/modules/base/residentManagement/louzhang/louzhangList.vue

4
src/views/modules/base/residentManagement/louzhang/louzhangList.vue

@ -195,9 +195,9 @@
label="身份证号"
:show-overflow-tooltip="true">
</el-table-column>
<el-table-column prop="dormitoryName"
<el-table-column prop="dormitoryTypeName"
align="center"
width="80"
width="100"
label="类型"
:show-overflow-tooltip="true">
<!-- <template slot-scope="scope">

Loading…
Cancel
Save