master
LiuJiaNan 2025-11-26 16:53:35 +08:00
parent 239f098910
commit acd11765cb
1 changed files with 3 additions and 3 deletions

View File

@ -81,7 +81,7 @@ function View(props) {
<Descriptions
column={2}
bordered
labelStyle={{ width: 200 }}
styles={{ label: { width: 200 } }}
items={[
{ label: "被检查单位", children: info.inspectedPartyConfirmation.departmentName },
{ label: "被检查单位现场负责人", children: info.inspectedPartyConfirmation.userName },
@ -97,7 +97,7 @@ function View(props) {
<Descriptions
column={2}
bordered
labelStyle={{ width: 200 }}
styles={{ label: { width: 200 } }}
items={
info.content.map(item =>
[
@ -201,7 +201,7 @@ function View(props) {
<Descriptions
column={1}
bordered
labelStyle={{ width: 200 }}
styles={{ label: { width: 200 } }}
items={[
{ label: "被检查单位现场负责人(签字)", children: (<PreviewImg files={[]} />) },
]}