diff --git a/src/views/examine/ProjectReviewed.vue b/src/views/examine/ProjectReviewed.vue index 9c86a270..fda6a627 100644 --- a/src/views/examine/ProjectReviewed.vue +++ b/src/views/examine/ProjectReviewed.vue @@ -49,13 +49,13 @@
-
+
搜索
-
+
-
重置
+
重置
@@ -89,10 +89,10 @@ @expand="expandTable" :pagination="false" />
-
+
取消
-
+
确定
@@ -482,16 +482,7 @@ export default { } } - .btn1 { - border: 1px solid rgba(64, 158, 255, 1); - color: #4ea6ff; - margin-right: 14px; - } - - .btn2 { - background-color: #4ea6ff; - color: #ffffff; - } + } } } @@ -599,7 +590,7 @@ export default { } } - .btn1 { + .btn11 { background: #4ea6ff; .search { @@ -609,13 +600,14 @@ export default { } } - .btn2 { + .btn22 { background: #4ea6ff; border: 1px solid #4ea6ff; - + color: #ffffff; .search { width: 16px; height: 18px; + color: #ffffff; background-image: url("../../assets/images/courseManage/reset0.png"); } } diff --git a/src/views/projectcenter/TaskPage.vue b/src/views/projectcenter/TaskPage.vue index 8127b792..5996e071 100644 --- a/src/views/projectcenter/TaskPage.vue +++ b/src/views/projectcenter/TaskPage.vue @@ -4632,6 +4632,7 @@ export default { } // 投票 if (item.type == 12) { + // console.log('item',item) codeUrl = window.location.protocol + process.env.VUE_APP_H5 + @@ -4640,7 +4641,7 @@ export default { "&btype=2&id=" + item.id + "&chapterOrStageId=" + - item.chapterId + + item.stageId + "&infoId=" + state.projectId; }