Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
shld-databoard-ui
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
潘自豪 Rambo Pan
shld-databoard-ui
Commits
9bb7c7e1
Commit
9bb7c7e1
authored
Oct 30, 2023
by
潘自豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增流失客户优化
parent
4bfec5bd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
paging-list.vue
src/module/databoard/components/card/paging-list.vue
+1
-1
lostAddCustomer.js
src/module/databoard/databoard/js/lostAddCustomer.js
+2
-2
lost-add-customer.vue
src/module/databoard/databoard/lost-add-customer.vue
+1
-1
No files found.
src/module/databoard/components/card/paging-list.vue
View file @
9bb7c7e1
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<tbody>
<tbody>
<tr
v-for=
"(row, idx) in rightDatas"
:key=
"idx"
:style=
"
{height: 100 / rightDatas.length + '%'}">
<tr
v-for=
"(row, idx) in rightDatas"
:key=
"idx"
:style=
"
{height: 100 / rightDatas.length + '%'}">
<td
v-if=
"showIcon"
>
<td
v-if=
"showIcon"
>
<div
class=
"col_number"
>
{{
idx
+
2
6
}}
</div>
<div
class=
"col_number"
>
{{
idx
+
2
1
}}
</div>
</td>
</td>
<td
class=
"winner_span"
:style=
"columnsStyle['title']"
>
{{
row
.
title
}}
</td>
<td
class=
"winner_span"
:style=
"columnsStyle['title']"
>
{{
row
.
title
}}
</td>
<td
v-for=
"(col, idz) in row.column"
:key=
"idz"
:style=
"columnsStyle[col.key]"
>
<td
v-for=
"(col, idz) in row.column"
:key=
"idz"
:style=
"columnsStyle[col.key]"
>
...
...
src/module/databoard/databoard/js/lostAddCustomer.js
View file @
9bb7c7e1
...
@@ -10,8 +10,8 @@ export const getAllDatas = async function (cur_day, type,cur_page) {
...
@@ -10,8 +10,8 @@ export const getAllDatas = async function (cur_day, type,cur_page) {
let
curPage
=
1
;
let
curPage
=
1
;
let
res
=
await
getOrderAddCustomerDetail
(
cur_day
,
type
,
cur_page
);
let
res
=
await
getOrderAddCustomerDetail
(
cur_day
,
type
,
cur_page
);
let
lostAdd
=
resultProcess
(
res
.
data
.
data
);
let
lostAdd
=
resultProcess
(
res
.
data
.
data
);
pageData
.
leftData
=
lostAdd
.
slice
(
0
,
2
5
);
pageData
.
leftData
=
lostAdd
.
slice
(
0
,
2
0
);
pageData
.
rightData
=
lostAdd
.
slice
(
2
5
,
5
0
);
pageData
.
rightData
=
lostAdd
.
slice
(
2
0
,
4
0
);
pageData
.
curPage
=
res
.
data
.
cur_page
;
pageData
.
curPage
=
res
.
data
.
cur_page
;
pageData
.
total
=
res
.
data
.
total
;
pageData
.
total
=
res
.
data
.
total
;
return
pageData
;
return
pageData
;
...
...
src/module/databoard/databoard/lost-add-customer.vue
View file @
9bb7c7e1
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<div
class=
"bottom"
>
<div
class=
"bottom"
>
<el-pagination
<el-pagination
background
background
:page-size=
"
5
0"
:page-size=
"
4
0"
:pager-count=
"11"
:pager-count=
"11"
:current-page=
"curPage"
:current-page=
"curPage"
layout=
"prev, pager, next"
layout=
"prev, pager, next"
...
...
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