Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
quantum-blocks
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
quantum-blocks
Commits
dee27280
Commit
dee27280
authored
May 30, 2022
by
xuguangxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 升级组件库
parent
77c00b7e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
3 deletions
+19
-3
index.vue
...ponent/DynamicForm/component/BatchGoodsSelector/index.vue
+8
-0
index.vue
...t/DynamicForm/component/DiscountGoodsSelectorV2/index.vue
+11
-3
No files found.
app/web/page/editor/component/DynamicForm/component/BatchGoodsSelector/index.vue
View file @
dee27280
...
...
@@ -9,6 +9,9 @@
/>
<div
class=
"goodsItem"
v-for=
"(item, index) in data.data"
:key=
"index"
>
<div
class=
"title"
>
商品
{{
index
+
1
}}
</div>
<Form
@
submit
.
native
.
prevent
ref=
"formCustom"
:model=
"item"
:label-width=
"90"
label-position=
"left"
>
<FormItem
label=
"sku_no"
prop=
"skuNo"
>
<Input
v-model=
"item.skuNo"
disabled
/>
...
...
@@ -137,5 +140,10 @@ export default {
border-radius: 4px;
margin-top: 10px;
padding: 5px;
.title{
width: 100%;
height: 30px;
font-weight: bold;
}
}
</
style
>
app/web/page/editor/component/DynamicForm/component/DiscountGoodsSelectorV2/index.vue
View file @
dee27280
...
...
@@ -9,6 +9,9 @@
/>
<div
class=
"goodsItem"
v-for=
"(item, index) in data.data"
:key=
"index"
>
<div
class=
"title"
>
商品
{{
index
+
1
}}
</div>
<Form
@
submit
.
native
.
prevent
ref=
"formCustom"
:model=
"item"
:label-width=
"90"
label-position=
"left"
>
<FormItem
label=
"sku_no"
prop=
"skuNo"
>
<Input
v-model=
"item.skuNo"
disabled
/>
...
...
@@ -153,8 +156,13 @@ export default {
border-radius: 4px;
margin-top: 10px;
padding: 5px;
/deep/ .ivu-form-item{
margin-bottom: 10px;
}
/deep/ .ivu-form-item{
margin-bottom: 10px;
}
.title{
width: 100%;
height: 30px;
font-weight: bold;
}
}
</
style
>
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