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