Browse Source

济南锦水-居民信息采集-人口信息增加导出功能(前端)

master
zhangfh 4 years ago
parent
commit
848588bc8f
  1. 7
      src/views/modules/user/populationinformation.vue

7
src/views/modules/user/populationinformation.vue

@ -28,6 +28,10 @@
<el-form-item>
<el-button @click="getDataList()">{{ $t('query') }}</el-button>
</el-form-item>
<el-form-item>
<el-button type="primary"
@click="exportHandle()">{{ $t('export') }}</el-button>
</el-form-item>
</el-form>
<el-table v-loading="dataListLoading" :data="dataList" border @selection-change="dataListSelectionChangeHandle" style="width: 100%;">
<el-table-column label="序号" width="70px" header-align="center" align="center"><template slot-scope="scope">{{scope.$index+1}}</template></el-table-column>
@ -71,7 +75,8 @@ export default {
getDataListURL: '/app-user/populationinformation/page',
getDataListIsPage: true,
deleteURL: '/app-user/populationinformation',
deleteIsBatch: true
deleteIsBatch: true,
exportURL: '/app-user/populationinformation/export'
},
dataForm: {
id: ''

Loading…
Cancel
Save