摘要: let that export default{} beforeCreate() { that = this; }, filters: { dept: data => { for (const i in that.deptList) { const element = that.deptList[i 阅读全文
posted @ 2021-02-07 15:02 Smile浅笑 阅读(80) 评论(0) 推荐(0)
摘要: <div :class="[colorIndex?'box2':'box3','box']"> //含有判断和不判断的 测试:class </div> <div :style="{color:colorTwo,height:'30px',width:'100%',background:num==1? 阅读全文
posted @ 2021-02-07 14:54 Smile浅笑 阅读(445) 评论(0) 推荐(0)