| | |
| | | icon="el-icon-plus" |
| | | size="medium" |
| | | @click="handleAdd" |
| | | v-hasPermi="['system:user:add']" |
| | | |
| | | >新增</el-button |
| | | > |
| | | </el-col> |
| | |
| | | size="medium" |
| | | :disabled="multiple" |
| | | @click="handleDelete" |
| | | v-hasPermi="['system:user:remove']" |
| | | |
| | | >删除</el-button |
| | | > |
| | | </el-col> |
| | |
| | | size="medium" |
| | | type="text" |
| | | @click="Vieweducation(scope.row)" |
| | | v-hasPermi="['system:user:edit']" |
| | | |
| | | ><span class="button-textck" |
| | | ><i class="el-icon-edit"></i>预览</span |
| | | ></el-button |
| | |
| | | size="medium" |
| | | type="text" |
| | | @click="handleUpdate(scope.row)" |
| | | v-hasPermi="['system:user:edit']" |
| | | |
| | | ><span class="button-textxg" |
| | | ><i class="el-icon-edit"></i>修改</span |
| | | ></el-button |
| | |
| | | // 打开统计图表 |
| | | statistics() { |
| | | //取数据 |
| | | let obj = { assortid: 13, isavailable: "", pageNum: 1, pageSize: 10 }; |
| | | let obj = { assortid: 13, isavailable: "", pageNum: 1, pageSize: 20 }; |
| | | getlibrarylist(obj).then((response) => { |
| | | console.log(response.rows, "response.rows"); |
| | | response.rows.forEach((item) => { |