master
parent
239f098910
commit
acd11765cb
|
|
@ -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={[]} />) },
|
||||
]}
|
||||
|
|
|
|||
Loading…
Reference in New Issue