@@ -24,7 +24,7 @@
<!-- 表格操作 -->
<template #operation="scope">
<el-button link type="primary" @click="viewDetail(scope.row)"> 查看详情 </el-button>
- <el-button v-if="activeName === 'myGift'" link type="primary" @click="deleteRow(scope.row)"> 删除 </el-button>
+ <!-- <el-button v-if="activeName === 'myGift'" link type="primary" @click="deleteRow(scope.row)"> 删除 </el-button> -->
</template>
</ProTable>