File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed
Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -533,9 +533,6 @@ module.exports = function (api) {
533533 platform_location
534534 platform_purview
535535 }
536- designation {
537- tier
538- }
539536 }
540537 }
541538 }
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export function useTableSorting() {
2828 platform : platformSortHandler ,
2929 title : titleSortHandler ,
3030 summary : textSortHandler ,
31- tier : tierSortHandler ,
31+ // tier: tierSortHandler,
3232 region : regionSortHandler ,
3333 } ;
3434
@@ -253,14 +253,14 @@ export function useTableSorting() {
253253 platformSortHandler,
254254 titleSortHandler,
255255 textSortHandler,
256- tierSortHandler,
256+ // tierSortHandler,
257257 regionSortHandler,
258258
259259 createSortableField,
260260 createSortableFields,
261261
262262 getPlatformDisplayValue,
263- getTierValue,
263+ // getTierValue,
264264 getRegionValue,
265265 compareStrings,
266266 getSortState,
Original file line number Diff line number Diff line change 104104 </span >
105105 <span v-else > - </span >
106106 </template >
107- <template #cell (tier)="data">
107+ <!-- < template #cell(tier)="data">
108108 <span v-if="getTierValue(data.item)" class="badge badge-primary">
109109 Tier {{ getTierValue(data.item) }}
110110 </span>
111111 <span v-else> - </span>
112- </template >
112+ </template> -->
113113 <template #cell (link)="data">
114114 <a
115115 v-for =" link of getLinks(data.item, [tab.linkGroup || tab.id])"
You can’t perform that action at this time.
0 commit comments