From 07090afb8951db73cda7f5e881de04cfc3632265 Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Tue, 20 Jan 2026 08:33:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B3=E8=BE=A9=E5=A4=84=E7=90=86=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E7=BC=BA=E5=B0=91=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- .../Container/BranchCompany/Inspection/Defense/List/index.js | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d584509..ad2d6c0 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-to-print": "^3.2.0", - "zy-react-library": "^1.1.30" + "zy-react-library": "^1.1.34" }, "devDependencies": { "@antfu/eslint-config": "^5.4.1", diff --git a/src/pages/Container/BranchCompany/Inspection/Defense/List/index.js b/src/pages/Container/BranchCompany/Inspection/Defense/List/index.js index 5a35b19..9e36480 100644 --- a/src/pages/Container/BranchCompany/Inspection/Defense/List/index.js +++ b/src/pages/Container/BranchCompany/Inspection/Defense/List/index.js @@ -200,16 +200,19 @@ function DefenseHandlingModalComponent(props) { label: "申辩人", render: (signature && ), componentProps: { disabled: true }, + required: false, }, { name: "createTime", label: "申请时间", componentProps: { disabled: true }, + required: false, }, { name: "content", label: "申请说明", componentProps: { disabled: true }, + required: false, }, { name: "status",