lxr 2 ماه پیش
والد
کامیت
419bde89e9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/dynamicManagement/friendCoupon.vue

+ 1 - 1
src/views/dynamicManagement/friendCoupon.vue

@@ -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>