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 ? : '' } }, {