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
a8b61154
Commit
a8b61154
authored
Aug 24, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/huangyuanyuan/electricitysheep
parents
8dfa6d4e
f68c67bc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletion
+12
-1
tinyMerchantSet.vue
src/components/UserMan/tinyMerchant/tinyMerchantSet.vue
+1
-1
orderList.vue
src/components/orderMan/orderList.vue
+7
-0
couponManage.vue
src/components/sallCenter/couponManage.vue
+4
-0
No files found.
src/components/UserMan/tinyMerchant/tinyMerchantSet.vue
View file @
a8b61154
...
...
@@ -122,7 +122,7 @@
<el-button
slot=
"append"
>
元
</el-button>
</el-input>
</el-form-item>
<el-form-item
class=
"discount commonLabel"
label=
"每
次
提现上限"
prop=
"MaxWithdrawal"
>
<el-form-item
class=
"discount commonLabel"
label=
"每
日
提现上限"
prop=
"MaxWithdrawal"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"-1元表示不限制每日提现金额"
placement=
"top-start"
>
<i
class=
" elzk el-tooltip el-icon-info"
></i>
</el-tooltip>
...
...
src/components/orderMan/orderList.vue
View file @
a8b61154
...
...
@@ -108,6 +108,9 @@
<div
class=
"app-order-user"
>
<span
class=
"app-order-time"
>
订单号:
</span>
{{
item
.
OrderNo
}}
(
{{
item
.
OrderId
}}
)
</div>
<div
class=
"app-order-user"
v-if=
"item.SmallShopsName!=''&& item.SmallShopsName!=null&& item.SmallShopsId!=0 "
>
<span
class=
"app-order-time"
>
微店名称:
</span>
{{
item
.
SmallShopsName
}}
</div>
<div
flex=
"cross:center"
class=
"app-order-user"
>
<img
v-if=
"item.OrderSource==1"
src=
"../../assets/img/userman/wx.png"
alt=
""
>
<span>
{{
item
.
UserName
}}
(
{{
item
.
UserId
}}
)
</span>
...
...
@@ -177,6 +180,10 @@
</el-tag>
</span>
</div>
<div
style=
" display: flex;flex-direction: row;align-items: center;"
v-if=
"list.SmallShopsCostPrice!=null && list.SmallShopsCostPrice!=''&& list.SmallShopsCostPrice>0&& item.SmallShopsId!=0"
>
<span>
微店价格:¥
{{
list
.
Final_Price
}}
</span>
</div>
<div
style=
" display: flex;flex-direction: row;align-items: center;"
>
<span>
货号:
{{
list
.
ProductCode
!=
null
&&
list
.
ProductCode
!=
''
?
list
.
ProductCode
:
'无'
}}
</span>
<span
style=
"margin-left:20px"
v-if=
'list.FreeShippingRemarks!=null'
>
{{
list
.
FreeShippingRemarks
}}
</span>
...
...
src/components/sallCenter/couponManage.vue
View file @
a8b61154
...
...
@@ -43,6 +43,10 @@
prop=
"Name"
label=
"优惠券名称"
>
</el-table-column>
<el-table-column
prop=
"SmallShopName"
label=
"微店名称"
>
</el-table-column>
<el-table-column
prop=
"MinConsumePrice"
label=
"最低消费金额(元)"
...
...
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