|
|
@@ -38,7 +38,9 @@
|
|
|
<el-table :data="entityList" border height="calc(100vh - 243px)" style="width: 100%" @sort-change="orderby">
|
|
|
<el-table-column label="操作" width="160" align="center" fixed>
|
|
|
<template slot-scope="scope">
|
|
|
- <el-button type="primary" title="编辑" size="mini" onclick="window.history.go(-1)">编辑</el-button>
|
|
|
+ <router-link :to="'/system/auditsetting/'+scope.row.Id+ '/operation'">
|
|
|
+ <el-button type="primary" title="编辑" size="mini" >编辑</el-button>
|
|
|
+ </router-link>
|
|
|
|
|
|
<el-popover placement="top" title="提示">
|
|
|
<el-alert title="" description="确认要删除吗?" trigger="click" type="warning" :closable="false">
|