Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
integral-mall
Overview
Overview
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
integralMall
integral-mall
Commits
016f85c1
Commit
016f85c1
authored
Feb 24, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
ac15f071
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
+1
-3
coupon.vue
src/views/goods/coupon/coupon.vue
+0
-3
detail.vue
src/views/goods/coupon/detail.vue
+1
-0
No files found.
src/views/goods/coupon/coupon.vue
View file @
016f85c1
...
...
@@ -391,9 +391,6 @@
<el-dropdown-item
command=
"3"
v-if=
"scope.row.canEdit && $getButtonLimit($buttonCode.couponDelete)"
:limit-code=
"$buttonCode.couponDelete"
>
删除
</el-dropdown-item>
<el-dropdown-item
command=
"3"
v-if=
"scope.row.canEdit && $getButtonLimit($buttonCode.couponDelete)"
:limit-code=
"$buttonCode.couponDelete"
>
删除
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
<!--
<el-popover
placement=
"top"
width=
"160"
v-model=
"scope.row.visible2"
style=
"margin-left:8px"
>
...
...
src/views/goods/coupon/detail.vue
View file @
016f85c1
...
...
@@ -1123,6 +1123,7 @@ export default {
const
res
=
await
request
.
post
(
'/api-integral-mall/get-integral-mall-CashCost'
,
qs
.
stringify
(
params
));
if
(
res
.
data
.
errorCode
===
0
)
{
if
(
res
.
data
.
result
.
costValue
)
{
this
.
costValueArr
=
[];
const
arr
=
res
.
data
.
result
.
costValue
.
split
(
','
);
arr
.
forEach
(
item
=>
{
this
.
costValueArr
.
push
(
Number
(
item
));
...
...
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