Commit 4bc56548 authored by zhengke's avatar zhengke

修改

parent c9ffa664
......@@ -16,7 +16,7 @@
style="margin-left:5px;font-size:10px" />
<span style="color:red;margin:0 5px;">{{subItem.TeacherName}}</span>
<span>[{{subItem.RoomName}}]</span>
<template v-if="subItem.ClassType==3&&subItem.GuestList.length<subItem.ScrollMinNum">
<template v-if="(subItem.ClassType==3)&&(subItem.GuestList.length<subItem.ScrollMinNum)&&(subItem.AppointState==1)">
<q-badge color="red" rounded style="margin-left:5px;">
</q-badge>
......
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