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
2a58b04a
authored
Oct 06, 2023
by
owen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
统计:交易统计Review修改
parent
cf7ac2cb
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 @
2a58b04a
...
...
@@ -2,8 +2,6 @@ import request from '@/config/axios'
import
dayjs
from
'dayjs'
import
{
formatDate
}
from
'@/utils/formatTime'
// todo @疯狂:挪到 mall 里哈
/** 交易统计对照 Response VO */
export
interface
TradeStatisticsComparisonRespVO
<
T
>
{
value
:
T
...
...
src/views/statistics/trade/components/TradeStatisticValue.vue
→
src/views/
mall/
statistics/trade/components/TradeStatisticValue.vue
View file @
2a58b04a
File moved
src/views/statistics/trade/components/TradeTrendValue.vue
→
src/views/
mall/
statistics/trade/components/TradeTrendValue.vue
View file @
2a58b04a
File moved
src/views/statistics/trade/index.vue
→
src/views/
mall/
statistics/trade/index.vue
View file @
2a58b04a
...
...
@@ -226,7 +226,7 @@
</div>
</template>
<
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
TradeTrendValue
from
'./components/TradeTrendValue.vue'
import
{
EChartsOption
}
from
'echarts'
...
...
@@ -235,7 +235,7 @@ import {
TradeSummaryRespVO
,
TradeTrendReqVO
,
TradeTrendSummaryRespVO
}
from
'@/api/statistics/trade'
}
from
'@/api/
mall/
statistics/trade'
import
dayjs
from
'dayjs'
import
{
fenToYuan
}
from
'@/utils'
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