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
621d14a2
Commit
621d14a2
authored
Aug 21, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
69ee8996
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 @
621d14a2
...
@@ -122,7 +122,7 @@
...
@@ -122,7 +122,7 @@
<el-button
slot=
"append"
>
元
</el-button>
<el-button
slot=
"append"
>
元
</el-button>
</el-input>
</el-input>
</el-form-item>
</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"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"-1元表示不限制每日提现金额"
placement=
"top-start"
>
<i
class=
" elzk el-tooltip el-icon-info"
></i>
<i
class=
" elzk el-tooltip el-icon-info"
></i>
</el-tooltip>
</el-tooltip>
...
...
src/components/orderMan/orderList.vue
View file @
621d14a2
...
@@ -108,6 +108,9 @@
...
@@ -108,6 +108,9 @@
<div
class=
"app-order-user"
>
<div
class=
"app-order-user"
>
<span
class=
"app-order-time"
>
订单号:
</span>
{{
item
.
OrderNo
}}
(
{{
item
.
OrderId
}}
)
<span
class=
"app-order-time"
>
订单号:
</span>
{{
item
.
OrderNo
}}
(
{{
item
.
OrderId
}}
)
</div>
</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"
>
<div
flex=
"cross:center"
class=
"app-order-user"
>
<img
v-if=
"item.OrderSource==1"
src=
"../../assets/img/userman/wx.png"
alt=
""
>
<img
v-if=
"item.OrderSource==1"
src=
"../../assets/img/userman/wx.png"
alt=
""
>
<span>
{{
item
.
UserName
}}
(
{{
item
.
UserId
}}
)
</span>
<span>
{{
item
.
UserName
}}
(
{{
item
.
UserId
}}
)
</span>
...
@@ -177,6 +180,10 @@
...
@@ -177,6 +180,10 @@
</el-tag>
</el-tag>
</span>
</span>
</div>
</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;"
>
<div
style=
" display: flex;flex-direction: row;align-items: center;"
>
<span>
货号:
{{
list
.
ProductCode
!=
null
&&
list
.
ProductCode
!=
''
?
list
.
ProductCode
:
'无'
}}
</span>
<span>
货号:
{{
list
.
ProductCode
!=
null
&&
list
.
ProductCode
!=
''
?
list
.
ProductCode
:
'无'
}}
</span>
<span
style=
"margin-left:20px"
v-if=
'list.FreeShippingRemarks!=null'
>
{{
list
.
FreeShippingRemarks
}}
</span>
<span
style=
"margin-left:20px"
v-if=
'list.FreeShippingRemarks!=null'
>
{{
list
.
FreeShippingRemarks
}}
</span>
...
...
src/components/sallCenter/couponManage.vue
View file @
621d14a2
...
@@ -43,6 +43,10 @@
...
@@ -43,6 +43,10 @@
prop=
"Name"
prop=
"Name"
label=
"优惠券名称"
>
label=
"优惠券名称"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"SmallShopName"
label=
"微店名称"
>
</el-table-column>
<el-table-column
<el-table-column
prop=
"MinConsumePrice"
prop=
"MinConsumePrice"
label=
"最低消费金额(元)"
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