ProcessFooter组件去掉接收任务按钮

This commit is contained in:
zyn
2023-04-04 14:40:36 +08:00
parent 17b1856f73
commit 02d4775cb2
@@ -104,7 +104,7 @@
icon="el-icon-check"
@click="handleReceive"
:loading="submitLoading"
v-if="showReceive"
v-if="false"
>接收任务</el-button>
<el-button
type="danger"