From 3d3065eb8947f04fcc433075eaab296e874b914d Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Sat, 15 Nov 2025 09:10:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E6=82=A3=E7=B1=BB=E5=9E=8B=E5=8F=AA?= =?UTF-8?q?=E8=83=BD=E9=80=89=E6=8B=A9=E6=9C=80=E5=90=8E=E4=B8=80=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jjb.config.js | 2 +- package.json | 2 +- .../Container/BranchCompany/Average/Acceptance/List/index.js | 2 +- src/pages/Container/BranchCompany/Average/Confirm/List/index.js | 2 +- src/pages/Container/BranchCompany/Average/Ignore/List/index.js | 2 +- src/pages/Container/BranchCompany/Average/Ledger/Add/index.js | 1 + src/pages/Container/BranchCompany/Average/Ledger/List/index.js | 2 +- .../Container/BranchCompany/Average/Postponement/List/index.js | 2 +- .../Container/BranchCompany/Average/Rectification/List/index.js | 2 +- .../BranchCompany/Average/SpecialDisposal/List/index.js | 2 +- 10 files changed, 10 insertions(+), 9 deletions(-) diff --git a/jjb.config.js b/jjb.config.js index 86d79ad..22c8017 100644 --- a/jjb.config.js +++ b/jjb.config.js @@ -24,7 +24,7 @@ module.exports = { contextInject: { // 应用Key appKey: "", - fileUrl: "http://192.168.20.230:7811/csyfile/", + fileUrl: "http://192.168.20.240:9787/mnt/", }, // public/index.html注入全局变量 windowInject: { diff --git a/package.json b/package.json index bb88b53..488d0ea 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-to-print": "^3.2.0", - "zy-react-library": "^1.0.93" + "zy-react-library": "^1.0.97" }, "devDependencies": { "@antfu/eslint-config": "^5.4.1", diff --git a/src/pages/Container/BranchCompany/Average/Acceptance/List/index.js b/src/pages/Container/BranchCompany/Average/Acceptance/List/index.js index 085e938..c0b9aba 100644 --- a/src/pages/Container/BranchCompany/Average/Acceptance/List/index.js +++ b/src/pages/Container/BranchCompany/Average/Acceptance/List/index.js @@ -35,7 +35,7 @@ function List(props) { { name: "hiddenType", label: "隐患类型", - render: , + render: , }, { name: "hiddenPart", diff --git a/src/pages/Container/BranchCompany/Average/Confirm/List/index.js b/src/pages/Container/BranchCompany/Average/Confirm/List/index.js index f6a4451..0392c66 100644 --- a/src/pages/Container/BranchCompany/Average/Confirm/List/index.js +++ b/src/pages/Container/BranchCompany/Average/Confirm/List/index.js @@ -34,7 +34,7 @@ function List(props) { { name: "hiddenType", label: "隐患类型", - render: , + render: , }, { name: "hiddenPart", diff --git a/src/pages/Container/BranchCompany/Average/Ignore/List/index.js b/src/pages/Container/BranchCompany/Average/Ignore/List/index.js index d5f0f95..86210ad 100644 --- a/src/pages/Container/BranchCompany/Average/Ignore/List/index.js +++ b/src/pages/Container/BranchCompany/Average/Ignore/List/index.js @@ -33,7 +33,7 @@ function List(props) { { name: "hiddenType", label: "隐患类型", - render: , + render: , }, { name: "hiddenPart", diff --git a/src/pages/Container/BranchCompany/Average/Ledger/Add/index.js b/src/pages/Container/BranchCompany/Average/Ledger/Add/index.js index 59c7294..09bd951 100644 --- a/src/pages/Container/BranchCompany/Average/Ledger/Add/index.js +++ b/src/pages/Container/BranchCompany/Average/Ledger/Add/index.js @@ -266,6 +266,7 @@ function Add(props) { label: "隐患类型", render: ( form.setFieldValue("hiddenTypeName", label)} /> diff --git a/src/pages/Container/BranchCompany/Average/Ledger/List/index.js b/src/pages/Container/BranchCompany/Average/Ledger/List/index.js index 8416576..7f1d7be 100644 --- a/src/pages/Container/BranchCompany/Average/Ledger/List/index.js +++ b/src/pages/Container/BranchCompany/Average/Ledger/List/index.js @@ -82,7 +82,7 @@ function List(props) { { name: "hiddenType", label: "隐患类型", - render: , + render: , }, { name: "hiddenPart", diff --git a/src/pages/Container/BranchCompany/Average/Postponement/List/index.js b/src/pages/Container/BranchCompany/Average/Postponement/List/index.js index ba592c2..2914401 100644 --- a/src/pages/Container/BranchCompany/Average/Postponement/List/index.js +++ b/src/pages/Container/BranchCompany/Average/Postponement/List/index.js @@ -35,7 +35,7 @@ function List(props) { { name: "hiddenType", label: "隐患类型", - render: , + render: , }, { name: "hiddenPart", diff --git a/src/pages/Container/BranchCompany/Average/Rectification/List/index.js b/src/pages/Container/BranchCompany/Average/Rectification/List/index.js index 97653e3..7b6049b 100644 --- a/src/pages/Container/BranchCompany/Average/Rectification/List/index.js +++ b/src/pages/Container/BranchCompany/Average/Rectification/List/index.js @@ -42,7 +42,7 @@ function List(props) { { name: "hiddenType", label: "隐患类型", - render: , + render: , }, { name: "hiddenPart", diff --git a/src/pages/Container/BranchCompany/Average/SpecialDisposal/List/index.js b/src/pages/Container/BranchCompany/Average/SpecialDisposal/List/index.js index 15ce320..bf39340 100644 --- a/src/pages/Container/BranchCompany/Average/SpecialDisposal/List/index.js +++ b/src/pages/Container/BranchCompany/Average/SpecialDisposal/List/index.js @@ -35,7 +35,7 @@ function List(props) { { name: "hiddenType", label: "隐患类型", - render: , + render: , }, { name: "hiddenPart",