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
7ccec93a
Commit
7ccec93a
authored
Aug 11, 2022
by
huangxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bdtcan,botcan优化
parent
32473c8f
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
4 deletions
+7
-4
Pattern.js
src/model/Bdtcan/Pattern.js
+1
-1
Pattern.js
src/model/Botcan/Pattern.js
+1
-1
Canp.vue
src/views/Business/Bdtcan/Canp.vue
+1
-1
Canp.vue
src/views/Business/Botcan/Canp.vue
+4
-1
No files found.
src/model/Bdtcan/Pattern.js
View file @
7ccec93a
...
...
@@ -92,7 +92,7 @@ export default {
],
"strinf"
:[
//{type: "string", required: true, message: "必输项"},
{
max
:
50
,
message
:
"长度不能超过
50"
}
{
max
:
1750
,
message
:
"长度不能超过17
50"
}
],
...
...
src/model/Botcan/Pattern.js
View file @
7ccec93a
...
...
@@ -74,7 +74,7 @@ export default {
],
"strinf"
:[
//{type: "string", required: true, message: "必输项"},
{
max
:
50
,
message
:
"长度不能超过
50"
}
{
max
:
1750
,
message
:
"长度不能超过17
50"
}
],
"setmod.ref"
:[
...
...
src/views/Business/Bdtcan/Canp.vue
View file @
7ccec93a
...
...
@@ -304,7 +304,7 @@
<c-input
type=
"textarea"
v-model=
"model.strinf"
maxlength=
"50"
maxlength=
"
17
50"
show-word-limit
placeholder=
"请输入Narrative"
:rows=
"10"
...
...
src/views/Business/Botcan/Canp.vue
View file @
7ccec93a
...
...
@@ -294,7 +294,8 @@
<c-input
type=
"textarea"
v-model=
"model.strinf"
maxlength=
"50"
maxlength=
"1750"
:rows=
"10"
show-word-limit
placeholder=
"请输入Narrative"
></c-input>
...
...
@@ -304,7 +305,9 @@
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"sndmsg"
>
<c-checkbox
v-model=
"model.sndmsg"
>
Send Message
</c-checkbox>
</el-form-item>
</c-col>
</c-col>
</c-row>
...
...
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