Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
welfare
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
达摩4.0重构
welfare
Commits
0a5491cf
Commit
0a5491cf
authored
Apr 02, 2021
by
shaojiawen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug:销毁
parent
7474d0c8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
index.html
public/index.html
+1
-1
member-get.vue
src/views/card/gic-card/member-get.vue
+2
-2
No files found.
public/index.html
View file @
0a5491cf
...
...
@@ -36,7 +36,7 @@
<script
src=
"//web-1251519181.file.myqcloud.com/components/goods-selector.1.0.51.js"
></script>
<!-- 商品选择器 -->
<script
src=
"//web-1251519181.file.myqcloud.com/components/card-select.1.0.34.js"
></script>
<!-- 卡券选择器 -->
<script
src=
"//web-1251519181.file.myqcloud.com/components/link-tools.2.1.21.js"
></script>
<!-- 链接小工具 -->
<script
src=
"//web-1251519181.file.myqcloud.com/components/export-data.1.1.
1
.js"
></script>
<!-- 数据导出 -->
<script
src=
"//web-1251519181.file.myqcloud.com/components/export-data.1.1.
2
.js"
></script>
<!-- 数据导出 -->
<script
src=
"//web-1251519181.file.myqcloud.com/components/integral-select.1.0.26.js"
></script>
<!-- 积分选择器 -->
<script
src=
"//web-1251519181.file.myqcloud.com/components/rule-engine.1.0.86.js"
></script>
<!-- 规则引擎 -->
<script
src=
"//web-1251519181.file.myqcloud.com/components/pagination.1.0.10.js"
></script>
<!-- 分页器 -->
...
...
src/views/card/gic-card/member-get.vue
View file @
0a5491cf
...
...
@@ -80,8 +80,8 @@
</el-table-column>
<el-table-column
label=
"操作"
align=
"left"
width=
"130px"
fixed=
"right"
>
<
template
slot-scope=
"scope"
v-if=
"listParams.visitorFlag == 0"
>
<el-button
type=
"text"
v-if=
"scope.row.statusFlag == 4
&& Date.now()
<
scope
.
row
.
effectEndTime
+
24
*
60
*
60
*
1000
"
@
click=
"orderData(scope.row)"
>
核销
</el-button>
<dm-delete
@
confirm=
"delData(scope.row)"
v-if=
"scope.row.statusFlag === 4
&& Date.now()
<
scope
.
row
.
effectEndTime
+
24
*
60
*
60
*
1000
"
width=
"280"
tips=
"销毁后无法恢复,确认销毁?"
>
<el-button
type=
"text"
v-if=
"scope.row.statusFlag == 4"
@
click=
"orderData(scope.row)"
>
核销
</el-button>
<dm-delete
@
confirm=
"delData(scope.row)"
v-if=
"scope.row.statusFlag === 4"
width=
"280"
tips=
"销毁后无法恢复,确认销毁?"
>
<el-button
type=
"text"
>
销毁
</el-button>
</dm-delete>
</
template
>
...
...
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