Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
16aef135
authored
Nov 22, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【功能修复】商城:prop 错误拼成 props
parent
bcc75bdd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/views/mall/product/spu/form/SkuForm.vue
+2
-2
No files found.
src/views/mall/product/spu/form/SkuForm.vue
View file @
16aef135
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
:rules=
"rules"
:rules=
"rules"
label-width=
"120px"
label-width=
"120px"
>
>
<el-form-item
label=
"分销类型"
prop
s
=
"subCommissionType"
>
<el-form-item
label=
"分销类型"
prop=
"subCommissionType"
>
<el-radio-group
<el-radio-group
v-model=
"formData.subCommissionType"
v-model=
"formData.subCommissionType"
class=
"w-80"
class=
"w-80"
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<el-radio
:value=
"true"
class=
"radio"
>
单独设置
</el-radio>
<el-radio
:value=
"true"
class=
"radio"
>
单独设置
</el-radio>
</el-radio-group>
</el-radio-group>
</el-form-item>
</el-form-item>
<el-form-item
label=
"商品规格"
prop
s
=
"specType"
>
<el-form-item
label=
"商品规格"
prop=
"specType"
>
<el-radio-group
v-model=
"formData.specType"
class=
"w-80"
@
change=
"onChangeSpec"
>
<el-radio-group
v-model=
"formData.specType"
class=
"w-80"
@
change=
"onChangeSpec"
>
<el-radio
:value=
"false"
class=
"radio"
>
单规格
</el-radio>
<el-radio
:value=
"false"
class=
"radio"
>
单规格
</el-radio>
<el-radio
:value=
"true"
>
多规格
</el-radio>
<el-radio
:value=
"true"
>
多规格
</el-radio>
...
...
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