diff --git a/src/military/expert/expertUser/taskDetail/index.jsx b/src/military/expert/expertUser/taskDetail/index.jsx index af948896..71cb69be 100644 --- a/src/military/expert/expertUser/taskDetail/index.jsx +++ b/src/military/expert/expertUser/taskDetail/index.jsx @@ -151,7 +151,7 @@ function ReviewTasks({ showNotification, match, history, current_user }) { getRules({ containerId, containerType }).then(res => { if (res && res.message === "success") { setRules(res.data); - if (res.data.status === 1) { + if (res.data.status === 1 || res.data.status === 2) { setDisabled(true); } } @@ -418,7 +418,7 @@ function ReviewTasks({ showNotification, match, history, current_user }) {

评审时间

-
{rules.reviewStartOn}~{rules.reviewEndOn}
+
{rules.reviewData}
diff --git a/src/military/expert/static.js b/src/military/expert/static.js index 818b4c08..723c41db 100644 --- a/src/military/expert/static.js +++ b/src/military/expert/static.js @@ -60,5 +60,5 @@ export const taskType = [ export const expertTaskStatus = [ { value: -1, label: "未评审" }, - { value: 1, label: "已评审" }, + { value: '1,2', label: "已评审" }, ]; \ No newline at end of file