Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d4a521ef
authored
Oct 06, 2023
by
owen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
统计:交易统计Review修改
parent
86323f97
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
4 deletions
+2
-4
src/api/mall/statistics/trade.ts
+0
-2
src/views/mall/statistics/trade/components/TradeStatisticValue.vue
+0
-0
src/views/mall/statistics/trade/components/TradeTrendValue.vue
+0
-0
src/views/mall/statistics/trade/index.vue
+2
-2
No files found.
src/api/statistics/trade.ts
→
src/api/
mall/
statistics/trade.ts
View file @
d4a521ef
...
@@ -2,8 +2,6 @@ import request from '@/config/axios'
...
@@ -2,8 +2,6 @@ import request from '@/config/axios'
import
dayjs
from
'dayjs'
import
dayjs
from
'dayjs'
import
{
formatDate
}
from
'@/utils/formatTime'
import
{
formatDate
}
from
'@/utils/formatTime'
// todo @疯狂:挪到 mall 里哈
/** 交易统计对照 Response VO */
/** 交易统计对照 Response VO */
export
interface
TradeStatisticsComparisonRespVO
<
T
>
{
export
interface
TradeStatisticsComparisonRespVO
<
T
>
{
value
:
T
value
:
T
...
...
src/views/statistics/trade/components/TradeStatisticValue.vue
→
src/views/
mall/
statistics/trade/components/TradeStatisticValue.vue
View file @
d4a521ef
File moved
src/views/statistics/trade/components/TradeTrendValue.vue
→
src/views/
mall/
statistics/trade/components/TradeTrendValue.vue
View file @
d4a521ef
File moved
src/views/statistics/trade/index.vue
→
src/views/
mall/
statistics/trade/index.vue
View file @
d4a521ef
...
@@ -226,7 +226,7 @@
...
@@ -226,7 +226,7 @@
</div>
</div>
</template>
</template>
<
script
lang=
"ts"
setup
>
<
script
lang=
"ts"
setup
>
import
*
as
TradeStatisticsApi
from
'@/api/statistics/trade'
import
*
as
TradeStatisticsApi
from
'@/api/
mall/
statistics/trade'
import
TradeStatisticValue
from
'./components/TradeStatisticValue.vue'
import
TradeStatisticValue
from
'./components/TradeStatisticValue.vue'
import
TradeTrendValue
from
'./components/TradeTrendValue.vue'
import
TradeTrendValue
from
'./components/TradeTrendValue.vue'
import
{
EChartsOption
}
from
'echarts'
import
{
EChartsOption
}
from
'echarts'
...
@@ -235,7 +235,7 @@ import {
...
@@ -235,7 +235,7 @@ import {
TradeSummaryRespVO
,
TradeSummaryRespVO
,
TradeTrendReqVO
,
TradeTrendReqVO
,
TradeTrendSummaryRespVO
TradeTrendSummaryRespVO
}
from
'@/api/statistics/trade'
}
from
'@/api/
mall/
statistics/trade'
import
dayjs
from
'dayjs'
import
dayjs
from
'dayjs'
import
{
fenToYuan
}
from
'@/utils'
import
{
fenToYuan
}
from
'@/utils'
import
*
as
DateUtil
from
'@/utils/formatTime'
import
*
as
DateUtil
from
'@/utils/formatTime'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment