1、给父页面跳转的地方设置事件 //原来的页面上展示的信息 <div v-if=!addShow class=function> <el> <template slot-scope=scope> <el type=success size=mini click=handleEdit(scope.$index,>编辑</el> //带参数进行编辑 <el-button type=danger size=mini @click=handleDelete(scope.row)...
1、router-link <router-link :to="{name:'deitail',params:{freezeMon:'2017-10',owerName:'西安'}}" tag="div" > </router-link> 2、routes路由 export default new Router({ routes: [ { path: '/', name: 'Index', component: Index }, { path: '/deitail', name: 'deitail', componen...