1
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -167,7 +167,7 @@ order.fetchData(); | ... | @@ -167,7 +167,7 @@ order.fetchData(); |
| 167 | 167 | ||
| 168 | <div class="form"> | 168 | <div class="form"> |
| 169 | <el-form> | 169 | <el-form> |
| 170 | <el-form-item :label="language == 0 ? '联系人电话' : 'contacts'"> | 170 | <el-form-item :label="language == 0 ? '联系人电话' : 'contact phone'"> |
| 171 | <el-input | 171 | <el-input |
| 172 | v-model="payment.form.phone" | 172 | v-model="payment.form.phone" |
| 173 | :placeholder=" | 173 | :placeholder=" | ... | ... |
-
Please register or sign in to post a comment