Commit 7b9d4512 authored by zhengke's avatar zhengke

修改

parent 424deb93
......@@ -146,7 +146,7 @@
<template slot="dateCell" slot-scope="{date, data}" class="row" style="height: 45px">
<div class="calendar-day">{{ data.day.split('-').slice(2).join('-') }}</div>
<div v-for="x in item.ClassPlanList">
<div v-if="x.ClassDate == data.day"
<div v-if="x.ClassDate === data.day"
style="align-items: center;justify-content: center;margin-top: 15px" class="row">
<img src="../../assets/images/administration/gou.png" alt=""
style="width: 16px;height: 12px">
......
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