Merge pull request 'fix : 修改通讯录手机号校验' (#191) from dj into master

Reviewed-on: http://git.feashow.cn/feashow/SmartOpsWeb/pulls/191
This commit is contained in:
2024-11-25 15:36:24 +00:00

View File

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