mirror of https://github.com/bjdgyc/anylink.git
修复Audit错误
This commit is contained in:
parent
9865d54f5c
commit
e4270f724b
web/src/pages/set
|
@ -57,8 +57,7 @@
|
|||
<el-button
|
||||
slot="reference"
|
||||
size="mini"
|
||||
type="danger"
|
||||
@click="handleDelete(scope.row)">删除
|
||||
type="danger">删除
|
||||
</el-button>
|
||||
</el-popconfirm>
|
||||
|
||||
|
@ -85,7 +84,7 @@
|
|||
import axios from "axios";
|
||||
|
||||
export default {
|
||||
name: "IpMap",
|
||||
name: "Audit",
|
||||
components: {},
|
||||
mixins: [],
|
||||
created() {
|
||||
|
|
Loading…
Reference in New Issue