| | |
| | | <template> |
| | | <div class="educationmanagement"> |
| | | |
| | | <!-- 左侧栏 --> |
| | | <div class="sidecolumn"> |
| | | <div class="sidecolumn-top"> |
| | |
| | | </div> |
| | | </div> |
| | | <!-- 添加类别弹框 --> |
| | | <el-dialog title="新增类别" width="30%" :visible.sync="dialogFormVisible"> |
| | | <el-dialog title="类别编辑" width="30%" :visible.sync="dialogFormVisible"> |
| | | <div style="text-align: center; margin-bottom: 20px"> |
| | | <el-radio-group v-model="radio"> |
| | | <el-radio-button label="主分类"></el-radio-button> |
| | |
| | | }, |
| | | }, |
| | | ], |
| | | grid: { top: "30%", left: "10%", right: "40%", bottom: "10%" }, |
| | | grid: { top: "30%", left: "10%", right: "50%", bottom: "10%" }, |
| | | yAxis: [ |
| | | { |
| | | type: "value", |
| | |
| | | name: "查看次数", |
| | | type: "bar", |
| | | data: this.Collarrvalue, |
| | | // data: [6,8,22,99,87,90,12,11,22,33,34,44], |
| | | seriesLayoutBy: "row", |
| | | smooth: true, |
| | | label: { |
| | |
| | | }, |
| | | // 打开统计图表 |
| | | statistics() { |
| | | this.Collarrname=[]; |
| | | this.Collarrvalue=[]; |
| | | //取数据 |
| | | let obj = { assortid: 13, isavailable: "", pageNum: 1, pageSize: 20 }; |
| | | getlibrarylist(obj).then((response) => { |