Commit a10a0944 authored by Gakki's avatar Gakki

1

parent 04016627
...@@ -108,6 +108,16 @@ ...@@ -108,6 +108,16 @@
</a-row> </a-row>
</a-col> </a-col>
</a-row> </a-row>
<a-row style="width: 100%">
<div>
<p style=" text-align: left; font-weight: bold; color: #232323; font-size: 16px; text-indent: 0.5rem;
line-height: 60px; border-bottom: 1px solid #e0e0e0; margin-top: 20px;">管理小区列表</p>
<a-table :dataSource="tableData" :columns="columns" size="large" :pagination="pagination" rowKey="id" bordered>
</a-table>
</div>
</a-row>
</div> </div>
<!-- 小区管理处 --> <!-- 小区管理处 -->
<a-row v-if="urls.name == 'cmDivisionView'" type="flex" justify="start"> <a-row v-if="urls.name == 'cmDivisionView'" type="flex" justify="start">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment