diff --git a/pingan/src/views/receiver/clues/index.vue b/pingan/src/views/receiver/clues/index.vue index 5f975f5..e45c8c9 100644 --- a/pingan/src/views/receiver/clues/index.vue +++ b/pingan/src/views/receiver/clues/index.vue @@ -270,7 +270,7 @@ label: '归属', align: 'center', showOverflowTooltip: true, - width: 100, + minWidth: 150, slot: 'belongUserName' }, { @@ -293,7 +293,7 @@ prop: 'brandSeries', label: '关注车型', align: 'center', - width: 200, + minWidth: 200, resizable: false, showOverflowTooltip: true, slot: 'brandSeries' @@ -310,13 +310,13 @@ prop: 'poi', label: '所属地区', align: 'center', - width: 120 + minWidth: 120 }, { prop: 'enTime', label: '入池时间', align: 'center', - width: 100, + minWidth: 100, resizable: false }, {