|
@@ -277,8 +277,9 @@ const MandateDetail = (props) => {
|
|
>
|
|
>
|
|
忽略
|
|
忽略
|
|
</Button>
|
|
</Button>
|
|
- {(record.MandateClass === 1 || record.MandateClass === 2) &&
|
|
|
|
- record?.Status === 0 && (
|
|
|
|
|
|
+ {(mandateDetail?.MandateClass?.value === 1 ||
|
|
|
|
+ mandateDetail?.MandateClass?.value === 2) &&
|
|
|
|
+ mandateDetail?.Status?.value === 0 && (
|
|
<>
|
|
<>
|
|
<Button
|
|
<Button
|
|
className={styles.footerBtn}
|
|
className={styles.footerBtn}
|
|
@@ -300,7 +301,6 @@ const MandateDetail = (props) => {
|
|
</Button>
|
|
</Button>
|
|
</>
|
|
</>
|
|
)}
|
|
)}
|
|
-
|
|
|
|
<Button
|
|
<Button
|
|
className={styles.footerBtn}
|
|
className={styles.footerBtn}
|
|
shape="round"
|
|
shape="round"
|