Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
ybf
Project
Project
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
xulili
ybf
Commits
c198c7fe
Commit
c198c7fe
authored
5 years ago
by
xd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
小调整
parent
b2fa0663
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
goodGrounding.vue
ybf_wx/src/views/goods/goodGrounding.vue
+5
-1
No files found.
ybf_wx/src/views/goods/goodGrounding.vue
View file @
c198c7fe
...
...
@@ -16,7 +16,7 @@
<div
class=
"type"
>
<div
class=
"t-l"
>
佣金类型
</div>
<div
class=
"t-r"
>
<van-radio-group
v-model=
"type"
>
<van-radio-group
v-model=
"type"
@
change=
"handleChooseChange"
>
<van-radio
name=
"1"
style=
"float:left;"
>
固定金额
</van-radio>
<van-radio
name=
"2"
style=
"float:right;"
>
成交价比例
</van-radio>
</van-radio-group>
...
...
@@ -169,6 +169,10 @@ export default {
handleEndTime
(
value
)
{
this
.
endTime1
=
this
.
timeFormat
(
value
);
this
.
endShow
=
false
;
},
handleChooseChange
(
e
)
{
this
.
price
=
''
this
.
percent
=
''
}
}
};
...
...
This diff is collapsed.
Click to expand it.
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