Commit 46183d5f authored by xieyishang's avatar xieyishang

`

parent 5405af5b
......@@ -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>
......
......@@ -20,7 +20,7 @@ export default defineConfig({
__INTLIFY_PROD_DEVTOOLS__: false
},
server: {
port: 8080,
port: 8081,
host: true,
open: false,
proxy: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment