提交 26a42e11 authored 作者: 王鹏飞's avatar 王鹏飞

fix: 修改审核中的书籍也可以查看和导出

上级 a07eeab9
...@@ -229,7 +229,7 @@ const Audit = () => { ...@@ -229,7 +229,7 @@ const Audit = () => {
width: 400, width: 400,
render: (_, { audit_status, id, user_id }) => { render: (_, { audit_status, id, user_id }) => {
// 审核中 // 审核中
if (audit_status === 2) return // if (audit_status === 2) return
// 创建者或者管理员 // 创建者或者管理员
const isAdminOrCreator = userInfo.id === user_id || userInfo.type === 1 const isAdminOrCreator = userInfo.id === user_id || userInfo.type === 1
return ( return (
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论