ee0e2b1d by zhangmeng

旅游

1 parent ac4c6876
......@@ -566,7 +566,7 @@
<el-form-item :label="language==0?'开票人':'Name'">
<!-- <div class="flex">-->
<el-input
v-model.trim="lpName" :maxlength="50"
v-model="lpName" :maxlength="50"
:placeholder="language==0?'请输入开票人':'Please enter your name'"
style="width: 100%"
/>
......
......@@ -446,7 +446,7 @@
<div class="flex">
<el-form-item :label="language==0?'开票人':'Name'" style="width: 100% ">
<el-input
v-model.trim="lpName" :maxlength="50"
v-model="lpName" :maxlength="50"
:placeholder="language==0?'请输入开票人':'Please enter your name'"
style="width: 100% "
/>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!