Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
40f23ca0
authored
2023-02-14 16:21:18 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
办公电话格式校验
1 parent
803746f1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/system/information/base-set.vue
src/views/system/information/base-set.vue
View file @
40f23ca
...
...
@@ -96,7 +96,7 @@ export default {
],
telephone
:
[
{
pattern
:
/
^
((
d
{3,4})
|d
{3,4}
-|s
)?
d
{7,14}
$
/
,
pattern
:
/
\d{3}
-
\d{8}
|
\d{4}
-
\d{7}
/
,
message
:
"办公电话格式有误"
,
trigger
:
"blur"
,
},
...
...
Please
register
or
sign in
to post a comment