|
|
@@ -260,17 +260,18 @@ const {
|
|
|
excludeParams: [],
|
|
|
columnsFactory: () => [
|
|
|
{
|
|
|
- prop: 'name', label: '学校(校区)', showOverflowTooltip: true, formatter: (row) => {
|
|
|
+ prop: 'name', label: '学校(校区)', width: 150, showOverflowTooltip: true, formatter: (row) => {
|
|
|
return h(ElButton, {
|
|
|
type: 'primary',
|
|
|
link: true,
|
|
|
+ size: 'small',
|
|
|
onClick: () => showDrawer(row),
|
|
|
style: {"text-decoration": 'underline'}
|
|
|
}, () => row.name)
|
|
|
}
|
|
|
},
|
|
|
- {prop: 'area', label: '地区', formatter: (row) => row.province + row.city + row.area},
|
|
|
- {prop: 'address', label: '详细地址'},
|
|
|
+ {prop: 'area', label: '地区', width: 150, formatter: (row) => row.province + row.city + row.area},
|
|
|
+ {prop: 'address', width: 150, label: '详细地址'},
|
|
|
{
|
|
|
prop: 'canteen',
|
|
|
label: '关联食堂',
|
|
|
@@ -349,10 +350,10 @@ const {
|
|
|
}
|
|
|
},
|
|
|
{prop: 'follow_list', label: '跟进记录', useSlot: true, width: 400},
|
|
|
- { prop: 'dormitory_distribution', label: '宿舍分布情况', showOverflowTooltip: true },
|
|
|
- { prop: 'qucan_station_distribution', label: '校门口取餐点离宿舍情况', showOverflowTooltip: true },
|
|
|
- {prop: 'out_business_description', label: '校外商圈情况', showOverflowTooltip: true},
|
|
|
- {prop: 'memo', label: '备注', showOverflowTooltip: true},
|
|
|
+ { prop: 'dormitory_distribution', width: 250, label: '宿舍分布情况', showOverflowTooltip: true },
|
|
|
+ { prop: 'qucan_station_distribution', width: 250, label: '校门口取餐点离宿舍情况', showOverflowTooltip: true },
|
|
|
+ {prop: 'out_business_description', width: 250, label: '校外商圈情况', showOverflowTooltip: true},
|
|
|
+ {prop: 'memo', label: '备注', width: 250, showOverflowTooltip: true},
|
|
|
{
|
|
|
prop: 'operation',
|
|
|
label: '操作',
|