File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Original file line number Diff line number Diff line change 54
54
label =" 操作"
55
55
fixed =" right" >
56
56
<template slot-scope="scope">
57
- <el-button size =" small" @click.native =" handleForm(scope.$index, scope.row)" >编辑</el-button >
58
- <el-button type =" danger" size =" small" @click.native =" handleDel(scope.$index, scope.row)"
59
- style =" margin-left : 0 ;" >删除
60
- </el-button >
57
+ <el-button type =" text" size =" small" @click.native =" handleForm(scope.$index, scope.row)" >编辑</el-button >
58
+ <el-button type =" text" size =" small" @click.native =" handleDel(scope.$index, scope.row)" >删除</el-button >
61
59
</template >
62
60
</el-table-column >
63
61
</el-table >
Original file line number Diff line number Diff line change 43
43
label =" 操作"
44
44
fixed =" right" >
45
45
<template slot-scope="scope">
46
- <el-button size =" small" @click.native =" handleForm(scope.$index, scope.row)" >编辑</el-button >
47
- <el-button type =" danger" size =" small" @click.native =" handleDel(scope.$index, scope.row)"
48
- style =" margin-left : 0 ;" >删除
49
- </el-button >
46
+ <el-button type =" text" size =" small" @click.native =" handleForm(scope.$index, scope.row)" >编辑</el-button >
47
+ <el-button type =" text" size =" small" @click.native =" handleDel(scope.$index, scope.row)" >删除</el-button >
50
48
</template >
51
49
</el-table-column >
52
50
</el-table >
You can’t perform that action at this time.
0 commit comments