Commit b9a026b7 authored by zhengke's avatar zhengke

修改

parent 336da5d1
......@@ -39,6 +39,7 @@
margin-left: -7px;
align-items: center;
transform: scale(0.9);
height:24px;
}
.lesson_Form .calendarInner {
......@@ -281,7 +282,8 @@
</q-td>
</template>
<template v-slot:body-cell-optioned="props">
<q-td :props="props" style="width:10%;">
<q-td :props="props" style="width:130px;">
<template v-if="!props.row.IsEndDate">
<q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" label="编辑"
@click="getInfo(props.row)">
<q-popup-proxy>
......@@ -338,6 +340,7 @@
</q-btn>
<q-btn flat size="xs" icon="delete" color="negative" style="font-weight:400" label="删除"
@click.stop="delInfo(props.row)"></q-btn>
</template>
</q-td>
</template>
<template v-slot:bottom>
......@@ -354,7 +357,7 @@
<div v-if="item.ClassDateStr==data.day">
<div class="calendarTop">
<div>{{item.RoomName}}</div>
<div>
<div v-if="!item.IsEndDate">
<i class="iconfont icon-edit Lessicon_Edit" @click.stop="getInfo(item)">
<q-popup-proxy>
<q-banner v-if="isShowEdit">
......
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