From 5cf72734516025406ee941d93d0cd6af6317f1a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E9=98=94?= Date: Fri, 8 Nov 2024 09:56:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E5=88=86=E6=8C=87?= =?UTF-8?q?=E6=A0=87=E5=8A=A0=E5=B7=A5=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PreViewFile/src/PreViewFile.vue | 1 + .../ProcedureRule/ProcedureRule.vue | 32 ++-- .../components/ProcedureConfig.vue | 171 ++++++++++-------- .../IndexProcess/PureSqlRule/PureSqlRule.vue | 36 ++-- .../PureSqlRule/components/SQLRule.vue | 105 ----------- .../PureSqlRule/components/SetParams.vue | 105 ----------- src/views/IndexProcess/SqlRule/SqlRule.vue | 37 ++-- .../SqlRule/components/FieldInfo.vue | 105 ----------- .../SqlRule/components/ParamConfig.vue | 105 ----------- .../SqlRule/components/SearchStucter.vue | 105 ----------- .../SqlRule/components/SetParams.vue | 5 +- .../SqlRule/components/TargetPeek.vue | 105 ----------- .../IndexSearchServiceMs.vue | 2 +- src/views/dataset/RepSetRule/RepSetRule.vue | 1 - .../dataset/RepSetRule/components/Write.vue | 18 +- 15 files changed, 164 insertions(+), 769 deletions(-) delete mode 100644 src/views/IndexProcess/PureSqlRule/components/SQLRule.vue delete mode 100644 src/views/IndexProcess/PureSqlRule/components/SetParams.vue delete mode 100644 src/views/IndexProcess/SqlRule/components/FieldInfo.vue delete mode 100644 src/views/IndexProcess/SqlRule/components/ParamConfig.vue delete mode 100644 src/views/IndexProcess/SqlRule/components/SearchStucter.vue delete mode 100644 src/views/IndexProcess/SqlRule/components/TargetPeek.vue diff --git a/src/components/PreViewFile/src/PreViewFile.vue b/src/components/PreViewFile/src/PreViewFile.vue index dc170df..f901120 100644 --- a/src/components/PreViewFile/src/PreViewFile.vue +++ b/src/components/PreViewFile/src/PreViewFile.vue @@ -282,6 +282,7 @@ const downloadFile = (type) => { /* z-index:999; */ } .download{ + outline: none; position: fixed; color:#fff; font-size:1.3rem; diff --git a/src/views/IndexProcess/ProcedureRule/ProcedureRule.vue b/src/views/IndexProcess/ProcedureRule/ProcedureRule.vue index 2a4a8f6..a25c485 100644 --- a/src/views/IndexProcess/ProcedureRule/ProcedureRule.vue +++ b/src/views/IndexProcess/ProcedureRule/ProcedureRule.vue @@ -1,23 +1,21 @@ \ No newline at end of file diff --git a/src/views/IndexProcess/ProcedureRule/components/ProcedureConfig.vue b/src/views/IndexProcess/ProcedureRule/components/ProcedureConfig.vue index 65b13d9..d3e0962 100644 --- a/src/views/IndexProcess/ProcedureRule/components/ProcedureConfig.vue +++ b/src/views/IndexProcess/ProcedureRule/components/ProcedureConfig.vue @@ -1,105 +1,132 @@ \ No newline at end of file diff --git a/src/views/IndexProcess/PureSqlRule/PureSqlRule.vue b/src/views/IndexProcess/PureSqlRule/PureSqlRule.vue index 57a9864..502b924 100644 --- a/src/views/IndexProcess/PureSqlRule/PureSqlRule.vue +++ b/src/views/IndexProcess/PureSqlRule/PureSqlRule.vue @@ -1,23 +1,31 @@ \ No newline at end of file diff --git a/src/views/IndexProcess/PureSqlRule/components/SQLRule.vue b/src/views/IndexProcess/PureSqlRule/components/SQLRule.vue deleted file mode 100644 index 65b13d9..0000000 --- a/src/views/IndexProcess/PureSqlRule/components/SQLRule.vue +++ /dev/null @@ -1,105 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/views/IndexProcess/PureSqlRule/components/SetParams.vue b/src/views/IndexProcess/PureSqlRule/components/SetParams.vue deleted file mode 100644 index 65b13d9..0000000 --- a/src/views/IndexProcess/PureSqlRule/components/SetParams.vue +++ /dev/null @@ -1,105 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/views/IndexProcess/SqlRule/SqlRule.vue b/src/views/IndexProcess/SqlRule/SqlRule.vue index e30f644..7142129 100644 --- a/src/views/IndexProcess/SqlRule/SqlRule.vue +++ b/src/views/IndexProcess/SqlRule/SqlRule.vue @@ -1,31 +1,22 @@ \ No newline at end of file diff --git a/src/views/IndexProcess/SqlRule/components/FieldInfo.vue b/src/views/IndexProcess/SqlRule/components/FieldInfo.vue deleted file mode 100644 index 65b13d9..0000000 --- a/src/views/IndexProcess/SqlRule/components/FieldInfo.vue +++ /dev/null @@ -1,105 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/views/IndexProcess/SqlRule/components/ParamConfig.vue b/src/views/IndexProcess/SqlRule/components/ParamConfig.vue deleted file mode 100644 index 65b13d9..0000000 --- a/src/views/IndexProcess/SqlRule/components/ParamConfig.vue +++ /dev/null @@ -1,105 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/views/IndexProcess/SqlRule/components/SearchStucter.vue b/src/views/IndexProcess/SqlRule/components/SearchStucter.vue deleted file mode 100644 index 65b13d9..0000000 --- a/src/views/IndexProcess/SqlRule/components/SearchStucter.vue +++ /dev/null @@ -1,105 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/views/IndexProcess/SqlRule/components/SetParams.vue b/src/views/IndexProcess/SqlRule/components/SetParams.vue index f7d141c..6e8ec87 100644 --- a/src/views/IndexProcess/SqlRule/components/SetParams.vue +++ b/src/views/IndexProcess/SqlRule/components/SetParams.vue @@ -70,7 +70,7 @@ watch( ) let searchParam = reactive({ - paramsType:"",//参数类型 + paramsType:"code",//参数类型 searchText:"",//参数名称 }) let filterList = reactive([]);//当前表格的列项 @@ -96,6 +96,7 @@ const handleAddParams = ()=>{ v-model="searchParam.searchText" placeholder="按参数名称或注释搜索" clearable + style="margin-left:15px; width: 300px" > - 导入 导出 diff --git a/src/views/dataset/RepSetRule/components/Write.vue b/src/views/dataset/RepSetRule/components/Write.vue index 3781562..38bab0a 100644 --- a/src/views/dataset/RepSetRule/components/Write.vue +++ b/src/views/dataset/RepSetRule/components/Write.vue @@ -1,9 +1,8 @@