浏览代码

增加手机号类型

liyuan 6 天之前
父节点
当前提交
cc28773531
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      src/views/system/client.vue

+ 5 - 1
src/views/system/client.vue

@@ -104,7 +104,11 @@
                 {
                   label: "social",
                   value: "social"
-                }
+                },
+                  {
+                      label: "phone",
+                      value: "phone"
+                  }
               ],
               rules: [{
                 required: true,