Commit b313f725 authored by 黄奎's avatar 黄奎

页面修改

parent 8213a236
......@@ -3,6 +3,7 @@
border: none !important;
background: transparent !important;
}
</style>
<template>
<div class="page-body makeup">
......@@ -41,8 +42,9 @@
</div>
</div>
<div class="page-content">
<q-table :pagination="msg" :loading="loading" no-data-label="暂无相关数据" flat class="sticky-column-table sticky-right-column-table"
separator="none" :data="data" :columns="columns" row-key="name">
<q-table :pagination="msg" :loading="loading" no-data-label="暂无相关数据" flat
class="sticky-column-table sticky-right-column-table" separator="none" :data="data" :columns="columns"
row-key="name">
<template v-slot:top="props">
<div class="col-2 q-table__title">补课管理</div>
<q-space />
......@@ -66,8 +68,8 @@
</template>
<template v-slot:body-cell-optioned="props">
<q-td :props="props">
<q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" label="处理"
@click="isShowEdit=true,getClickItem(props.row)">
<q-btn v-if="props.row.MakeUpStatus==3" flat size="xs" icon="edit" color="accent" style="font-weight:400"
label="处理" @click="isShowEdit=true,getClickItem(props.row)">
<q-popup-proxy>
<q-banner v-if="isShowEdit">
<div class="calenderDialog">
......@@ -129,13 +131,24 @@
field: 'TeacherName',
align: 'left'
},
{
name: 'RoomName',
label: '教室名称',
field: 'RoomName',
align: 'left'
},
{
name: 'ClassDate',
label: '日期',
field: 'ClassDate',
align: 'left'
},
{
name: 'GuestStateStr',
label: '学员状态',
field: 'GuestStateStr',
align: 'left'
},
{
name: 'MakeUpStatusStr',
label: '状态',
......
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