Browse Source

打反锁

shibei_master
13176889840 4 years ago
parent
commit
582ed34615
  1. 25
      src/views/modules/base/resi.vue

25
src/views/modules/base/resi.vue

@ -55,9 +55,31 @@
class="btn-color-edit"
>编辑</el-button
>
<!-- <el-popover placement="top" width="160" trigger="manual">
<p>删除之后无法回复确认删除</p>
<div style="text-align: right; margin: 0">
<el-button size="mini" type="text" @click="rowVisible = false"
>取消</el-button
>
<el-button
type="primary"
size="mini"
@click="handleDel(scope.row)"
>确定</el-button
>
</div>
<el-button
slot="reference"
type="text"
size="small"
class="btn-color-del"
@click="rowVisible = true"
>删除</el-button
>
</el-popover> -->
<el-popconfirm
title="删除之后无法回复,确认删除?"
@onConfirm="handleDel(scope.row)"
@confirm="handleDel(scope.row)"
>
<el-button
slot="reference"
@ -200,6 +222,7 @@ export default {
},
data() {
return {
rowVisible: false,
tableLoading: false,
btnLoading: false,
disabled: false,

Loading…
Cancel
Save