diff --git a/src/views/auditPages/taskManagement/index.vue b/src/views/auditPages/taskManagement/index.vue index 3a55a46..d4f8fec 100644 --- a/src/views/auditPages/taskManagement/index.vue +++ b/src/views/auditPages/taskManagement/index.vue @@ -101,7 +101,7 @@ style="color: #1485EF;">查看 -
+
审核 diff --git a/src/views/auditPages/taskManagement/info.vue b/src/views/auditPages/taskManagement/info.vue index 42c78d1..f1ea342 100644 --- a/src/views/auditPages/taskManagement/info.vue +++ b/src/views/auditPages/taskManagement/info.vue @@ -135,8 +135,8 @@ 查看
-
- +
+ 审核
diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 43501ce..2b303f5 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -256,11 +256,11 @@ 查看
-
+
编辑
-
+
删除
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){