01 2022 档案
摘要:import _ from 'lodash' queryChange: _.debounce(function (val) { // 请选择所属门店 if (val.length 0) { this.$nextTick(() => { this.options3 = [] this.$refs.sh
阅读全文
摘要:.customScrollBar::-webkit{ // 在App.vue里面,或者全局样式里面定义一个类名customScrollBar,使用的时候加上类名即可 /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/ &-scrollbar { width: 6px; height: 6px
阅读全文
摘要:beforeConfirm () { this.detailInfos.userPointList.map((item, index) => { if (item.show && !item.rejectReason) { item.showRed = true this.$set(this.det
阅读全文
摘要:1 dealData (arr) { // 递归添加expand,替换title for (let i = 0; i < arr.length; i++) { if (arr[i].children) { this.dealData(arr[i].children) } arr.map(ele =>
阅读全文