|
|
|
|
97
|
<View style={{marginTop: '20px', padding: 'var(--main-space)'}}>
|
97
|
<View style={{marginTop: '20px', padding: 'var(--main-space)'}}>
|
98
|
<View>
|
98
|
<View>
|
99
|
{
|
99
|
{
|
100
|
- showEditBtn ?
|
|
|
101
|
- <Button block type="primary">保存修改</Button> :
|
|
|
|
|
100
|
+ showEditBtn &&
|
|
|
101
|
+ // <Button block type="primary">保存修改</Button> :
|
102
|
<Apply block type="primary" applyType="end" orgIssue={orgIssue}>申请办结</Apply>
|
102
|
<Apply block type="primary" applyType="end" orgIssue={orgIssue}>申请办结</Apply>
|
103
|
}
|
103
|
}
|
104
|
</View>
|
104
|
</View>
|
105
|
{
|
105
|
{
|
106
|
- !showEditBtn && (
|
|
|
|
|
106
|
+ showEditBtn && (
|
107
|
<View style={{marginTop: '20px'}}>
|
107
|
<View style={{marginTop: '20px'}}>
|
108
|
<Apply block type="primary" applyType="org-verify" orgIssue={orgIssue}>申请审核</Apply>
|
108
|
<Apply block type="primary" applyType="org-verify" orgIssue={orgIssue}>申请审核</Apply>
|
109
|
</View>
|
109
|
</View>
|