Browse Source

增加手机号类型

liyuan 6 ngày trước cách đây
mục cha
commit
cc28773531
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  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,