| | |
| | | </template> |
| | | <template #menu-left> |
| | | <div class="menuLeft"> |
| | | <el-button type="primary" size="default" icon="el-icon-circle-plus" plain @click="handleExport">导出</el-button> |
| | | <el-button type="primary" size="default" icon="el-icon-download" plain @click="handleExport">导出</el-button> |
| | | <el-button type="primary" size="default" icon="el-icon-compass" plain @click="preMonth">上月</el-button> |
| | | <el-button type="primary" size="default" icon="el-icon-aim" plain @click="thisMonth">本月</el-button> |
| | | </div> |
| | |
| | | total: 0, |
| | | }, |
| | | fileViewModel:false, |
| | | fileContent:'', |
| | | appContent:'', |
| | | option: { |
| | | index: true, |
| | | addBtn: false, |
| | |
| | | methods: { |
| | | showContent(row) { |
| | | this.fileViewModel = true; |
| | | this.fileContent = ''; |
| | | this.appContent = ''; |
| | | axios({ |
| | | url: '/blade-mdm/ossfile/file-content', |
| | | method: 'get', |