File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 24
24
<el-table-column align =" left" label =" 按钮组" min-width =" 160" >
25
25
<template #default =" scope " >
26
26
<el-button size =" small" type =" text" icon =" edit" @click =" updateCustomer(scope.row)" >变更</el-button >
27
- <el-popover :visible =" scope.row.visible" placement =" top" width =" 160" >
27
+ <el-popover v-model :visible =" scope.row.visible" placement =" top" width =" 160" >
28
28
<p >确定要删除吗?</p >
29
29
<div style =" text-align : right ; margin-top : 8px ;" >
30
30
<el-button size =" mini" type =" text" @click =" scope.row.visible = false" >取消</el-button >
Original file line number Diff line number Diff line change 56
56
<template #default =" scope " >
57
57
<el-button size =" mini" icon =" document" type =" text" @click =" toDetile(scope.row)" >详情</el-button >
58
58
<el-button size =" mini" icon =" edit" type =" text" @click =" updateSysDictionary(scope.row)" >变更</el-button >
59
- <el-popover :visible =" scope.row.visible" placement =" top" width =" 160" >
59
+ <el-popover v-model :visible =" scope.row.visible" placement =" top" width =" 160" >
60
60
<p >确定要删除吗?</p >
61
61
<div style =" text-align : right ; margin-top : 8px ;" >
62
62
<el-button size =" mini" type =" text" @click =" scope.row.visible = false" >取消</el-button >
Original file line number Diff line number Diff line change 49
49
<el-table-column align =" left" label =" 按钮组" >
50
50
<template #default =" scope " >
51
51
<el-button size =" small" type =" text" icon =" edit" @click =" updateSysDictionaryDetail(scope.row)" >变更</el-button >
52
- <el-popover :visible =" scope.row.visible" placement =" top" width =" 160" >
52
+ <el-popover v-model :visible =" scope.row.visible" placement =" top" width =" 160" >
53
53
<p >确定要删除吗?</p >
54
54
<div style =" text-align : right ; margin-top : 8px ;" >
55
55
<el-button size =" mini" type =" text" @click =" scope.row.visible = false" >取消</el-button >
Original file line number Diff line number Diff line change 91
91
</el-table-column >
92
92
<el-table-column align =" left" label =" 按钮组" >
93
93
<template #default =" scope " >
94
- <el-popover :visible =" scope.row.visible" placement =" top" width =" 160" >
94
+ <el-popover v-model :visible =" scope.row.visible" placement =" top" width =" 160" >
95
95
<p >确定要删除吗?</p >
96
96
<div style =" text-align : right ; margin-top : 8px ;" >
97
97
<el-button size =" mini" type =" text" @click =" scope.row.visible = false" >取消</el-button >
Original file line number Diff line number Diff line change 47
47
</el-table-column >
48
48
<el-table-column align =" left" label =" 操作" min-width =" 150" >
49
49
<template #default =" scope " >
50
- <el-popover :visible =" scope.row.visible" placement =" top" width =" 160" >
50
+ <el-popover v-model :visible =" scope.row.visible" placement =" top" width =" 160" >
51
51
<p >确定要删除此用户吗</p >
52
52
<div style =" text-align : right ; margin-top : 8px ;" >
53
53
<el-button size =" mini" type =" text" @click =" scope.row.visible = false" >取消</el-button >
Original file line number Diff line number Diff line change 117
117
:disabled =" (scope.$index + 1) === form.fields.length"
118
118
@click =" moveDownField(scope.$index)"
119
119
>下移</el-button >
120
- <el-popover :visible =" scope.row.visible" placement =" top" >
120
+ <el-popover v-model :visible =" scope.row.visible" placement =" top" >
121
121
<p >确定删除吗?</p >
122
122
<div style =" text-align : right ; margin-top : 8px ;" >
123
123
<el-button size =" mini" type =" text" @click =" scope.row.visible = false" >取消</el-button >
You can’t perform that action at this time.
0 commit comments