打开换名
This commit is contained in:
parent
0a798d8326
commit
a35e6c57e3
@ -1136,7 +1136,7 @@ export default function Correction() {
|
|||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* <a style={{
|
<a style={{
|
||||||
display: item.applyStatus == 'APPROVED' && item.type == 'CORRECTION1' && item.projStatus !== 'CLOSE' ? 'unset' : 'none',
|
display: item.applyStatus == 'APPROVED' && item.type == 'CORRECTION1' && item.projStatus !== 'CLOSE' ? 'unset' : 'none',
|
||||||
marginLeft: 10,
|
marginLeft: 10,
|
||||||
// 下划线
|
// 下划线
|
||||||
@ -1158,7 +1158,7 @@ export default function Correction() {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
换名
|
换名
|
||||||
</a> */}
|
</a>
|
||||||
<a
|
<a
|
||||||
style={{
|
style={{
|
||||||
display: item.applyStatus == 'APPROVED' && item.type == 'CORRECTION2' ? 'unset' : 'none',
|
display: item.applyStatus == 'APPROVED' && item.type == 'CORRECTION2' ? 'unset' : 'none',
|
||||||
@ -1255,7 +1255,7 @@ export default function Correction() {
|
|||||||
style={{ display: item.applyStatus == 'PENDING' ? 'block' : 'none' }}
|
style={{ display: item.applyStatus == 'PENDING' ? 'block' : 'none' }}
|
||||||
>撤销补正</div>
|
>撤销补正</div>
|
||||||
<div style={{
|
<div style={{
|
||||||
display: item.projStatus== 'CLOSE' && item.type == 'CORRECTION1'? 'block' : 'none',
|
display: item.projStatus == 'CLOSE' && item.type == 'CORRECTION1' ? 'block' : 'none',
|
||||||
fontSize: 16,
|
fontSize: 16,
|
||||||
color: '#5a5a5a',
|
color: '#5a5a5a',
|
||||||
fontWeight: 700,
|
fontWeight: 700,
|
||||||
|
Loading…
Reference in New Issue
Block a user