Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_admin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_admin
Commits
a28b50e1
Commit
a28b50e1
authored
May 24, 2024
by
gaia
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/feature/20240301_1544_sale' into release_pre_20240524101904
parents
87ddc663
31f37469
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
src/views/dashboard/index.vue
src/views/dashboard/index.vue
+1
-1
src/views/order/components/NoPassIdentifyDialog.vue
src/views/order/components/NoPassIdentifyDialog.vue
+1
-0
No files found.
src/views/dashboard/index.vue
View file @
a28b50e1
...
...
@@ -59,7 +59,7 @@
<h3
>
藏品信息
</h3>
<div
class=
"info_item"
>
<el-card
class=
"info_item_card"
>
<div
class=
"info_item_card-text"
>
访问用户数
</div>
<div
class=
"info_item_card-text"
>
成交额
</div>
<div
class=
"info_item_card-num"
>
<div
class=
"info_item_card-num_content"
>
{{
collectOrderData
.
totalAmount
}}
</div>
<!--
<count-to
:start-val=
"0"
:end-val=
"collectOrderData.totalAmount"
:duration=
"2600"
class=
"info_item_card-num_content"
/>
-->
...
...
src/views/order/components/NoPassIdentifyDialog.vue
View file @
a28b50e1
...
...
@@ -77,6 +77,7 @@ export default {
this
.
$notify
.
success
({
message
:
'
操作成功
'
})
this
.
cancelForm
=
{}
this
.
$emit
(
'
refreshItem
'
,
this
.
distributionOrderId
)
})
.
catch
(
response
=>
{
...
...
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