fix : 修改通讯录手机号校验

This commit is contained in:
dj
2024-11-25 23:36:04 +08:00
parent 8ef5ba7c02
commit 2403191ca9

View File

@@ -121,7 +121,7 @@ const formSchema = computed(() => {
{
label: '手机号',
prop: 'phone',
component: 'el-input-number',
component: 'el-input',
colProps: {
span: 24
},