From cec1bed9476a4ba98e5c8fd76c5e7d4dff78c962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E9=98=94?= Date: Fri, 8 Nov 2024 09:40:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9pdf=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E7=9A=84=E9=A2=84=E8=A7=88=E4=BB=A5=E5=8F=8A=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?word=E7=9A=84=E4=B8=8B=E8=BD=BD=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PreViewFile/src/PreViewFile.vue | 119 ++++++++++----- src/config/axios/index.ts | 2 +- .../PureSqlRule/components/FieldInfo.vue | 105 ++++++++++++++ .../PureSqlRule/components/ParamConfig.vue | 105 ++++++++++++++ .../PureSqlRule/components/SearchStucter.vue | 65 +++++++++ .../components/StructerRelation.vue | 42 ++++++ .../PureSqlRule/components/TargetPeek.vue | 105 ++++++++++++++ .../SqlRule/components/SetParams.vue | 137 ++++++++++++++++++ 8 files changed, 643 insertions(+), 37 deletions(-) create mode 100644 src/views/IndexProcess/PureSqlRule/components/FieldInfo.vue create mode 100644 src/views/IndexProcess/PureSqlRule/components/ParamConfig.vue create mode 100644 src/views/IndexProcess/PureSqlRule/components/SearchStucter.vue create mode 100644 src/views/IndexProcess/PureSqlRule/components/StructerRelation.vue create mode 100644 src/views/IndexProcess/PureSqlRule/components/TargetPeek.vue create mode 100644 src/views/IndexProcess/SqlRule/components/SetParams.vue diff --git a/src/components/PreViewFile/src/PreViewFile.vue b/src/components/PreViewFile/src/PreViewFile.vue index e66c290..dc170df 100644 --- a/src/components/PreViewFile/src/PreViewFile.vue +++ b/src/components/PreViewFile/src/PreViewFile.vue @@ -1,9 +1,17 @@