@@ -162,7 +162,7 @@ export default {
dataIndex: "status",
key: "status",
align: "center",
- width:"10%",
+ width:"20%",
customRender: ({ record: { status } }) => (
{{ 2: "审核通过", "-2": "审核拒绝" }[status + ""]}
),
@@ -263,7 +263,7 @@ export default {
style="color:#387DF7;cursor:pointer;"
onClick={() => {
console.log(value);
- showProjAuditModal(value.record.auditLogDtoList.length!==0?value.record.auditLogDtoList.slice(0,1):[]);
+ showProjAuditModal(value.record.auditLogDtoList.length!==0?value.record.auditLogDtoList:[]);
}}
>
审核日志
@@ -711,7 +711,7 @@ export default {
.delete {
z-index: 999;
width: 816px;
- min-height: 420px;
+ min-height: 485px;
background: #ffffff;
box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.21);
border-radius: 4px;
diff --git a/src/views/examine/CourseReviewedN.vue b/src/views/examine/CourseReviewedN.vue
index a6fff1e6..460796df 100644
--- a/src/views/examine/CourseReviewedN.vue
+++ b/src/views/examine/CourseReviewedN.vue
@@ -14,13 +14,33 @@
+
+
+
+ sss
+ {{ title }}
+
+
{
let objn = {
auditStatus: 1,
- categoryId: state.valueproj,
+ categoryId: state.categoryId,
createName: state.valuecreater,
name: state.valuename,
pageNo: state.currentPage,
@@ -602,7 +622,7 @@ export default {
state.tableData1 = array;
};
const reset = () => {
- state.valueproj = "";
+ state.categoryId = "";
state.valuecreater = null;
state.valuename = null;
getFaceList();
diff --git a/src/views/examine/ProjectReviewed.vue b/src/views/examine/ProjectReviewed.vue
index 9ee8ad03..64d1d71d 100644
--- a/src/views/examine/ProjectReviewed.vue
+++ b/src/views/examine/ProjectReviewed.vue
@@ -122,12 +122,12 @@
@@ -277,7 +277,7 @@ export default {
{
- showProjAuditModal(value.record.auditList.length!==0?value.record.auditList.slice(value.record.auditList.length-1):[]);
+ showProjAuditModal(value.record.auditList.length!==0?value.record.auditList:[]);
}}
style="cursor:pointer;color:#387DF7"
>
@@ -429,7 +429,7 @@ export default {
.delete {
z-index: 999;
width: 816px;
- min-height: 420px;
+ min-height: 510px;
background: #ffffff;
box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.21);
border-radius: 4px;
@@ -479,7 +479,7 @@ export default {
.body {
width: 100%;
- margin: 34px auto 56px auto;
+ margin: 34px auto 41px auto;
display: flex;
justify-content: center;
align-items: center;
diff --git a/src/views/examine/ProjectReviewedN.vue b/src/views/examine/ProjectReviewedN.vue
index b8da0b62..f0741880 100644
--- a/src/views/examine/ProjectReviewedN.vue
+++ b/src/views/examine/ProjectReviewedN.vue
@@ -185,7 +185,7 @@ export default {
width:"10%",
},
{
- title: "创建时间",
+ title: "提交时间",
dataIndex: "processTime",
key: "processTime",
align: "center",