diff --git a/src/military/task/paperManage/index.jsx b/src/military/task/paperManage/index.jsx
index 3ffc5814..d086bf00 100644
--- a/src/military/task/paperManage/index.jsx
+++ b/src/military/task/paperManage/index.jsx
@@ -2,6 +2,7 @@ import React, { useCallback, useEffect, useState, useMemo } from 'react';
import { Input, Radio, Select, Button, Form, DatePicker, Table, Pagination, Modal } from 'antd';
import { Link } from "react-router-dom";
import DelModal from 'military/components/DelModal';
+import AdminRouter from '../components/adminRouter';
import { paperCheckStatusArr } from '../static';
import { readyCheckPapers, checkPaper, deletePaper } from '../api';
import '../index.scss';
@@ -152,7 +153,7 @@ export default Form.create()(({ current_user, form, showNotification, match, his
function checkPaperItem(paperId, passStatus) {
validateFields((err, values) => {
if (!err) {
- setLoading(true);
+ setLoading(true);
checkPaper({
paperId,
auditingVo: {
@@ -192,7 +193,7 @@ export default Form.create()(({ current_user, form, showNotification, match, his
return (
-
+
{helper(
diff --git a/src/military/task/payProof/index.js b/src/military/task/payProof/index.js
index 8b19a69e..78bd719b 100644
--- a/src/military/task/payProof/index.js
+++ b/src/military/task/payProof/index.js
@@ -1,6 +1,7 @@
import React, { useCallback, forwardRef, useEffect, useState } from 'react';
import { Input, Button, Form } from 'antd';
import ItemPayProof from '../components/itemPayProof';
+import AdminRouter from '../components/adminRouter';
// import StatusNav from '../../components/statusNav';
import { agreementArr } from '../static';
import { uploadPayProofList } from '../api';
@@ -75,6 +76,7 @@ export default Form.create()(({ current_user, form, showNotification, match, his
return (
+
diff --git a/src/military/task/proofManage/index.js b/src/military/task/proofManage/index.js
index 900a8c31..1c00c201 100644
--- a/src/military/task/proofManage/index.js
+++ b/src/military/task/proofManage/index.js
@@ -1,12 +1,13 @@
import React, { useCallback, forwardRef, useEffect, useState } from 'react';
import { Input, Button, Form } from 'antd';
+import AdminRouter from '../components/adminRouter';
import ItemProofManage from '../components/itemProofManage';
import StatusNav from '../../components/statusNav';
import { proofArr } from '../static';
import { proofList, } from '../api';
import '../index.scss';
-const proofArrCheck=proofArr.slice(0,2);
+const proofArrCheck = proofArr.slice(0, 2);
export default Form.create()(({ current_user, form, showNotification, match, history }) => {
const { getFieldDecorator, validateFields, setFieldsValue } = form;
const [approve, setApprove] = useState(1);
@@ -84,7 +85,7 @@ export default Form.create()(({ current_user, form, showNotification, match, his
return (
-
+
diff --git a/src/military/task/publicityComplain/index.js b/src/military/task/publicityComplain/index.js
index e0278f11..ddec55f1 100644
--- a/src/military/task/publicityComplain/index.js
+++ b/src/military/task/publicityComplain/index.js
@@ -1,5 +1,6 @@
import React, { useCallback, useEffect, useState } from 'react';
import { Input, Button, Form } from 'antd';
+import AdminRouter from '../components/adminRouter';
import ItemPublicityComplain from '../components/itemPublicityComplain';
import StatusNav from '../../components/statusNav';
import { publicityArr } from '../static';
@@ -82,7 +83,7 @@ export default Form.create()(({ current_user, form, showNotification, match, his
return (
-
+
diff --git a/src/military/task/taskAdmin/index.jsx b/src/military/task/taskAdmin/index.jsx
index 8d41c5e3..7ff4b6b6 100644
--- a/src/military/task/taskAdmin/index.jsx
+++ b/src/military/task/taskAdmin/index.jsx
@@ -1,6 +1,7 @@
import React, { useCallback, useEffect, useState, useMemo } from 'react';
import { Input, Select, Button, Form, DatePicker, Table, Pagination, } from 'antd';
import { Link } from "react-router-dom";
+import AdminRouter from '../components/adminRouter';
import { paperCheckStatusArr, publishModeArr, taskStatusAllArr, showUserModeArr } from '../static';
import { getTaskAdminList, changeShowUserMode } from '../api';
import '../index.scss';
@@ -217,6 +218,7 @@ export default Form.create()(({ current_user, form, showNotification, match, his
return (
+
{helper(
"任务名称",
@@ -239,7 +241,7 @@ export default Form.create()(({ current_user, form, showNotification, match, his
{helper(
- "创建时间:",
+ "发布时间:",
"startTime",
[],
-
+