| | |
| | | @size-change="sizeChange" |
| | | @refresh-change="refreshChange" |
| | | @on-load="onLoad"> |
| | | <template slot-scope="" slot="menuLeft"> |
| | | <el-button type="primary" |
| | | icon="el-icon-back" |
| | | size="small" |
| | | @click="prev">返回</el-button> |
| | | </template> |
| | | <template slot="menuLeft"> |
| | | <el-button type="danger" |
| | | size="small" |
| | |
| | | index: true, |
| | | viewBtn: true, |
| | | align: "center", |
| | | excelBtn:true, |
| | | selection: true, |
| | | dialogClickModal: false, |
| | | refreshBtn:false, |
| | | columnBtn:false, |
| | | searchShowBtn:false, |
| | | excelBtn:true, |
| | | column: [ |
| | | { |
| | | label: "农资", |
| | |
| | | // window.console.log(error); |
| | | // }); |
| | | // }, |
| | | prev(){ |
| | | this.$router.go(-1) |
| | | }, |
| | | rowUpdate(row, index, done, loading) { |
| | | update(row).then(() => { |
| | | this.onLoad(this.page); |