Browse Source

bug修改

dev
tianq 3 years ago
parent
commit
9a65b6df66
  1. 2
      src/views/modules/census/census-accountList.vue

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

@ -120,7 +120,7 @@
</el-col>
</el-row>
</div>
<el-dialog :title="title" :visible.sync="dialogVisible" width="30%" :before-close="handleClose">
<el-dialog :title="title" :visible.sync="dialogVisible" v-if="dialogVisible" width="30%" :before-close="handleClose">
<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="序号" fixed="left" type="index" align="center" width="50" />

Loading…
Cancel
Save