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
af4d1ba5
Commit
af4d1ba5
authored
Dec 23, 2022
by
WuBing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lttame缺陷修改
parent
ac69816a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
Pattern.js
src/model/Lttame/Pattern.js
+2
-2
Detp.vue
src/views/Business/Lttame/Detp.vue
+3
-3
No files found.
src/model/Lttame/Pattern.js
View file @
af4d1ba5
...
@@ -481,8 +481,8 @@ export default {
...
@@ -481,8 +481,8 @@ export default {
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"ltdgrp.rec.prepers18"
:[
"ltdgrp.rec.prepers18"
:[
{
type
:
"
string"
,
required
:
false
,
message
:
"必输项
"
},
{
type
:
"
number"
,
required
:
false
,
message
:
"请输入数字
"
},
{
max
:
3
,
message
:
"长度不能超过3
"
}
{
type
:
"number"
,
max
:
99
,
message
:
"不能超过99
"
}
],
],
"ltdgrp.rec.prepertxts18"
:[
"ltdgrp.rec.prepertxts18"
:[
...
...
src/views/Business/Lttame/Detp.vue
View file @
af4d1ba5
...
@@ -36,11 +36,11 @@
...
@@ -36,11 +36,11 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"名称地址"
prop=
"ltdgrp.
blk.avbwthtxt
"
>
<el-form-item
label=
"名称地址"
prop=
"ltdgrp.
avt.pts.adrblk
"
>
<c-input
<c-input
type=
"textarea"
type=
"textarea"
:rows=
"3"
:rows=
"3"
v-model=
"model.ltdgrp.
blk.avbwthtxt
"
v-model=
"model.ltdgrp.
avt.pts.adrblk
"
maxlength=
"140"
maxlength=
"140"
show-word-limit
show-word-limit
placeholder=
"请输入名称地址"
placeholder=
"请输入名称地址"
...
@@ -202,7 +202,7 @@
...
@@ -202,7 +202,7 @@
<c-input
<c-input
v-model
.
number=
"model.ltdgrp.rec.prepers18"
v-model
.
number=
"model.ltdgrp.rec.prepers18"
placeholder=
"请输入交单期"
placeholder=
"请输入交单期"
disab
el
d
disab
le
d
></c-input>
></c-input>
<template
slot=
"footer"
>
<template
slot=
"footer"
>
<c-button
<c-button
...
...
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