You need to sign in or sign up before continuing.
Commit d31a7e05 authored by 刘帅's avatar 刘帅

1.调整

parent b76c753a
...@@ -315,7 +315,7 @@ ...@@ -315,7 +315,7 @@
<el-dialog :title="title" :visible.sync="open2" width="500px" append-to-body> <el-dialog :title="title" :visible.sync="open2" width="500px" append-to-body>
<el-form ref="payForm" :model="payForm" :rules="payRules" label-width="80px"> <el-form ref="payForm" :model="payForm" :rules="payRules" label-width="80px">
<el-form-item label="支付码" prop="paymentAccount"> <el-form-item label="支付码" prop="paymentAccount">
<el-input ref="payCodeInput" v-model="payForm.paymentAccount" placeholder="使用设备扫描条形码" /> <el-input ref="payCodeInput" v-model="payForm.paymentAccount" @keydown.enter.native.prevent placeholder="使用设备扫描条形码" />
</el-form-item> </el-form-item>
</el-form> </el-form>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
......
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