Commit 36883f6a by chenyu

Merge branch 'feature/12月迭代' of http://git.gicdev.com/clique/clique-web into dev

parents be851cf3 d7f5d378
......@@ -57,7 +57,7 @@
<template slot-scope="{$index,row}">
<el-button @click="editCliqueLevel($index,row,list)" type="text" :disabled="isEditSort">编辑</el-button>
<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>
</template>
</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