Browse Source

去滚动条

jly/task002
tianq 2 years ago
parent
commit
6e9a98ce7c
  1. 2
      src/views/modules/census/census-accountList.vue

2
src/views/modules/census/census-accountList.vue

@ -128,7 +128,7 @@
>
<el-button size="small" v-if="orgType == 'community'" class="diy-button--output" @click="handleExport()">导出</el-button>
</div>
<el-table :data="tableDataView" border v-loading="tableLoading2" :header-cell-style="{ background: '#2195FE', color: '#FFFFFF' }" class="table" style="width: 100%;height: 550px;overflow: auto;">
<el-table :data="tableDataView" border v-loading="tableLoading2" :header-cell-style="{ background: '#2195FE', color: '#FFFFFF' }" class="table" style="width: 100%;">
<template v-if="orgType == 'community'">
<el-table-column label="序号" type="index" align="center" width="50" />
<el-table-column prop="agencyName" align="center" label="社区名称" :show-overflow-tooltip="true"></el-table-column>

Loading…
Cancel
Save