From 6aba6cb3f4bf7147fd7465ec7b431bd6bc84ad56 Mon Sep 17 00:00:00 2001 From: dengxin <2390584170@qq.com> Date: Tue, 26 Mar 2024 11:37:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AD=97=E5=85=B8ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/const/system/dict.js | 6 +++++- src/const/system/dictbiz.js | 6 +++++- vue.config.js | 4 +--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/const/system/dict.js b/src/const/system/dict.js index 51b521b..7fc65e7 100644 --- a/src/const/system/dict.js +++ b/src/const/system/dict.js @@ -19,6 +19,7 @@ export const optionParent = { prop: "code", search: true, span: 24, + searchSpan: 12, rules: [ { required: true, @@ -32,6 +33,7 @@ export const optionParent = { prop: "dictValue", search: true, align: "center", + searchSpan: 12, rules: [ { required: true, @@ -94,7 +96,7 @@ export const optionChild = { calcHeight: 95, tip: false, searchShow: true, - searchMenuSpan: 6, + searchMenuSpan: 8, tree: true, border: true, index: true, @@ -112,6 +114,7 @@ export const optionChild = { editDisabled: true, search: true, span: 24, + searchSpan: 12, rules: [ { required: true, @@ -124,6 +127,7 @@ export const optionChild = { label: "字典名称", prop: "dictValue", search: true, + searchSpan: 12, align: "center", rules: [ { diff --git a/src/const/system/dictbiz.js b/src/const/system/dictbiz.js index 51b521b..8ef4c39 100644 --- a/src/const/system/dictbiz.js +++ b/src/const/system/dictbiz.js @@ -19,6 +19,7 @@ export const optionParent = { prop: "code", search: true, span: 24, + searchSpan: 12, rules: [ { required: true, @@ -31,6 +32,7 @@ export const optionParent = { label: "字典名称", prop: "dictValue", search: true, + searchSpan: 12, align: "center", rules: [ { @@ -94,7 +96,7 @@ export const optionChild = { calcHeight: 95, tip: false, searchShow: true, - searchMenuSpan: 6, + searchMenuSpan: 8, tree: true, border: true, index: true, @@ -110,6 +112,7 @@ export const optionChild = { prop: "code", addDisabled: true, editDisabled: true, + searchSpan: 12, search: true, span: 24, rules: [ @@ -124,6 +127,7 @@ export const optionChild = { label: "字典名称", prop: "dictValue", search: true, + searchSpan: 12, align: "center", rules: [ { diff --git a/vue.config.js b/vue.config.js index b7d410b..87b748c 100644 --- a/vue.config.js +++ b/vue.config.js @@ -23,10 +23,8 @@ module.exports = { port: 1888, proxy: { "/api": { - // target: 'http://localhost:8000', // target: 'http://192.168.3.120:8000', - target: 'http://192.168.1.106:8000', - // target: 'http://10.165.0.173:8000', + target: 'http://10.165.0.173:8000', //内网 ws: true, changeOrigin: true, pathRewrite: {