From daa4e0a4744608eede436435740dabf30b0894c1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com>
Date: Fri, 7 Jan 2022 09:38:16 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=B6=88=E8=80=97?=
=?UTF-8?q?=E6=97=B6=E9=97=B4=E6=8E=92=E5=BA=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/localTool/standardRecognition/index.vue | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/pages/localTool/standardRecognition/index.vue b/src/pages/localTool/standardRecognition/index.vue
index 61cc5c087..9028e3151 100644
--- a/src/pages/localTool/standardRecognition/index.vue
+++ b/src/pages/localTool/standardRecognition/index.vue
@@ -23,7 +23,6 @@
style="width: 100%"
height="100%"
@selection-change="standSelectChange"
- @sort-change="sortChange"
:header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }"
>
@@ -100,7 +99,6 @@
prop="spendTime"
label="消耗时间(秒)"
align="center"
- sortable="custom"
width="140"
>
From 12c501cf1926aa254b1e80cff0f79838329031d6 Mon Sep 17 00:00:00 2001
From: zhutianqi
Date: Fri, 7 Jan 2022 09:47:57 +0800
Subject: [PATCH 2/2] commit
---
.../InputForAllStandards2.vue | 17 +++++++++--------
.../enterpriseStandardPlan/index.vue | 1 -
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/components/CustomFormComponents/InputForAllStandards2.vue b/src/components/CustomFormComponents/InputForAllStandards2.vue
index 442e181b3..4cf465f31 100644
--- a/src/components/CustomFormComponents/InputForAllStandards2.vue
+++ b/src/components/CustomFormComponents/InputForAllStandards2.vue
@@ -28,7 +28,7 @@
+ 查询
+ @click="getResetLawsNumRow">
+ 清空
+
@@ -138,8 +139,8 @@
@pageChange="pageChangeReplace"
@pageSizeChange="pageSizeChangeReplace">
diff --git a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue
index be87ace8d..fb30ab98c 100644
--- a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue
+++ b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue
@@ -589,7 +589,6 @@
export default {
name: "enterpriseStandardPlan",
components: {
- CustomInputForAllStandards,
CustomInputForAllStandards2
},
data() {