+
删除
diff --git a/src/views/unitPages/myTask/index.vue b/src/views/unitPages/myTask/index.vue
index 65b7542..bea9948 100644
--- a/src/views/unitPages/myTask/index.vue
+++ b/src/views/unitPages/myTask/index.vue
@@ -77,13 +77,13 @@
查看
+ style="color: #1485EF;cursor: pointer;">查看
-
+
开始核查
+ style="color: #1485EF;cursor: pointer;">开始核查
diff --git a/src/views/unitPages/myTask/info.vue b/src/views/unitPages/myTask/info.vue
index bea3099..2e03301 100644
--- a/src/views/unitPages/myTask/info.vue
+++ b/src/views/unitPages/myTask/info.vue
@@ -135,13 +135,13 @@
查看
+ style="color: #1485EF;">查看
-
+
核查
+ style="color: #1485EF;">核查
@@ -374,15 +374,15 @@ export default {
},
// 屏幕尺寸变化
cancalDebounce() {
- // const element = document.getElementById('L-size-main'); // 通过元素的 ID 获取元素
- // const header = document.getElementById('L-header'); // 通过元素的 ID 获取元素
- // const tab = document.getElementById('L-tab'); // 通过元素的 ID 获取元素
- // const pagination = document.getElementById('L-pagination'); // 通过元素的 ID 获取元素
- // const elementHeight = element.offsetHeight;
- // const headerHeight = header.offsetHeight;
- // const paginationtHeight = pagination.offsetHeight;
- // const tabHeight = tab.offsetHeight;
- // this.tabHeader = elementHeight - headerHeight - paginationtHeight - tabHeight - 120;
+ const element = document.getElementById('L-size-main'); // 通过元素的 ID 获取元素
+ const header = document.getElementById('L-header'); // 通过元素的 ID 获取元素
+ const tab = document.getElementById('L-tab'); // 通过元素的 ID 获取元素
+ const pagination = document.getElementById('L-pagination'); // 通过元素的 ID 获取元素
+ const elementHeight = element.offsetHeight;
+ const headerHeight = header.offsetHeight;
+ const paginationtHeight = pagination.offsetHeight;
+ const tabHeight = tab.offsetHeight;
+ this.tabHeader = elementHeight - headerHeight - paginationtHeight - tabHeight - 120;
}
},
beforeRouteEnter(to,from,next){