|
@@ -7,7 +7,7 @@ import {getServiceList} from '@/api/financialMana'
|
|
|
import {downloadByFlow} from '@/utils/common-methods'
|
|
|
|
|
|
const moment = inject('$moment')
|
|
|
- const timeTypeData=[{label:'开票日期&到款日期',value:1},{label:'开票日期',value:2},{label:'到款日期',value:3}]
|
|
|
+ const timeTypeData=[{label:'开票日期',value:1},{label:'到款日期',value:2},{label:'开票日期&到款日期',value:3}]
|
|
|
const dateButtonData=[{text:'近1月',tabId:1},{text:'近2月',tabId:2},{text:'近3月',tabId:3}]
|
|
|
|
|
|
const groupList=ref([])
|