ee0e2b1d by zhangmeng

旅游

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