Commit 7a802be7 authored by 罗超's avatar 罗超

修改

parent 32750d97
...@@ -6,22 +6,24 @@ ...@@ -6,22 +6,24 @@
<q-card-section> <q-card-section>
<div class="text-h6">退课申请</div> <div class="text-h6">退课申请</div>
</q-card-section> </q-card-section>
<q-table :loading="loading" no-data-label="暂无相关学员数据" flat class="sticky-column-table" separator="none" <div style="margin:20px;">
:data="studentList" :columns="columns" hide-bottom row-key="Id"> <q-table :loading="loading" no-data-label="暂无相关学员数据" flat class="sticky-column-table" separator="none"
<template v-slot:body-cell-optioned="props"> :data="studentList" :columns="columns" hide-bottom row-key="Id">
<q-td :props="props"> <template v-slot:body-cell-optioned="props">
<div style="min-width:190px;width:100%"> <q-td :props="props">
<q-btn v-if="props.row.GuestState==1" flat size="xs" icon="iconfont icon-shenhe" color="info" <div style="min-width:190px;width:100%">
style="font-weight:400" class="q-mr-xs" label="申请" @click="clickItem(props.row,1)" /> <q-btn v-if="props.row.GuestState==1" flat size="xs" icon="iconfont icon-shenhe" color="info"
<q-btn v-if="props.row.AuditStatus==3" flat size="xs" icon="iconfont icon-ziyuan" color="warning" style="font-weight:400" class="q-mr-xs" label="申请" @click="clickItem(props.row,1)" />
style="font-weight:400" class="q-mr-xs" label="重新申请" @click="clickItem(props.row,2)" /> <q-btn v-if="props.row.AuditStatus==3" flat size="xs" icon="iconfont icon-ziyuan" color="warning"
</div> style="font-weight:400" class="q-mr-xs" label="重新申请" @click="clickItem(props.row,2)" />
</q-td> </div>
</template> </q-td>
</q-table> </template>
<q-input filled stack-label :dense="false" v-model="applyReason" style="margin-top: 20px" type="textarea" </q-table>
class="col-12" label="申请理由" /> <q-input filled stack-label :dense="false" v-model="applyReason" style="margin-top: 20px" type="textarea"
<q-separator /> class="col-12" label="申请理由" />
<q-separator />
</div>
<q-card-actions align="right" class="bg-white"> <q-card-actions align="right" class="bg-white">
<q-btn label="取消" flat color="grey-10" style="font-weight:400 !important" @click="closeBackClassForm" /> <q-btn label="取消" flat color="grey-10" style="font-weight:400 !important" @click="closeBackClassForm" />
<q-btn label="确认申请" color="accent" class="q-px-md" style="font-weight:400 !important" <q-btn label="确认申请" color="accent" class="q-px-md" style="font-weight:400 !important"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment