comparison client/src/components/Bottlenecks.vue @ 5590:826e67e959c9 surveysperbottleneckid

For BN Overview display id for all doubles
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 05 Apr 2022 13:02:13 +0200
parents 94ef43fac0eb
children
comparison
equal deleted inserted replaced
5589:f24c9a7b3e82 5590:826e67e959c9
5 :title="bottlenecksLabel" 5 :title="bottlenecksLabel"
6 :closeCallback="$parent.close" 6 :closeCallback="$parent.close"
7 /> 7 />
8 <UITableHeader 8 <UITableHeader
9 :columns="[ 9 :columns="[
10 { id: 'properties.name', title: `${nameLabel}`, width: '230px' }, 10 { id: 'properties.displayName', title: `${nameLabel}`, width: '230px' },
11 { 11 {
12 id: 'properties.responsible_country', 12 id: 'properties.responsible_country',
13 title: `${countryLabel}`, 13 title: `${countryLabel}`,
14 width: '100px' 14 width: '100px'
15 }, 15 },