Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
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
office
haoban-3
Commits
400a7e03
Commit
400a7e03
authored
Aug 02, 2022
by
crushh
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/act-code' of
http://git.gicdev.com/office/haoban-3
into feature/act-code
parents
62f51662
5d8463a4
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
8 deletions
+16
-8
actCodeDetailStatistics.vue
...ds/actCodeManage/staffActCode/actCodeDetailStatistics.vue
+1
-1
index.vue
src/views/salesleads/actCodeManage/staffActCode/index.vue
+1
-0
newAddChart.vue
...ews/salesleads/actCodeManage/staffActCode/newAddChart.vue
+5
-1
group-list.vue
...alesleads/actCodeManage/staffActCode/views/group-list.vue
+8
-6
public.css
static/css/public.css
+1
-0
No files found.
src/views/salesleads/actCodeManage/staffActCode/actCodeDetailStatistics.vue
View file @
400a7e03
...
...
@@ -22,7 +22,7 @@
</div>
</div>
</li>
<li
class=
"data-total-cell
"
>
<li
class=
"data-total-cell"
>
<div
class=
"flex p-20"
>
<div
class=
"icon-background"
style=
"background: #d9f3fd;"
>
<i
class=
"iconfont-hb3 iconxinzengyonghu color-35C4FC font-28"
></i>
...
...
src/views/salesleads/actCodeManage/staffActCode/index.vue
View file @
400a7e03
...
...
@@ -73,6 +73,7 @@ export default {
.list-right
{
position
:
relative
;
height
:
500px
;
width
:
100%
;
min-width
:
calc
(
100%
-
300px
);
min-height
:
calc
(
100vh
-
94px
);
border-left
:
1px
solid
#e4e7ed
;
...
...
src/views/salesleads/actCodeManage/staffActCode/newAddChart.vue
View file @
400a7e03
...
...
@@ -51,8 +51,12 @@ export default {
return
b
.
新增人数
-
a
.
新增人数
;
});
let
maxNum
=
list
[
0
][
'新增人数'
];
// console.log(list);
this
.
chart
.
data
(
this
.
charData
);
// 载入数据源
this
.
chart
.
tooltip
({
showMarkers
:
false
,
shared
:
true
,
showCrosshairs
:
true
});
this
.
chart
.
scale
({
新增人数
:
{
// tickInterval: 1,
...
...
src/views/salesleads/actCodeManage/staffActCode/views/group-list.vue
View file @
400a7e03
...
...
@@ -164,8 +164,8 @@ export default {
}
)
.
then
(()
=>
{
// 删除操作
//
const listItemIndex = this.groupList.findIndex(item => item.groupId === listItem.groupId);
//
if (listItemIndex < 0) return;
const
listItemIndex
=
this
.
groupList
.
findIndex
(
item
=>
item
.
groupId
===
listItem
.
groupId
);
if
(
listItemIndex
<
0
)
return
;
let
params
=
{
groupId
:
listItem
.
groupId
}
;
...
...
@@ -175,10 +175,12 @@ export default {
type
:
'success'
,
message
:
'删除成功!'
}
);
// this.groupList.splice(listItemIndex, 1);
this
.
pageP
.
pageNum
=
1
;
this
.
currentListItemUuid
=
-
1
;
this
.
$emit
(
'updateList'
,
this
.
currentListItemUuid
);
this
.
groupList
.
splice
(
listItemIndex
,
1
);
if
(
this
.
currentListItemUuid
==
listItem
.
groupId
)
{
this
.
pageP
.
pageNum
=
1
;
this
.
currentListItemUuid
=
-
1
;
this
.
$emit
(
'updateList'
,
this
.
currentListItemUuid
);
}
this
.
searchGroup
();
}
}
);
...
...
static/css/public.css
View file @
400a7e03
...
...
@@ -287,6 +287,7 @@ body {
/* background-color: #f0f2f5; */
}
body
{
overflow-y
:
hidden
;
-webkit-text-size-adjust
:
none
;
-webkit-tap-highlight-color
:
rgba
(
0
,
0
,
0
,
0
);
}
...
...
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