修改提出优化点

This commit is contained in:
sunFlower
2022-10-25 17:39:51 +08:00
parent 8371b71631
commit 853bceb72b
3 changed files with 6 additions and 5 deletions
@@ -703,7 +703,7 @@
}
}
if (res.db_field_name == 'paramsName') {
this.columns[index].width = 200
this.columns[index].width = 300
this.columns[index].scopedSlots = {
customRender: 'paramsName'
}
@@ -526,7 +526,7 @@
}
}
if (res.db_field_name == 'paramsName') {
this.columns[index].width = 200
this.columns[index].width = 300
this.columns[index].ellipsis = false
this.columns[index].scopedSlots = {
customRender: 'paramsName'