From e3643be01bfef71c725a066d55c34def54776fb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E7=AB=A5=E5=B4=87?= <792998983@qq.com> Date: Thu, 8 Jul 2021 16:07:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E7=94=B3=E8=AF=89=E6=9D=90?= =?UTF-8?q?=E6=96=99=E5=AE=A1=E6=A0=B8=E5=8F=8A=E4=BF=AE=E6=94=B9=E6=88=90?= =?UTF-8?q?=E6=9E=9C=E5=AF=B9=E6=8E=A5=E4=BB=A3=E7=A0=81=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/military/task/components/itemListTask/index.jsx | 2 +- src/military/task/paperManage/index.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/military/task/components/itemListTask/index.jsx b/src/military/task/components/itemListTask/index.jsx index 9b63dcbb..e7577471 100644 --- a/src/military/task/components/itemListTask/index.jsx +++ b/src/military/task/components/itemListTask/index.jsx @@ -12,7 +12,7 @@ for (const item of taskStatusAllArr) { statusArr[item.dicItemCode] = item.dicItemName; } -const classArr = ['', 'list-done', 'list-error', 'list-red', 'list-yellow', '', '', 'list-pay', 'list-gray',]; +const classArr = ['', 'list-done', 'list-error', 'list-red', 'list-yellow', 'list-pay', '', 'list-pay', 'list-gray',]; export default (props) => { const { list, itemClick, curPage, total, changePage, loading } = props; const [page, setPage] = useState(1); diff --git a/src/military/task/paperManage/index.jsx b/src/military/task/paperManage/index.jsx index 33ff7b9c..4d985aba 100644 --- a/src/military/task/paperManage/index.jsx +++ b/src/military/task/paperManage/index.jsx @@ -96,7 +96,7 @@ export default Form.create()(({ current_user, form, showNotification, match, his dataIndex: 'content', width: "30%", render: (text, record) => { - return record.paperDetail ?
: '' + return record.paperDetail ? : '' } }, {