Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
e052f423
Commit
e052f423
authored
Aug 07, 2020
by
吴春
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/huangyuanyuan/electricitysheep
parents
649a9be5
11cc2ab2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
8 deletions
+4
-8
RecommendRebate.vue
src/components/UserMan/RecommendRebate.vue
+1
-1
RecommendBill.vue
src/components/orderMan/RecommendBill.vue
+1
-1
mailRulesSet.vue
src/components/setup/mailRulesSet.vue
+2
-6
No files found.
src/components/UserMan/RecommendRebate.vue
View file @
e052f423
...
...
@@ -179,7 +179,7 @@
<div
flex=
"dir:left cross:center"
class=
" share-price"
style=
"margin-bottom: 10px;"
v-if=
"list.OrderIntroduction.Commission!=null && list.OrderIntroduction.Commission!='' && list.OrderIntroduction.Commission!=0 "
>
<span
style=
'color: #999999;margin-right: 10px;'
>
佣金:
</span>
<div>
¥
{{
list
.
OrderIntroduction
.
Commission
}}
</div>
<img
v-if=
'list.OrderIntroduction.CommissionState==1'
@
click=
"EditCommission(list)"
<img
v-if=
'list.OrderIntroduction.CommissionState==1'
@
click=
"EditCommission(list)"
style=
"margin-left:8px"
src=
"../../assets/img/userman/edit1.png"
alt=
""
>
</div>
...
...
src/components/orderMan/RecommendBill.vue
View file @
e052f423
...
...
@@ -441,7 +441,7 @@
}
.RecommendBill
.Re_rightDiv
{
float
:
left
;
width
:
7
9
%
;
width
:
7
6
%
;
margin
:
0
10px
;
}
.RecommendBill
.ReDivList
{
...
...
src/components/setup/mailRulesSet.vue
View file @
e052f423
...
...
@@ -32,7 +32,7 @@
<
template
slot=
"append"
>
元
</
template
>
</el-input>
</el-form-item>
<el-form-item
label=
"跳转链接"
prop=
"FreeShippingUrl"
class=
"is-required"
>
<el-form-item
label=
"跳转链接"
>
<el-input
v-model=
"addMsg.FreeShippingUrl"
placeholder=
"请输入链接"
>
</el-input>
...
...
@@ -152,11 +152,7 @@
message
:
'请选择是否启用'
,
trigger
:
'change'
}],
FreeShippingUrl
:
[{
required
:
true
,
message
:
'请选择跳转链接'
,
trigger
:
'blur'
}],
},
loading
:
false
,
...
...
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