diff --git a/src/components/ConfigManager/factor.vue b/src/components/ConfigManager/factor.vue index f38f0b9..2f08001 100644 --- a/src/components/ConfigManager/factor.vue +++ b/src/components/ConfigManager/factor.vue @@ -36,11 +36,23 @@ //因子搜索相关 factorFilterInfo: { query: { - searchStr: "", + searchStr: "" }, list: [ - {type: "input", label: "因子名称/ASCII码", value: "searchStr", hideLabel: true }, - {type: "button", label: "查询", btType: "primary", icon: "el-icon-search", event: "search", show: true}, + { + type: "input", + label: "因子名称/ASCII码", + value: "searchStr", + hideLabel: true + }, + { + type: "button", + label: "查询", + btType: "primary", + icon: "el-icon-search", + event: "search", + show: true + } ] }, //因子表格相关 @@ -50,15 +62,35 @@ initCurpage: 1, data: [], fieldList: [ - { label: "因子名称", value: "codeProperty", minWidth: 150, tooltip: true }, - { label: "因子ASCII码", value: "codeAscll", minWidth: 100, tooltip: true }, + { + label: "因子名称", + value: "codeProperty", + minWidth: 150, + tooltip: true + }, + { + label: "因子ASCII码", + value: "codeAscll", + minWidth: 100, + tooltip: true + }, { label: "水文编号", value: "code", minWidth: 100, tooltip: true }, - { label: "因子最大值", value: "maxValue", minWidth: 100, tooltip: true }, - { label: "因子最小值", value: "minValue", minWidth: 100, tooltip: true }, - { label: "因子单位", value: "unit", minWidth: 100, tooltip: true }, + { + label: "因子最大值", + value: "maxValue", + minWidth: 100, + tooltip: true + }, + { + label: "因子最小值", + value: "minValue", + minWidth: 100, + tooltip: true + }, + { label: "因子单位", value: "unit", minWidth: 100, tooltip: true } ] } - } + }; }, mounted() { this.factorTableInfo.refresh = Math.random(); @@ -75,5 +107,5 @@ } } } -} - \ No newline at end of file +}; + diff --git a/src/components/ConfigManager/factor.vue b/src/components/ConfigManager/factor.vue index f38f0b9..2f08001 100644 --- a/src/components/ConfigManager/factor.vue +++ b/src/components/ConfigManager/factor.vue @@ -36,11 +36,23 @@ //因子搜索相关 factorFilterInfo: { query: { - searchStr: "", + searchStr: "" }, list: [ - {type: "input", label: "因子名称/ASCII码", value: "searchStr", hideLabel: true }, - {type: "button", label: "查询", btType: "primary", icon: "el-icon-search", event: "search", show: true}, + { + type: "input", + label: "因子名称/ASCII码", + value: "searchStr", + hideLabel: true + }, + { + type: "button", + label: "查询", + btType: "primary", + icon: "el-icon-search", + event: "search", + show: true + } ] }, //因子表格相关 @@ -50,15 +62,35 @@ initCurpage: 1, data: [], fieldList: [ - { label: "因子名称", value: "codeProperty", minWidth: 150, tooltip: true }, - { label: "因子ASCII码", value: "codeAscll", minWidth: 100, tooltip: true }, + { + label: "因子名称", + value: "codeProperty", + minWidth: 150, + tooltip: true + }, + { + label: "因子ASCII码", + value: "codeAscll", + minWidth: 100, + tooltip: true + }, { label: "水文编号", value: "code", minWidth: 100, tooltip: true }, - { label: "因子最大值", value: "maxValue", minWidth: 100, tooltip: true }, - { label: "因子最小值", value: "minValue", minWidth: 100, tooltip: true }, - { label: "因子单位", value: "unit", minWidth: 100, tooltip: true }, + { + label: "因子最大值", + value: "maxValue", + minWidth: 100, + tooltip: true + }, + { + label: "因子最小值", + value: "minValue", + minWidth: 100, + tooltip: true + }, + { label: "因子单位", value: "unit", minWidth: 100, tooltip: true } ] } - } + }; }, mounted() { this.factorTableInfo.refresh = Math.random(); @@ -75,5 +107,5 @@ } } } -} - \ No newline at end of file +}; + diff --git a/src/components/newFiber/NewFiberSearch.vue b/src/components/newFiber/NewFiberSearch.vue index a9f000e..9f843f2 100644 --- a/src/components/newFiber/NewFiberSearch.vue +++ b/src/components/newFiber/NewFiberSearch.vue @@ -133,12 +133,6 @@ clearable />