| | |
| | | <!-- |
| | | * @Date: 2024-04-09 22:11:21 |
| | | * @LastEditors: Sneed |
| | | * @LastEditTime: 2024-06-17 21:53:34 |
| | | * @LastEditTime: 2024-06-20 23:53:51 |
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/mdc/efficiency-analysis.vue |
| | | * 效率分析 |
| | | --> |
| | |
| | | <MYTree v-model="treeChecked" show-checkbox></MYTree> |
| | | </el-main> |
| | | <el-footer> |
| | | <el-button @click="query">查询</el-button> |
| | | <el-button>导出</el-button> |
| | | <el-button type="primary" @click="query">查询</el-button> |
| | | <el-button @click="exportExcel">导出</el-button> |
| | | </el-footer> |
| | | </el-container> |
| | | </el-aside> |
| | |
| | | ['product', '班次1', '班次2'], |
| | | ] |
| | | }, |
| | | series: [{ |
| | | type: 'bar', |
| | | }, |
| | | { |
| | | type: 'bar', |
| | | }] |
| | | series: [ |
| | | { |
| | | type: 'bar', |
| | | }, |
| | | { |
| | | type: 'bar', |
| | | } |
| | | ] |
| | | }, |
| | | options: [ |
| | | { |