Explorar el Código

增加营业执照的字段验证

wangning hace 5 años
padre
commit
a22ae9978d
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      hdApp/src/pagesClient/official/apply.vue

+ 5 - 0
hdApp/src/pagesClient/official/apply.vue

@@ -326,6 +326,11 @@ export default {
           name: "name",
           rule: ["required"],
           msg: ["请填写昵称"]
+        },
+        {
+          name: "licenseNo",
+          rule: ["required"],
+          msg: ["请输入营业执照编号"]
         }
       ];
       // 进行表单检查