更新字典ui

This commit is contained in:
dengxin
2024-03-26 11:37:35 +08:00
parent ee508bfcea
commit 6aba6cb3f4
3 changed files with 11 additions and 5 deletions

View File

@@ -19,6 +19,7 @@ export const optionParent = {
prop: "code", prop: "code",
search: true, search: true,
span: 24, span: 24,
searchSpan: 12,
rules: [ rules: [
{ {
required: true, required: true,
@@ -32,6 +33,7 @@ export const optionParent = {
prop: "dictValue", prop: "dictValue",
search: true, search: true,
align: "center", align: "center",
searchSpan: 12,
rules: [ rules: [
{ {
required: true, required: true,
@@ -94,7 +96,7 @@ export const optionChild = {
calcHeight: 95, calcHeight: 95,
tip: false, tip: false,
searchShow: true, searchShow: true,
searchMenuSpan: 6, searchMenuSpan: 8,
tree: true, tree: true,
border: true, border: true,
index: true, index: true,
@@ -112,6 +114,7 @@ export const optionChild = {
editDisabled: true, editDisabled: true,
search: true, search: true,
span: 24, span: 24,
searchSpan: 12,
rules: [ rules: [
{ {
required: true, required: true,
@@ -124,6 +127,7 @@ export const optionChild = {
label: "字典名称", label: "字典名称",
prop: "dictValue", prop: "dictValue",
search: true, search: true,
searchSpan: 12,
align: "center", align: "center",
rules: [ rules: [
{ {

View File

@@ -19,6 +19,7 @@ export const optionParent = {
prop: "code", prop: "code",
search: true, search: true,
span: 24, span: 24,
searchSpan: 12,
rules: [ rules: [
{ {
required: true, required: true,
@@ -31,6 +32,7 @@ export const optionParent = {
label: "字典名称", label: "字典名称",
prop: "dictValue", prop: "dictValue",
search: true, search: true,
searchSpan: 12,
align: "center", align: "center",
rules: [ rules: [
{ {
@@ -94,7 +96,7 @@ export const optionChild = {
calcHeight: 95, calcHeight: 95,
tip: false, tip: false,
searchShow: true, searchShow: true,
searchMenuSpan: 6, searchMenuSpan: 8,
tree: true, tree: true,
border: true, border: true,
index: true, index: true,
@@ -110,6 +112,7 @@ export const optionChild = {
prop: "code", prop: "code",
addDisabled: true, addDisabled: true,
editDisabled: true, editDisabled: true,
searchSpan: 12,
search: true, search: true,
span: 24, span: 24,
rules: [ rules: [
@@ -124,6 +127,7 @@ export const optionChild = {
label: "字典名称", label: "字典名称",
prop: "dictValue", prop: "dictValue",
search: true, search: true,
searchSpan: 12,
align: "center", align: "center",
rules: [ rules: [
{ {

View File

@@ -23,10 +23,8 @@ module.exports = {
port: 1888, port: 1888,
proxy: { proxy: {
"/api": { "/api": {
// target: 'http://localhost:8000',
// target: 'http://192.168.3.120: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, ws: true,
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {