摘要: 1: shortList页面代码如下: el-table: data = "tableData": table和这个tableData绑定。 el-table-column: 阅读全文
posted @ 2018-04-07 23:12 刘大飞 阅读(359) 评论(0) 推荐(0) 编辑
摘要: 1: 登录后系统页面如下: 对应代码: <template> <div class="manage_page fillcontain"> <el-row style="height: 100%;"> <el-col :span="4" style="min-height: 100%; backgro 阅读全文
posted @ 2018-04-07 22:58 刘大飞 阅读(623) 评论(0) 推荐(0) 编辑
摘要: 1:import {login, getAdminInfo} from '@/api/getData'(从api/getData.js中import login函数。) 看一下如下的getData.js文件,其中export了login函数,所以其他地方可以调用。 import fetch from 阅读全文
posted @ 2018-04-07 21:31 刘大飞 阅读(18975) 评论(0) 推荐(0) 编辑