Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dd_school
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangqi
dd_school
Commits
86c2163f
Commit
86c2163f
authored
Jul 11, 2024
by
zhaopanyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zpy7.11修改打印界面 和新增导入
parent
4fc552b7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
ruoyi-ui/drawingDefault.js
+29
-0
No files found.
ruoyi-ui/drawingDefault.js
0 → 100644
View file @
86c2163f
export
default
[
{
layout
:
'colFormItem'
,
tagIcon
:
'input'
,
label
:
'手机号'
,
vModel
:
'mobile'
,
formId
:
6
,
tag
:
'el-input'
,
placeholder
:
'请输入手机号'
,
defaultValue
:
''
,
span
:
24
,
style
:
{
width
:
'100%'
},
clearable
:
true
,
prepend
:
''
,
append
:
''
,
'prefix-icon'
:
'el-icon-mobile'
,
'suffix-icon'
:
''
,
maxlength
:
11
,
'show-word-limit'
:
true
,
readonly
:
false
,
disabled
:
false
,
required
:
true
,
changeTag
:
true
,
regList
:
[{
pattern
:
'/^1(3|4|5|7|8|9)
\\
d{9}$/'
,
message
:
'手机号格式错误'
}]
}
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment