添加回收站功能

main
fengxinyhyl 3 months ago
parent 0dc6d22f2d
commit 9c054cce73
  1. 2
      public/mer.html
  2. 2
      view/mer/src/views/product/productList/index.vue

File diff suppressed because one or more lines are too long

@ -145,6 +145,8 @@
查看评价 查看评价
</router-link> </router-link>
</el-dropdown-item> </el-dropdown-item>
<el-dropdown-item v-if="tableFrom.type !== '1' && tableFrom.type!== '3' && tableFrom.type !=='4'" @click.native="handleDelete(scope.row.product_id, scope.$index)">{{ tableFrom.type === '5' ? '删除' : '加入回收站' }}</el-dropdown-item>
<el-dropdown-item v-if="tableFrom.type === '5'" @click.native="handleRestore(scope.row.product_id)">恢复商品</el-dropdown-item>
</el-dropdown-menu> </el-dropdown-menu>
</el-dropdown> </el-dropdown>
</template> </template>

Loading…
Cancel
Save