|
@@ -285,7 +285,7 @@ export default {
|
|
</el-button>
|
|
</el-button>
|
|
) : null}
|
|
) : null}
|
|
{this.$checkBtnRole('del', this.$route.meta.roles) ? (
|
|
{this.$checkBtnRole('del', this.$route.meta.roles) ? (
|
|
- <el-popconfirm onONConfirm={() => this.deleFn(row.id)} title="这是一段内容确定删除吗?">
|
|
|
|
|
|
+ <el-popconfirm onOnConfirm={() => this.deleFn(row.id)} title="这是一段内容确定删除吗?">
|
|
<el-button style="font-size:12px" type="text" class="textColor" slot="reference">
|
|
<el-button style="font-size:12px" type="text" class="textColor" slot="reference">
|
|
删除
|
|
删除
|
|
</el-button>
|
|
</el-button>
|