diff --git a/src/assets/SvgIcons/上升箭头.svg b/src/assets/SvgIcons/上升箭头.svg new file mode 100644 index 0000000..343582c --- /dev/null +++ b/src/assets/SvgIcons/上升箭头.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/src/assets/SvgIcons/下降箭头.svg b/src/assets/SvgIcons/下降箭头.svg new file mode 100644 index 0000000..99120a4 --- /dev/null +++ b/src/assets/SvgIcons/下降箭头.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/src/assets/SvgIcons/持平.svg b/src/assets/SvgIcons/持平.svg new file mode 100644 index 0000000..9185a41 --- /dev/null +++ b/src/assets/SvgIcons/持平.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/src/components/workspace/CashManagement.vue b/src/components/workspace/CashManagement.vue index dfa250b..0e1c434 100644 --- a/src/components/workspace/CashManagement.vue +++ b/src/components/workspace/CashManagement.vue @@ -4,7 +4,7 @@
现金管理 最后更新时间:{{ - workDataUpdateTime && workDataUpdateTime !== '1970-01-01 08:00:00' ? workDataUpdateTime : '该地区暂无数据' + workDataUpdateTime && workDataUpdateTime !== '1970-01-01 08:00:00' ? workDataUpdateTime : '该地区暂无数据' }}
@@ -20,7 +20,7 @@ {{ market.value.toLocaleString() }} - +
@@ -30,18 +30,18 @@ \ No newline at end of file diff --git a/src/views/workspace/index.vue b/src/views/workspace/index.vue index ca06dcc..f7d02fe 100644 --- a/src/views/workspace/index.vue +++ b/src/views/workspace/index.vue @@ -3,15 +3,13 @@
数据总览
-
- - +
+ + - + @@ -37,7 +35,7 @@ const markets = ref([]) const account = ref('') const activeTab = ref('recharge') -// 👉 tab 切换时重新调图表接口 +// tab 切换时重新调图表接口 const handleTabChange = async (tab) => { activeTab.value = tab await getGraphData()