|
|
|
|
@ -123,7 +123,7 @@ onBeforeMount( |
|
|
|
|
</el-col> |
|
|
|
|
</el-row> |
|
|
|
|
|
|
|
|
|
<el-table :data="tableData" max-height="700" :row-style="{ height: '60px' }" |
|
|
|
|
<el-table :data="tableData" max-height="700" :row-style="{ height: '68px' }" |
|
|
|
|
empty-text='数据生成中,请等待3分钟后刷新!'> |
|
|
|
|
<el-table-column prop="group_info" label="集团名称" min-width="200" fixed column-key="group_info" :filters="groupFilter" :filter-method="filterHandler"></el-table-column> |
|
|
|
|
<el-table-column prop="cinema_count" label="集团影院数" min-width="120" sortable></el-table-column> |
|
|
|
|
|