Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
langzi
Project
Project
Details
Activity
Releases
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
Materials
langzi
Commits
9bcd88eb
Commit
9bcd88eb
authored
Jun 14, 2022
by
huyibo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 选择数据限制修改
parent
566eb6ee
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
optional.vue
src/classifyNav/optional.vue
+1
-1
optional.vue
src/goodsList/optional.vue
+1
-1
No files found.
src/classifyNav/optional.vue
View file @
9bcd88eb
...
...
@@ -5,7 +5,7 @@
<kit-formic-pack
:namespace=
"namespace"
>
<kit-formic-part
key=
"classify"
title=
"分类选择"
>
<kit-formic-item>
<kit-picker-context
v-model:value=
"option.data"
:link=
"fromicLink"
:limit=
"[1,
5
]"
:fileCtype=
"'img'"
>
<kit-picker-context
v-model:value=
"option.data"
:link=
"fromicLink"
:limit=
"[1,
100
]"
:fileCtype=
"'img'"
>
<template
v-slot=
"
{ event }">
<a-button
type=
"primary"
@
click=
"event.open"
>
请选择分类
</a-button>
</
template
>
...
...
src/goodsList/optional.vue
View file @
9bcd88eb
...
...
@@ -5,7 +5,7 @@
<kit-formic-pack
:namespace=
"namespace"
>
<kit-formic-part
key=
"goods"
title=
"商品选择"
>
<kit-formic-item>
<kit-picker-context
v-model:value=
"option.data"
:link=
"fromicLink"
:limit=
"[1,
5
]"
:fileCtype=
"'img'"
>
<kit-picker-context
v-model:value=
"option.data"
:link=
"fromicLink"
:limit=
"[1,
100
]"
:fileCtype=
"'img'"
>
<template
v-slot=
"
{ event }">
<a-button
type=
"primary"
@
click=
"event.open"
>
请选择商品
</a-button>
</
template
>
...
...
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