|
@ -319,6 +319,7 @@ |
|
|
</el-popconfirm> |
|
|
</el-popconfirm> |
|
|
<el-popconfirm v-if="true" |
|
|
<el-popconfirm v-if="true" |
|
|
title="删除之后无法回复,确认删除?" |
|
|
title="删除之后无法回复,确认删除?" |
|
|
|
|
|
@onConfirm="handleDelNew(scope.row)" |
|
|
@confirm="handleDelNew(scope.row)"> |
|
|
@confirm="handleDelNew(scope.row)"> |
|
|
<el-button slot="reference" |
|
|
<el-button slot="reference" |
|
|
type="text" |
|
|
type="text" |
|
|