mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
---fix bug
This commit is contained in:
@@ -785,7 +785,7 @@ export default {
|
|||||||
? "通过"
|
? "通过"
|
||||||
: item.status == -1
|
: 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: "-",
|
change: "-",
|
||||||
creater: item.createName,
|
creater: item.createName,
|
||||||
time: item.processTime,
|
time: item.processTime,
|
||||||
|
|||||||
Reference in New Issue
Block a user