Commit 0d1b178f by yangbenyong

几个设备

parent f9b3c523
...@@ -318,7 +318,7 @@ Calendar.prototype = { ...@@ -318,7 +318,7 @@ Calendar.prototype = {
if (showEvent && viewData[renderMonth]) { if (showEvent && viewData[renderMonth]) {
if (maxEvent && viewData[renderMonth].length > maxEvent) { if (maxEvent && viewData[renderMonth].length > maxEvent) {
s += '<span class="total">' + viewData[renderMonth].length + '个事件..</span>' s += '<span class="total">' + viewData[renderMonth].length + '个设备..</span>'
} }
else { else {
viewData[renderMonth].forEach(function (item) { viewData[renderMonth].forEach(function (item) {
......
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