修改码表

This commit is contained in:
18500206848
2024-05-09 23:45:21 +08:00
parent dadc29c4fc
commit 1a6de1fbb9
3 changed files with 8 additions and 12 deletions

View File

@@ -300,7 +300,7 @@ export default {
dicUrl: "/api/jobslink-api/system/dict-biz/tadict?code=AAC004",
props: {
label: "dictValue",
value: "dictValue",
value: "dictKey",
},
rules: [
{
@@ -340,10 +340,6 @@ export default {
prop: "aac005",
type: 'select',
dicUrl: "/api/jobslink-api/system/dict-biz/tadict?code=AAC005",
props: {
label: "dictValue",
value: "dictValue",
},
props: {
label: "dictValue",
value: "dictKey",
@@ -364,7 +360,7 @@ export default {
dicUrl: "/api/jobslink-api/system/dict-biz/tadict?code=AAC009",
props: {
label: "dictValue",
value: "dictValue",
value: "dictKey",
},
rules: [
{
@@ -391,7 +387,7 @@ export default {
dicUrl: "/api/jobslink-api/system/dict-biz/tadict?code=AAC011",
props: {
label: "dictValue",
value: "dictValue",
value: "dictKey",
},
rules: [
{

View File

@@ -302,7 +302,7 @@ export default {
dicUrl: "/api/jobslink-api/system/dict-biz/tadict?code=AAC004",
props: {
label: "dictValue",
value: "dictValue",
value: "dictKey",
},
rules: [
{
@@ -344,7 +344,7 @@ export default {
dicUrl: "/api/jobslink-api/system/dict-biz/tadict?code=AAC005",
props: {
label: "dictValue",
value: "dictValue",
value: "dictKey",
},
rules: [
{
@@ -362,7 +362,7 @@ export default {
dicUrl: "/api/jobslink-api/system/dict-biz/tadict?code=AAC009",
props: {
label: "dictValue",
value: "dictValue",
value: "dictKey",
},
rules: [
{
@@ -389,7 +389,7 @@ export default {
dicUrl: "/api/jobslink-api/system/dict-biz/tadict?code=AAC011",
props: {
label: "dictValue",
value: "dictValue",
value: "dictKey",
},
rules: [
{

View File

@@ -23,7 +23,7 @@ module.exports = {
port: 1888,
proxy: {
"/api": {
target: 'http://localhost:8000',
target: 'http://10.165.0.173:8000',
ws: true,
changeOrigin: true,
pathRewrite: {