Commit d7f5d378 by chenyu

update: update

parent dd319e9d
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
<template slot-scope="{$index,row}"> <template slot-scope="{$index,row}">
<el-button @click="editCliqueLevel($index,row,list)" type="text" :disabled="isEditSort">编辑</el-button> <el-button @click="editCliqueLevel($index,row,list)" type="text" :disabled="isEditSort">编辑</el-button>
<delete-tip @confirm="delCliqueLevel($index,row,list)" tips="确认删除吗?"> <delete-tip @confirm="delCliqueLevel($index,row,list)" tips="确认删除吗?">
<el-button v-show="list.length>1" type="text" :disabled="isEditSort">删除</el-button> <el-button type="text" :disabled="isEditSort">删除</el-button>
</delete-tip> </delete-tip>
</template> </template>
</el-table-column> </el-table-column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment