Commit 5eba4cc0 authored by 黄奎's avatar 黄奎

页面修改

parent a4fb3514
......@@ -89,7 +89,11 @@
<template v-for="(gItem,gIndex) in getAppointItem(aItem,timeItem).GuestList">
<div :key="`r_g_`+rootIndex+timeIndex+aIndex+gIndex"
style="flex-basis:30px;margin:3px; flex-grow: 0;flex-shrink: 0;">
{{gItem.GuestName}}</div>
<q-tooltip>
消课章节:{{gItem.CourseChapterNoName}}
</q-tooltip>
{{gItem.GuestName}}
</div>
</template>
</div>
</template>
......
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