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 @@