|
@@ -58,7 +58,7 @@
|
|
|
<template v-if="scope.row.houseTypeState=='1'">
|
|
<template v-if="scope.row.houseTypeState=='1'">
|
|
|
<el-popconfirm
|
|
<el-popconfirm
|
|
|
title="确定启用宴会类型吗?(启用客户来源能正常使用)"
|
|
title="确定启用宴会类型吗?(启用客户来源能正常使用)"
|
|
|
- @onConfirm="manageHouseType(0,scope.row)"
|
|
|
|
|
|
|
+ @confirm="manageHouseType(0,scope.row)"
|
|
|
>
|
|
>
|
|
|
<el-button slot="reference" type="primary" class="ele-btn-small mr-10">启用</el-button>
|
|
<el-button slot="reference" type="primary" class="ele-btn-small mr-10">启用</el-button>
|
|
|
</el-popconfirm>
|
|
</el-popconfirm>
|
|
@@ -66,7 +66,7 @@
|
|
|
<template v-else>
|
|
<template v-else>
|
|
|
<el-popconfirm
|
|
<el-popconfirm
|
|
|
title="确定停用宴会类型吗?(停用的宴会类型不能再被选择)"
|
|
title="确定停用宴会类型吗?(停用的宴会类型不能再被选择)"
|
|
|
- @onConfirm="manageHouseType(1,scope.row)"
|
|
|
|
|
|
|
+ @confirm="manageHouseType(1,scope.row)"
|
|
|
>
|
|
>
|
|
|
<el-button slot="reference" type="primary" class="ele-btn-small mr-10">停用</el-button>
|
|
<el-button slot="reference" type="primary" class="ele-btn-small mr-10">停用</el-button>
|
|
|
</el-popconfirm>
|
|
</el-popconfirm>
|
|
@@ -74,7 +74,7 @@
|
|
|
|
|
|
|
|
<el-popconfirm
|
|
<el-popconfirm
|
|
|
title="确定删除宴会类型吗?(删除宴会类型会删除关联数据,若不想移除,请使用停用功能)"
|
|
title="确定删除宴会类型吗?(删除宴会类型会删除关联数据,若不想移除,请使用停用功能)"
|
|
|
- @onConfirm="delHouseType(scope.row.id)"
|
|
|
|
|
|
|
+ @confirm="delHouseType(scope.row.id)"
|
|
|
>
|
|
>
|
|
|
<el-button slot="reference" type="primary" class="ele-btn-small">删除</el-button>
|
|
<el-button slot="reference" type="primary" class="ele-btn-small">删除</el-button>
|
|
|
</el-popconfirm>
|
|
</el-popconfirm>
|