Commit 87867671 authored by Smile's avatar Smile

需求 后台-集运-首页签收按钮显示逻辑修改

parent 95d7c25a
......@@ -356,7 +356,7 @@
<el-dropdown>
<el-button type="text">{{ $t("仓库") }}</el-button>
<el-dropdown-menu slot="dropdown">
<el-dropdown-item @click.native="handleSign(scope.row)">签收
<el-dropdown-item v-if="scope.row.status===0" @click.native="handleSign(scope.row)">签收
</el-dropdown-item>
<!-- 退仓 -->
<el-dropdown-item
......
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