操作列宽
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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, ' ') : ''
|
||||
|
||||
@@ -165,7 +165,7 @@
|
||||
align: 'left',
|
||||
ellipsis: true,
|
||||
sorter: res.sort,
|
||||
width: 170
|
||||
width: 215,
|
||||
})
|
||||
if (res.click) {
|
||||
this.columns[index].scopedSlots = {
|
||||
|
||||
Reference in New Issue
Block a user