网格调整完毕

This commit is contained in:
aixianling
2022-06-01 10:10:34 +08:00
parent 49aa0a6276
commit 58c3d89297
3 changed files with 18 additions and 45 deletions

View File

@@ -142,10 +142,6 @@ export default {
format (list) {
return list.map(item => {
if (item.girdLevel !== '2') {
item.disabled = true
}
if (item.girdList && item.girdList.length) {
item.girdList = this.format(item.girdList)
}