|
@@ -8,8 +8,7 @@
|
|
}">
|
|
}">
|
|
<template-page ref="pageRef" :get-list="getList" :table-attributes="tableAttributes" :table-events="tableEvents" :operationColumnWidth="280"
|
|
<template-page ref="pageRef" :get-list="getList" :table-attributes="tableAttributes" :table-events="tableEvents" :operationColumnWidth="280"
|
|
:options-evens-group="optionsEvensGroup" :moreParameters="moreParameters" :column-parsing="columnParsing"
|
|
:options-evens-group="optionsEvensGroup" :moreParameters="moreParameters" :column-parsing="columnParsing"
|
|
- :operation="operation()">
|
|
|
|
- <!-- :exportList="exportList" -->
|
|
|
|
|
|
+ :operation="operation()" :exportList="exportList">
|
|
<div slot="moreSearch">
|
|
<div slot="moreSearch">
|
|
<el-radio-group v-model="examineStatus" size="mini" @change="changeType">
|
|
<el-radio-group v-model="examineStatus" size="mini" @change="changeType">
|
|
<el-radio-button label="">全部</el-radio-button>
|
|
<el-radio-button label="">全部</el-radio-button>
|
|
@@ -240,6 +239,7 @@ export default {
|
|
changeType(val) {
|
|
changeType(val) {
|
|
this.$refs.pageRef.refreshList()
|
|
this.$refs.pageRef.refreshList()
|
|
},
|
|
},
|
|
|
|
+ exportList: memberPageExport,
|
|
// 列表请求函数
|
|
// 列表请求函数
|
|
getList(p) {
|
|
getList(p) {
|
|
try {
|
|
try {
|