fix; 修改 alertMessage 不显示图标的问题 , alert rule的校验问题以及 alertRuleTanle的翻页功能

This commit is contained in:
zhangyu
2021-09-09 10:30:03 +08:00
parent 524e3297aa
commit 07a1d6f234
6 changed files with 28 additions and 16 deletions

View File

@@ -242,6 +242,7 @@ export default {
const arr = weekstr.split(',')
let str = ''
arr.forEach((item, index) => {
if (!item) return
if (index === arr.length - 1) {
str += this.weekList[item - 1].label
} else {