Explorar o código

需求池334 -财务统计-商品到款统计,增加日期类型筛选

hbchen %!s(int64=2) %!d(string=hai) anos
pai
achega
e104620c7a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/financialStatistics/commodityPayment.vue

+ 1 - 1
src/views/financialStatistics/commodityPayment.vue

@@ -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([])