小卡片

master
chaiyapeng 2024-08-25 15:09:16 +08:00
parent 8fd123e14d
commit fddc80e039
1 changed files with 4 additions and 2 deletions

View File

@ -63,7 +63,7 @@
<el-input v-model="form.name" autocomplete="off"></el-input>
</el-form-item>
<el-form-item :label-width="formLabelWidth">
<button @click="textPhone"></button>
<button @click="textPhone()"></button>
</el-form-item>
</el-form>
<div slot="footer" class="dialog-footer">
@ -96,7 +96,9 @@ export default {
watch: {},
//",
methods: {
textPhone(){
alert(111);
}
},
// - 访this",
created() {