操作列宽

This commit is contained in:
刘彦泽
2023-03-31 10:49:01 +08:00
parent 5d3f8c67fe
commit 2cb9e0c9e6
35 changed files with 136 additions and 134 deletions
+1 -1
View File
@@ -172,7 +172,7 @@
dataIndex: res.db_field_name,
align: 'left',
ellipsis: true,
width: 170,
width: 192,
sorter: res.sort
})
if (res.click) {
@@ -182,7 +182,9 @@
sorter: res.sort,
width: 100
})
if (res.db_field_name=='technology_territory'){
this.columns[index].width= 293
}
if (res.urlClick) {
this.columns[index].scopedSlots = {
customRender: 'urlClick'
+1 -1
View File
@@ -196,7 +196,7 @@
align: 'left',
ellipsis: true,
sorter: res.sort,
width: 170
width: 224,
})
if (res.db_field_name == '') {
// scope.row.itermsConditions ? scope.row.itermsConditions.replace(/<.*?>/ig, ' ') : ''
+1 -1
View File
@@ -165,7 +165,7 @@
align: 'left',
ellipsis: true,
sorter: res.sort,
width: 170
width: 215,
})
if (res.click) {
this.columns[index].scopedSlots = {