|
@@ -93,7 +93,6 @@ export default {
|
|
|
for (const vel in arr) {
|
|
|
const ds = {
|
|
|
id: arr[vel].id,
|
|
|
- label: arr[vel].desc ? arr[vel].name + '-' + arr[vel].desc : arr[vel].name,
|
|
|
description: arr[vel].desc ? arr[vel].name + '-' + arr[vel].desc : arr[vel].name,
|
|
|
startDate: arr[vel].dayList[0],
|
|
|
endDate: arr[vel].dayList[arr[vel].dayList.length - 1],
|