更新字典ui
This commit is contained in:
@@ -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: [
|
||||
{
|
||||
|
||||
@@ -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: [
|
||||
{
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user