Commit 8a4496b4 by linjinhong

podus cn 批量下载重新排版超过50数量禁用

parent 662325ec
...@@ -1526,6 +1526,7 @@ ...@@ -1526,6 +1526,7 @@
<span class="operate-item"> <span class="operate-item">
<ElButton <ElButton
:disabled="row.productNum > 50"
link link
type="warning" type="warning"
:loading="reComposingLoadingMap[row.id]" :loading="reComposingLoadingMap[row.id]"
......
...@@ -1698,6 +1698,7 @@ ...@@ -1698,6 +1698,7 @@
</span> </span>
<span class="operate-item"> <span class="operate-item">
<ElButton <ElButton
:disabled="row.productNum > 50"
link link
type="warning" type="warning"
:loading="reComposingLoadingMap[row.id]" :loading="reComposingLoadingMap[row.id]"
......
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