调整显示

This commit is contained in:
ywyonui 2025-09-22 22:30:46 +08:00
parent 3fa9b97420
commit d43784e222
2 changed files with 6 additions and 5 deletions

View File

@ -5,11 +5,12 @@
<u-button text="同意" class="mr-15 ml-7" type="primary" @click="submit" />
</view>
<view class="flex-row items-center pb-10">
<u-button text="终止" class="ml-15 mr-7" :plain="true" @click="showDlg('stop')" />
<u-button text="终止" class="ml-15 mr-7" type="error" @click="showDlg('stop')" />
<u-button text="转办" class="mr-15 ml-7" :plain="true" @click="showTransfer" />
</view>
<view class="flex-row items-center pb-5">
<u-button text="同意并协调代课教师" class="mr-15 ml-15" :plain="true" @click="showXtDlg" />
<view class="flex-row items-center pb-5" v-if="showXt">
<u-button text="返回" class="ml-15 mr-7" :plain="true" @click="goToMessage" />
<u-button text="同意并协调代课" class="mr-15 ml-7" type="primary" @click="showXtDlg" />
</view>
<!-- 驳回弹窗 -->
<u-popup :show="dlgFlag" mode="center" :closeOnClickOverlay="false" @close="closeDlg">

View File

@ -23,7 +23,7 @@
</view>
<template #bottom>
<YwConfirm :spApi="jsQjSpApi" :stopApi="jsQjStopApi" :xtDkApi="jsQjXtApi"
:transferApi="jsQjTransferApi" :params="spParams" />
:transferApi="jsQjTransferApi" :params="spParams" :showXt="true" />
</template>
</BasicLayout>
</template>