Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
vue-gjjs
Commits
744a2720
Commit
744a2720
authored
Oct 11, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LITOPN附加金额覆盖框pattern字数调整
parent
18310212
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Pattern.js
src/model/Litopn/Pattern.js
+1
-1
Aamp.vue
src/views/Business/Litopn/Aamp.vue
+1
-1
No files found.
src/model/Litopn/Pattern.js
View file @
744a2720
...
@@ -204,7 +204,7 @@ export default {
...
@@ -204,7 +204,7 @@ export default {
],
],
"lidgrp.blk.addamtcov"
:[
"lidgrp.blk.addamtcov"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35
"
}
{
max
:
140
,
message
:
"长度不能超过140
"
}
],
],
"lidgrp.rec.avbby"
:[
"lidgrp.rec.avbby"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
src/views/Business/Litopn/Aamp.vue
View file @
744a2720
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
<c-input
<c-input
type=
"textarea"
type=
"textarea"
v-model=
"model.lidgrp.blk.addamtcov"
v-model=
"model.lidgrp.blk.addamtcov"
maxlength=
"
35
"
maxlength=
"
140
"
:rows=
"4"
:rows=
"4"
show-word-limit
show-word-limit
placeholder=
""
placeholder=
""
...
...
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