mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +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 ? (
|
value.record.type === 3 ? (
|
||||||
<span
|
<span
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user