mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 04:16:47 +08:00
-- 拒绝状态不可以再次提交审核
This commit is contained in:
@@ -1396,7 +1396,7 @@ export default {
|
||||
) : (
|
||||
""
|
||||
)}
|
||||
{(value.record.status === 0 || value.record.status === -5) &&
|
||||
{(value.record.status === 0) &&
|
||||
value.record.type === 3 ? (
|
||||
<span
|
||||
onClick={() => {
|
||||
|
||||
Reference in New Issue
Block a user