diff --git a/src/military/expert/expertUser/reviewTasks/index.jsx b/src/military/expert/expertUser/reviewTasks/index.jsx
index a470c0de..949f1007 100644
--- a/src/military/expert/expertUser/reviewTasks/index.jsx
+++ b/src/military/expert/expertUser/reviewTasks/index.jsx
@@ -5,11 +5,9 @@ import { formatDuring } from 'educoder';
import Paginationtable from "../../../components/paginationTable";
import { getExpertTasks } from "../../api";
import { taskType, expertTaskStatus } from "../../static";
-import { httpUrl } from '../../fetch';
import './index.scss';
import '../../index.scss';
-const { Search } = Input;
const Option = Select.Option;
function ReviewTasks({ form, showNotification, match, history }) {
diff --git a/src/military/expert/expertUser/taskDetail/index.jsx b/src/military/expert/expertUser/taskDetail/index.jsx
index 6ea3d478..9202ea24 100644
--- a/src/military/expert/expertUser/taskDetail/index.jsx
+++ b/src/military/expert/expertUser/taskDetail/index.jsx
@@ -62,6 +62,7 @@ function ReviewTasks({ showNotification, match, history, current_user }) {
title: '附件下载',
dataIndex: 'opsFilesAttachments',
key: 'opsFilesAttachments',
+ className:'text-tooltip',
render: (text, record) => {
return text && text.map(item => {
return { downFile(item.id) }}>{item.fileName}
@@ -336,6 +337,7 @@ function ReviewTasks({ showNotification, match, history, current_user }) {
if (res.message.indexOf("成功")) {
showNotification("保存成功");
setReload(Math.random());
+ setVisible(false);
} else {
showNotification(res.message);
}
@@ -396,7 +398,6 @@ function ReviewTasks({ showNotification, match, history, current_user }) {
-
diff --git a/src/military/expert/expertUser/taskDetail/index.scss b/src/military/expert/expertUser/taskDetail/index.scss
index 53d43210..e7b0a3f7 100644
--- a/src/military/expert/expertUser/taskDetail/index.scss
+++ b/src/military/expert/expertUser/taskDetail/index.scss
@@ -83,4 +83,15 @@
font-size: .7rem;
margin: .75rem 1.75rem;
}
+
+ .text-tooltip{
+ max-width: 200px;
+ overflow: hidden;
+ span{
+ display: block;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ }
+ }
}
diff --git a/src/military/expert/fetch.js b/src/military/expert/fetch.js
index 083a285a..2797e2a6 100644
--- a/src/military/expert/fetch.js
+++ b/src/military/expert/fetch.js
@@ -4,7 +4,6 @@ import javaFetch from '../javaFetch';
let settings=JSON.parse(localStorage.chromesetting);
let actionUrl = settings.api_urls && settings.api_urls.expert ? settings.api_urls.expert :'http://117.50.100.12:8066';
-// http://10.47.38.39:8088
// http://117.50.100.12:8067/
const service = javaFetch(actionUrl);
export const httpUrl = actionUrl;
diff --git a/src/military/expert/index.scss b/src/military/expert/index.scss
index da433e6d..3a7ec304 100644
--- a/src/military/expert/index.scss
+++ b/src/military/expert/index.scss
@@ -178,11 +178,4 @@
}
}
-.text-tooltip{
- span{
- width: 100%;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
-}
+
diff --git a/src/military/task/components/itemListPaper/index.jsx b/src/military/task/components/itemListPaper/index.jsx
index 70c1f949..20351d8c 100644
--- a/src/military/task/components/itemListPaper/index.jsx
+++ b/src/military/task/components/itemListPaper/index.jsx
@@ -157,6 +157,8 @@ export default Form.create()((props) => {
{timeAgo(item.createdAt)}
{item.status === 2 ? : {item.checkStatus !== 1 ? paperCheckStatus[item.checkStatus] : applyStatusAllNameArr[item.status]}}
+
+ {[5,6,7,8].includes(detailStatus) && item &&评审得分:{item.reviewFinalGrades}}