Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
marketing-web
marketing
Commits
1b7354d8
Commit
1b7354d8
authored
Aug 31, 2022
by
huaying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 门店核销导出类型修改
parent
4c7a1f5f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
writeOffStore.vue
src/views/card/writeOffStore.vue
+1
-1
list.vue
src/views/popup/list.vue
+1
-0
No files found.
src/views/card/writeOffStore.vue
View file @
1b7354d8
...
...
@@ -23,7 +23,7 @@
</el-table-column>
</el-table>
<dm-pagination
v-show=
"tableData.length"
background
class=
"dm-pagination"
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"params.currentPage"
:page-sizes=
"[20, 40, 60, 80]"
:page-size=
"params.pageSize"
layout=
"total, sizes, prev, pager, next"
:total=
"total"
></dm-pagination>
<vue-gic-export-excel
:dialogVisible
.
sync=
"dialogVisible"
:dataArr=
"tableData"
:type=
"
2
"
:excelUrl=
"excelUrl"
:params=
"paramsex"
:projectName=
"projectName"
></vue-gic-export-excel>
<vue-gic-export-excel
:dialogVisible
.
sync=
"dialogVisible"
:dataArr=
"tableData"
:type=
"
1
"
:excelUrl=
"excelUrl"
:params=
"paramsex"
:projectName=
"projectName"
></vue-gic-export-excel>
</div>
</div>
</template>
...
...
src/views/popup/list.vue
View file @
1b7354d8
...
...
@@ -168,6 +168,7 @@ export default {
const
res
=
await
popPlanList
(
params
);
if
(
res
.
errorCode
===
0
&&
res
.
result
)
{
this
.
tableList
=
res
.
result
.
result
;
this
.
total
=
res
.
result
.
totalCount
;
}
},
goForm
(
group
,
type
)
{
...
...
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