|
|
@@ -197,7 +197,7 @@
|
|
|
<el-table-column prop="dockingPerson" label="对接人" width="100"></el-table-column>
|
|
|
<el-table-column label="操作" width="120" fixed="right">
|
|
|
<template #default="scope">
|
|
|
- <el-button link type="primary" @click="toEdit(scope.row)">编辑</el-button>
|
|
|
+ <!-- <el-button link type="primary" @click="toEdit(scope.row)">编辑</el-button> -->
|
|
|
<el-button link type="primary" @click="toDelete([scope.row.id])">删除</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|