列表退款隐藏

This commit is contained in:
taozi
2023-04-08 21:44:51 +08:00
parent a35ab8982e
commit 916492b384
2 changed files with 20 additions and 20 deletions

View File

@ -189,16 +189,16 @@
>
修改快递</el-button>
</el-dropdown-item>
<el-dropdown-item>
<el-button
v-if="scope.row._status == 3"
v-permission="['admin','YXSTOREORDER_ALL','YXSTOREORDER_EDIT']"
size="mini"
type="primary"
@click="refund(scope.row)"
>
立刻退款</el-button>
</el-dropdown-item>
<!-- <el-dropdown-item>-->
<!-- <el-button-->
<!-- v-if="scope.row._status == 3"-->
<!-- v-permission="['admin','YXSTOREORDER_ALL','YXSTOREORDER_EDIT']"-->
<!-- size="mini"-->
<!-- type="primary"-->
<!-- @click="refund(scope.row)"-->
<!-- >-->
<!-- 立刻退款</el-button>-->
<!-- </el-dropdown-item>-->
<el-dropdown-item v-if="scope.row._status == 1">
<el-button
v-permission="['admin','YXSTOREORDER_ALL','YXSTOREORDER_EDIT']"

View File

@ -126,16 +126,16 @@
>
订单核销</el-button>
</el-dropdown-item>
<el-dropdown-item>
<el-button
v-if="scope.row._status == 3"
v-permission="['admin','YXSTOREORDER_ALL','YXSTOREORDER_EDIT']"
size="mini"
type="primary"
@click="refund(scope.row)"
>
立刻退款</el-button>
</el-dropdown-item>
<!-- <el-dropdown-item>-->
<!-- <el-button-->
<!-- v-if="scope.row._status == 3"-->
<!-- v-permission="['admin','YXSTOREORDER_ALL','YXSTOREORDER_EDIT']"-->
<!-- size="mini"-->
<!-- type="primary"-->
<!-- @click="refund(scope.row)"-->
<!-- >-->
<!-- 立刻退款</el-button>-->
<!-- </el-dropdown-item>-->
<el-dropdown-item v-if="scope.row._status == 1">
<el-button
v-permission="['admin','YXSTOREORDER_ALL','YXSTOREORDER_EDIT']"