-- 拒绝状态不可以再次提交审核

This commit is contained in:
yuping
2022-12-06 18:22:31 +08:00
parent 18d5554778
commit c31bd6e45a

View File

@@ -1396,7 +1396,7 @@ export default {
) : (
""
)}
{(value.record.status === 0 || value.record.status === -5) &&
{(value.record.status === 0) &&
value.record.type === 3 ? (
<span
onClick={() => {