Commit 6f605b6b authored by 332784038@qq.com's avatar 332784038@qq.com

费用申请金额为0时直接删除操作按钮显示的判断逻辑修改

parent 46fd9567
......@@ -133,7 +133,7 @@
>
<el-button
type="text"
v-if="scope.row.id && scope.row.applicationFee === 0"
v-if="scope.row.id && scope.row.applicationFee === 0 && scope.row.status === 2 && !scope.row.editMode"
@click="deleteByFeeIsZero(scope.row.id)"
>删除
</el-button
......
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