|
@@ -22,7 +22,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
<template #footer>
|
|
<template #footer>
|
|
|
<div class="g-form__footer" v-if="detail">
|
|
<div class="g-form__footer" v-if="detail">
|
|
|
- <Button block v-if="detail.wrtradeorderstatus === (3 || 7)" round type="primary"
|
|
|
|
|
|
|
+ <Button block v-if="[3, 7].includes(detail.wrtradeorderstatus)" round type="primary"
|
|
|
@click="spotConfirmSubmit">撤销</Button>
|
|
@click="spotConfirmSubmit">撤销</Button>
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|