5da19abd by zhangmeng

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

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