|
|
@@ -42,7 +42,7 @@
|
|
|
<text v-if="row.status == 5">
|
|
|
{{ t('State.Cancelled') }}
|
|
|
</text>
|
|
|
- <button v-if="row.status == 1" @click.stop="cancel(row.id)">
|
|
|
+ <button class="cancel-btn" v-if="row.status == 1" @click.stop="cancel(row.id)">
|
|
|
{{ t('Btn.Cancel') }}
|
|
|
</button>
|
|
|
</template>
|
|
|
@@ -78,7 +78,7 @@
|
|
|
{ text: t('Ib.Recording.MaidAdjust'), value: 5 },
|
|
|
{ text: t('Ib.Recording.BelongingAdjust'), value: 6 },
|
|
|
{ text: t('Ib.Recording.CommissionAllocation'), value: 7 },
|
|
|
- { text: t('Home.page_ib.item8'), value: 8 },
|
|
|
+ { text: t('Custom.Withdraw.Title'), value: 8 },
|
|
|
{ text: t('Ib.Recording.MamHangUndo'), value: 9 },
|
|
|
{ text: t('Home.page_ib.item9'), value: 10 },
|
|
|
{ text: t('Ib.PammManager.title2'), value: 11 },
|
|
|
@@ -249,4 +249,9 @@
|
|
|
flex: none;
|
|
|
}
|
|
|
}
|
|
|
+ .cancel-btn{
|
|
|
+ display: block;
|
|
|
+ width: px2rpx(50);
|
|
|
+ line-height: px2rpx(10) !important;
|
|
|
+ }
|
|
|
</style>
|