From 18dc164cc2534311ecc18f64e2913d20a7d81cb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E7=AB=A5=E5=B4=87?= Date: Fri, 1 Jul 2022 16:23:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89ccks=E4=BD=9C=E5=93=81?= =?UTF-8?q?=E9=A9=B3=E5=9B=9E=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/military/competition/management/ccks.jsx | 24 ++++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) 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]);