|
|
@@ -293,7 +293,7 @@ const initOption = reactive({
|
|
|
title: 'update',
|
|
|
icon: 'image://' + updateIcon,
|
|
|
onclick: function () {
|
|
|
- let filename = 'Revenue Spent Details ' + barName.value[0] + '-' + barName.value[1]
|
|
|
+ let filename = 'Revenue Spent Details ' + barName.value[0] + '-' + barName.value[barName.value.length - 1]
|
|
|
exportData({ filename: filename })
|
|
|
}
|
|
|
}
|