旅游
Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -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 | /> | ... | ... |
-
Please register or sign in to post a comment