小卡片

master
chaiyapeng 2024-08-25 18:40:46 +08:00
parent 293be35b73
commit 8fef9fc9ce
1 changed files with 5 additions and 5 deletions

View File

@ -15,11 +15,11 @@
<el-form-item :label-width="formLabelWidth"> <el-form-item :label-width="formLabelWidth">
<el-button @click="textPhone()"></el-button> <el-button @click="textPhone()"></el-button>
</el-form-item> </el-form-item>
<!-- 省份:{{this.formPhone.province}}<br>--> 省份:{{this.formPhone.province}}<br>
<!-- 城市:{{this.formPhone.city}}<br>--> 城市:{{this.formPhone.city}}<br>
<!-- 区号:{{this.formPhone.zip}}<br>--> 区号:{{this.formPhone.zip}}<br>
<!-- 邮编:{{this.formPhone.zip}}<br>--> 邮编:{{this.formPhone.zip}}<br>
<!-- 运营商:{{this.formPhone.company}}--> 运营商:{{this.formPhone.company}}
</el-form> </el-form>
</div> </div>
</el-card> </el-card>