Commit 7eac74eb authored by yaya's avatar yaya

feat:修改专场删除按钮展示

parent 727b8db8
......@@ -94,6 +94,7 @@
<el-table-column align="center" label="操作" width="100">
<template slot-scope="scope">
<el-button
:disabled="(scope.row.auctionState === 10 || scope.row.auctionState === 20)"
type="danger"
size="mini"
@click="handleDeleteSpecialItem(scope.row)">删除
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment