调整显示
This commit is contained in:
parent
3fa9b97420
commit
d43784e222
@ -5,11 +5,12 @@
|
|||||||
<u-button text="同意" class="mr-15 ml-7" type="primary" @click="submit" />
|
<u-button text="同意" class="mr-15 ml-7" type="primary" @click="submit" />
|
||||||
</view>
|
</view>
|
||||||
<view class="flex-row items-center pb-10">
|
<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" />
|
<u-button text="转办" class="mr-15 ml-7" :plain="true" @click="showTransfer" />
|
||||||
</view>
|
</view>
|
||||||
<view class="flex-row items-center pb-5">
|
<view class="flex-row items-center pb-5" v-if="showXt">
|
||||||
<u-button text="同意并协调代课教师" class="mr-15 ml-15" :plain="true" @click="showXtDlg" />
|
<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>
|
</view>
|
||||||
<!-- 驳回弹窗 -->
|
<!-- 驳回弹窗 -->
|
||||||
<u-popup :show="dlgFlag" mode="center" :closeOnClickOverlay="false" @close="closeDlg">
|
<u-popup :show="dlgFlag" mode="center" :closeOnClickOverlay="false" @close="closeDlg">
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<template #bottom>
|
<template #bottom>
|
||||||
<YwConfirm :spApi="jsQjSpApi" :stopApi="jsQjStopApi" :xtDkApi="jsQjXtApi"
|
<YwConfirm :spApi="jsQjSpApi" :stopApi="jsQjStopApi" :xtDkApi="jsQjXtApi"
|
||||||
:transferApi="jsQjTransferApi" :params="spParams" />
|
:transferApi="jsQjTransferApi" :params="spParams" :showXt="true" />
|
||||||
</template>
|
</template>
|
||||||
</BasicLayout>
|
</BasicLayout>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user