diff --git a/src/military/expert/reviewResult/image/sucess.svg b/src/military/expert/reviewResult/image/sucess.svg new file mode 100644 index 00000000..02f08e96 --- /dev/null +++ b/src/military/expert/reviewResult/image/sucess.svg @@ -0,0 +1 @@ +未标题-1 \ No newline at end of file diff --git a/src/military/expert/reviewResult/index.jsx b/src/military/expert/reviewResult/index.jsx index 1a11994c..45397eb4 100644 --- a/src/military/expert/reviewResult/index.jsx +++ b/src/military/expert/reviewResult/index.jsx @@ -4,6 +4,7 @@ import PaginationTable from "src/military/components/paginationTable"; import GradesModal from "./gradesModal"; import { getScoringDetails, getWinnersAndPublicists, selectWinnersAndPublicists } from "../api"; import { Checkbox, Input, message, Modal } from "antd"; +import sucess from './image/sucess.svg'; import './index.scss'; import '../index.scss'; @@ -48,7 +49,7 @@ function ReviewResult({ location, history }) { ket: 'isWin', align: 'center', render: (text, record) => { - return taskRecord.status === 4 ? {changeIsWin(record.applicantInfo.id, e.target.checked)}}>胜出 : record.isWin ? '胜出':'未胜出'; + return taskRecord.status === 4 ? {changeIsWin(record.applicantInfo.id, e.target.checked)}}>胜出 : record.isWin ?
胜出
:'未胜出'; } } ]; @@ -132,7 +133,7 @@ function ReviewResult({ location, history }) { }) } } - + return (
diff --git a/src/military/expert/reviewResult/index.scss b/src/military/expert/reviewResult/index.scss index e82292a5..e8b79de3 100644 --- a/src/military/expert/reviewResult/index.scss +++ b/src/military/expert/reviewResult/index.scss @@ -36,6 +36,11 @@ line-height: 350px; text-align: center; } + .sucess{ + color: #fd7700; + justify-content: center; + img{width: 20px;} + } } .openResultModal{ .ant-modal-body{ diff --git a/src/military/expert/selectExpert/index.jsx b/src/military/expert/selectExpert/index.jsx index d8742e67..595a910e 100644 --- a/src/military/expert/selectExpert/index.jsx +++ b/src/military/expert/selectExpert/index.jsx @@ -71,6 +71,7 @@ function SelectExpert(props) { { title: '专业职称', dataIndex: 'professionalTitle', + width: 120, }, { title: '专家类别',