|
@@ -37,7 +37,7 @@
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)">编辑</el-button>
|
|
|
-<!-- <el-button size="mini" type="text" icon="el-icon-delete" @click="handleDelete(scope.row)">删除</el-button>-->
|
|
|
+ <el-button size="mini" type="text" icon="el-icon-delete" @click="handleDelete(scope.row)">删除</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
@@ -53,6 +53,7 @@
|
|
|
import { getConfig, listSite } from "@/api/site/site";
|
|
|
import { deletePlainPoint, getSiteSection, listPlainPoint } from "@/api/site/berthing";
|
|
|
import ChartList from './chart-list';
|
|
|
+import {delUser} from "@/api/system/user";
|
|
|
|
|
|
export default {
|
|
|
components: {
|