Commit 98c6864a authored by zhengke's avatar zhengke

修改

parent ddaa03e8
...@@ -67,24 +67,26 @@ ...@@ -67,24 +67,26 @@
</template> </template>
<!--班级状态--> <!--班级状态-->
<template v-slot:body-cell-ClassStatusStr="props"> <template v-slot:body-cell-ClassStatusStr="props">
<span>{{props.row.ClassStatusStr}}</span>&nbsp; <q-td>
<i class="iconfont icon-edit" @click.stop="getClassItem(props.row)" title="点击修改班级状态"> <span>{{props.row.ClassStatusStr}}</span>&nbsp;
<q-popup-proxy> <i class="iconfont icon-edit" @click.stop="getClassItem(props.row)" title="点击修改班级状态">
<q-banner v-if="isShowEdit"> <q-popup-proxy>
<div class="calenderDialog"> <q-banner v-if="isShowEdit">
<div style="margin:10px 0 15px 0;">设置班级状态</div> <div class="calenderDialog">
<q-select standout="bg-primary text-white" option-value="Id" option-label="Name" <div style="margin:10px 0 15px 0;">设置班级状态</div>
v-model="statusMsg.ClassStatus" :options="classStatusList" emit-value map-options label="班级状态" /> <q-select standout="bg-primary text-white" option-value="Id" option-label="Name"
<q-card-actions align="right" class="bg-white"> v-model="statusMsg.ClassStatus" :options="classStatusList" emit-value map-options label="班级状态" />
<q-btn label="取消" flat color="grey-10" @click="isShowEdit=false" <q-card-actions align="right" class="bg-white">
style="font-weight:400 !important" /> <q-btn label="取消" flat color="grey-10" @click="isShowEdit=false"
<q-btn label="确认" color="accent q-px-md" style="font-weight:400 !important" style="font-weight:400 !important" />
@click="setClassStatus()" /> <q-btn label="确认" color="accent q-px-md" style="font-weight:400 !important"
</q-card-actions> @click="setClassStatus()" />
</div> </q-card-actions>
</q-banner> </div>
</q-popup-proxy> </q-banner>
</i> </q-popup-proxy>
</i>
</q-td>
</template> </template>
<template v-slot:bottom> <template v-slot:bottom>
<q-pagination class="full-width justify-end" v-model="msg.pageIndex" color="primary" :max="pageCount" <q-pagination class="full-width justify-end" v-model="msg.pageIndex" color="primary" :max="pageCount"
......
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