From eef78ab88033f982a2f796ecc2497bd05f4fa4f4 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 3 Mar 2022 11:39:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=90=E6=9E=9C=E7=94=B3=E8=AF=89=E8=A1=A8?= =?UTF-8?q?=E7=BB=93=E6=9E=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/military/task/paperComplain/index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/military/task/paperComplain/index.js b/src/military/task/paperComplain/index.js index a8564856..967826df 100644 --- a/src/military/task/paperComplain/index.js +++ b/src/military/task/paperComplain/index.js @@ -95,16 +95,16 @@ export default Form.create()(({ form, showNotification, history}) => { const columns = useMemo(() => { return [ { - title: '序号', - dataIndex: 'index', - render: (text, record, index) => { - return index + 1 + title: '成果编号', + dataIndex: 'paperNumber', + render: (text, record) => { + return text ? {text} : '--' } }, { title: '申诉内容', dataIndex: 'content', - width: "30%", + width: "26%", }, { title: '申诉文件',