Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jwhx
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
sugar
jwhx
Commits
46183d5f
Commit
46183d5f
authored
Dec 31, 2024
by
xieyishang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
`
parent
5405af5b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
resources/admin/src/pages/cashierhome/cashierhome.vue
resources/admin/src/pages/cashierhome/cashierhome.vue
+3
-3
resources/admin/vite.config.js
resources/admin/vite.config.js
+1
-1
No files found.
resources/admin/src/pages/cashierhome/cashierhome.vue
View file @
46183d5f
...
...
@@ -26,12 +26,12 @@
</el-table-column>
</el-table>
<div
class=
"total"
>
<small>
数量:
</small>
{{ totalCount }}
<small>
金额:
</small>
{{ totalMoney }}
<small>
数量:
</small>
{{ totalCount }}
<small>
金额:
</small>
¥
{{ totalMoney }}
</div>
<div
class=
"pos_btn"
>
<el-button
size=
"large"
type=
"primary"
@
click=
"focusfun"
>
监听扫码识别
</el-button>
<el-button
size=
"large"
type=
"primary"
@
click=
"focusfun"
>
监听扫码
枪
识别
</el-button>
<el-button
size=
"large"
type=
"danger"
@
click=
"delAllGoods()"
>
清空购物单
</el-button>
<el-button
size=
"large"
type=
"success"
@
click=
"checkOut()"
>
结
账
</el-button>
<el-button
size=
"large"
type=
"success"
@
click=
"checkOut()"
>
结
算
</el-button>
</div>
</el-tab-pane>
</el-tabs>
...
...
resources/admin/vite.config.js
View file @
46183d5f
...
...
@@ -20,7 +20,7 @@ export default defineConfig({
__INTLIFY_PROD_DEVTOOLS__
:
false
},
server
:
{
port
:
808
0
,
port
:
808
1
,
host
:
true
,
open
:
false
,
proxy
:
{
...
...
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