From 2d2a2c966dbebc4a81650905c9f6abac6dc86274 Mon Sep 17 00:00:00 2001 From: zhutianqi Date: Mon, 20 Dec 2021 15:06:15 +0800 Subject: [PATCH] commit --- src/pages/loginVerify/index.vue | 3 +- .../pages/creatProcess/bzjd/step1-1.vue | 397 ++++++++++++++++-- .../pages/creatProcess/bzjd/step1.vue | 389 +++++++++++++++-- .../pages/creatProcess/bzjd/step2.vue | 44 +- .../pages/creatProcess/bzjd/step3.vue | 4 +- 5 files changed, 752 insertions(+), 85 deletions(-) diff --git a/src/pages/loginVerify/index.vue b/src/pages/loginVerify/index.vue index 59b24f73c..f45a94d97 100644 --- a/src/pages/loginVerify/index.vue +++ b/src/pages/loginVerify/index.vue @@ -82,7 +82,8 @@ let routerParam = localStorage.getItem("routerParam"); // 路由跳转 if(routerParam && routerParam != ''){ - if (this.showIETips) {//判断是否IE浏览器 + const UA = navigator.userAgent.toLocaleLowerCase() + if (UA.match(/msie/) != null || UA.match(/trident/) != null) { alert('检测到您使用的是IE浏览器,已经和时代脱轨了!建议您更换为谷歌浏览器') } const param = routerParam.split("&"); diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue index 7d26ebcf5..c351aff6b 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue @@ -84,7 +84,9 @@
- 批量编辑 + + 批量编辑 +
+ + + + + + + + + + + + + + + @@ -413,11 +467,84 @@ + +
+ + 查看比对 + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
相似度:{{ similarityDegree }}
+
+
+
+
+