5da19abd by zhangmeng

个人缴费审核通过后不能删除

1 parent d0fda066
......@@ -79,7 +79,7 @@
class="btn btn-cancel"
:class="{ disabled: item.auditStatus == 1 || item.auditStatus == 9 }"
@click.stop="handleDel(item)"
:disabled="item.auditStatus == 1 || item.auditStatus == 9">
:disabled="item.auditStatus == 1 ||item.auditStatus == 2 || item.auditStatus == 9">
删除
</button>
<button
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!