|
|
@@ -213,7 +213,7 @@
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" v-if="homeBtn">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button size="mini" type="text" icon="el-icon-edit" @click="handleDel(scope.row, 'B')">删除</el-button>
|
|
|
- <el-button size="mini" type="text" icon="el-icon-edit" @click="Edit(scope.row)">修改</el-button>
|
|
|
+ <!-- <el-button size="mini" type="text" icon="el-icon-edit" @click="Edit(scope.row)">修改</el-button> -->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
@@ -261,7 +261,7 @@
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" v-if="freeBtn">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button size="mini" type="text" icon="el-icon-edit" @click="handleDel(scope.row, 'C')">删除</el-button>
|
|
|
- <el-button size="mini" type="text" icon="el-icon-edit" @click="Edit(scope.row)">修改</el-button>
|
|
|
+ <!-- <el-button size="mini" type="text" icon="el-icon-edit" @click="Edit(scope.row)">修改</el-button> -->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
@@ -309,7 +309,7 @@
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" v-if="taskBtn">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button size="mini" type="text" icon="el-icon-edit" @click="handleDel(scope.row, 'A')">删除</el-button>
|
|
|
- <el-button size="mini" type="text" icon="el-icon-edit" @click="Edit(scope.row)">修改</el-button>
|
|
|
+ <!-- <el-button size="mini" type="text" icon="el-icon-edit" @click="Edit(scope.row)">修改</el-button> -->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|