diff --git a/src/military/competition/management/ccks.jsx b/src/military/competition/management/ccks.jsx index 54245e5a..234508a2 100644 --- a/src/military/competition/management/ccks.jsx +++ b/src/military/competition/management/ccks.jsx @@ -168,18 +168,18 @@ function Introduce({ history: { location: { pathname } }, qzDetail, match }) { return {text[0] && text[0].title}; } }, - { - title: '操作', - dataIndex: "status", - align: "center", - render: (text, record) => { - return text === 1 ? : } - onConfirm={() => { reject(record.user_id, 2) }} - > - } - } + // { + // title: '操作', + // dataIndex: "status", + // align: "center", + // render: (text, record) => { + // return text === 1 ? : } + // onConfirm={() => { reject(record.user_id, 2) }} + // > + // } + // } ]; }, [qzDetail]);