File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
web/src/view/systemTools/autoCode Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
</el-table-column >
33
33
<el-table-column label =" 操作" width =" 250" >
34
34
<template slot-scope="scope">
35
- <el-button type =" primary " @click =" editAndAddField(scope.row)" >编辑</el-button >
36
- <el-button type =" success " :disabled =" scope.$index == 0" @click =" moveUpField(scope.$index)" >上移</el-button >
37
- <el-button type =" warning " :disabled =" (scope.$index + 1) == form.fields.length" @click =" moveDownField(scope.$index)" >下移</el-button >
35
+ <el-button size = " mini " type =" text " @click =" editAndAddField(scope.row)" >编辑</el-button >
36
+ <el-button size = " mini " type =" text " :disabled =" scope.$index == 0" @click =" moveUpField(scope.$index)" >上移</el-button >
37
+ <el-button size = " mini " type =" text " :disabled =" (scope.$index + 1) == form.fields.length" @click =" moveDownField(scope.$index)" >下移</el-button >
38
38
<el-popover placement =" top" v-model =" scope.row.visible" >
39
39
<p >确定删除吗?</p >
40
40
<div style =" text-align : right ; margin : 0 " >
41
41
<el-button size =" mini" type =" text" @click =" scope.row.visible = false" >取消</el-button >
42
42
<el-button type =" primary" size =" mini" @click =" deleteField(scope.$index)" >确定</el-button >
43
43
</div >
44
- <el-button type =" danger " slot =" reference" >删除</el-button >
44
+ <el-button size = " mini " type =" text " slot =" reference" >删除</el-button >
45
45
</el-popover >
46
46
</template >
47
47
</el-table-column >
You can’t perform that action at this time.
0 commit comments