Commit 6cd077e3 authored by yaya's avatar yaya

feat:修改拍品列表可编辑状态

parent 06bfccfa
...@@ -78,6 +78,7 @@ ...@@ -78,6 +78,7 @@
@click="handleToDetail(scope.row)">详情 @click="handleToDetail(scope.row)">详情
</el-button> </el-button>
<el-button <el-button
:disabled="(scope.row.auctionState === 10 || scope.row.auctionState === 20 || scope.row.auctionState === 30 || scope.row.auctionState === 100)"
type="primary" type="primary"
size="mini" size="mini"
@click="handleToEdit(scope.row)">编辑 @click="handleToEdit(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