Commit 54b186dc authored by 黄奎's avatar 黄奎

页面修改

parent 7b5e6be9
......@@ -186,6 +186,7 @@
.lesson_Form .q-btn__wrapper {
padding: 4px 5px;
}
</style>
<template>
<div v-if="!isShowSignForm">
......@@ -306,7 +307,7 @@
<q-td>
<div v-for="(item,index) in props.row.TimeList" class="lessForm_Class" :key="index">
<template v-if="currentUser.Id==1">
<q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" label="签到"
<q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" label="(签到)"
@click.stop="getClicked(props.row,item)"></q-btn>
</template>
<template v-else>
......@@ -397,10 +398,14 @@
</q-banner>
</q-popup-proxy>
</q-btn>
<template v-if="props.row.IsCanEdit">
<template v-if="currentUser.Id==1">
<q-btn flat size="xs" icon="delete" color="negative" style="font-weight:400" label="删除"
@click.stop="delInfo(props.row)"></q-btn>
</template>
<template v-else>
<q-btn v-if="props.row.IsCanEdit" 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>
......@@ -569,7 +574,8 @@
开始课时:{{props.row.StartClassHours}} <br />
生效状态:{{props.row.EffectStatusStr}} <br />
生效时间:{{props.row.EffectTime}} <br />
<strong v-if="props.row.UpOrderId&&props.row.UpOrderId>0">前置订单:{{props.row.UpOrderId}}</strong><br />
<strong
v-if="props.row.UpOrderId&&props.row.UpOrderId>0">前置订单:{{props.row.UpOrderId}}</strong><br />
</q-tooltip>
</span>
</div>
......@@ -1058,4 +1064,5 @@
}
}
}
</script>
\ No newline at end of file
</script>
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