mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-07 01:46:43 +08:00
---fix bug
This commit is contained in:
@@ -785,7 +785,7 @@ export default {
|
||||
? "通过"
|
||||
: item.status == -1
|
||||
? "拒绝"
|
||||
: "-"):(item.status == 1?'未审核':item.status == 2 ? "拒绝":item.status == 9?'通过':'-'),
|
||||
: "-"):(item.status == 1?'未审核':item.status == 2 ? "拒绝":item.status == 5 ? "通过":item.status == 3?'拒绝':item.status == 9?'通过':'-'),
|
||||
change: "-",
|
||||
creater: item.createName,
|
||||
time: item.processTime,
|
||||
|
||||
Reference in New Issue
Block a user