fix; 修改 alertMessage 不显示图标的问题 , alert rule的校验问题以及 alertRuleTanle的翻页功能
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user