| | |
| | | |
| | | <el-dialog title="" append-to-body :visible.sync="popupTableUserShow" width="80%" :before-close="userHandleClose"> |
| | | <basic-container> |
| | | <avue-crud :data="userData" :page="userPage" :option="userOption" @search-change="searchChange" |
| | | @search-reset="searchReset"> |
| | | <avue-crud :data="userData" :page="userPage" :option="userOption" @current-change="currentChange" |
| | | @search-change="searchChange" @search-reset="searchReset"> |
| | | <template slot-scope="{type,size,row }" slot="menuLeft"> |
| | | <el-button type="warning" size="small" plain icon="el-icon-download" @click="handleExport">导出 |
| | | </el-button> |
| | |
| | | }, |
| | | |
| | | methods: { |
| | | currentChange(currentPage) { |
| | | this.userPage.currentPage = currentPage |
| | | }, |
| | | |
| | | addC(number) { |
| | | console.log("******************", number) |
| | |
| | | } |
| | | </script> |
| | | |
| | | <style lang="scss" scoped></style> |
| | | <style lang="scss" scoped></style> |