Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
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
Administrator
dsk-cr20g
Commits
5a3e2214
Commit
5a3e2214
authored
Sep 21, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'V20230915' of
http://192.168.60.201/root/dsk-operate-sys
into V20230915
parents
f9190cce
6dd51af6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
31 deletions
+15
-31
public.scss
dsk-operate-ui/src/assets/styles/public.scss
+3
-0
index.vue
dsk-operate-ui/src/views/project/overview/index.vue
+12
-31
No files found.
dsk-operate-ui/src/assets/styles/public.scss
View file @
5a3e2214
...
...
@@ -1238,4 +1238,7 @@ select {
text-align
:
center
;
}
.btn-search1
{
width
:
60px
;
}
}
dsk-operate-ui/src/views/project/overview/index.vue
View file @
5a3e2214
...
...
@@ -80,43 +80,13 @@
</div>
</div>
-->
<el-input
class=
"ename_input"
prefix-icon=
"el-icon-search"
clearable
placeholder=
"快速搜索项目名称"
v-model=
"projectName"
>
<div
slot=
"append"
class=
"btn-search"
@
click=
"search()"
>
搜索
</div>
<div
slot=
"append"
class=
"btn-search
btn-search1
"
@
click=
"search()"
>
搜索
</div>
</el-input>
<div
class=
"addnew"
@
click=
"addNew(true)"
><div
class=
"img"
></div>
新建项目
</div>
</el-card>
</div>
<div
class=
"chart-bot"
>
<!--
<el-card
class=
"box-card noborder left"
>
<div
class=
"p1"
>
目标完成率
</div>
<div
class=
"p2"
>
78.09
<span>
%
</span></div>
<div
class=
"p3"
>
较上月 +12.15 %
<span></span>
较上月 +1542 亿
<span></span></div>
<div
class=
"p4"
>
年度目标总额 1500.00 亿元
</div>
</el-card>
<el-card
class=
"box-card noborder right"
>
<div
class=
"cardtitles i"
>
跟进记录
</div>
<div
class=
"records"
>
<div
class=
"recordlist"
>
<div
class=
"rec_detail"
v-for=
"(item,index) in recordlist.rows"
>
<div
class=
"rec_time"
>
<i
class=
"el-icon-time"
></i>
<div>
{{
item
.
createTime
&&
item
.
createTime
.
slice
(
0
,
16
)
}}
</div>
</div>
<div
class=
"rec_con"
>
<div><strong>
{{
item
.
nickName
}}
</strong>
<span
v-if=
"item.visitMode"
>
(
{{
item
.
visitMode
}}
)
</span></div>
<div><span>
{{
item
.
content
}}
</span></div>
<div
class=
"rec_text"
>
<span>
拜访对象:
{{
item
.
name
||
'--'
}}
</span>
<span>
职位:
{{
item
.
position
||
'--'
}}
</span>
<span>
拜访时间:
{{
item
.
createTime
&&
item
.
createTime
.
slice
(
0
,
10
)
}}
</span>
<span>
下次拜访时间:
{{
item
.
nextVisitTime
==
null
?
'--'
:
item
.
createTime
.
slice
(
0
,
10
)
}}
</span>
</div>
</div>
</div>
</div>
</div>
</el-card>
-->
<el-card
class=
"box-card noborder pd16"
>
<h3>
储备项目统计
</h3>
<skeleton
v-if=
"isSkeleton1"
style=
"padding: 16px"
></skeleton>
...
...
@@ -145,6 +115,8 @@
</div>
<no-data
text=
"储备"
v-if=
"viewData1.length==0"
/>
</el-card>
</div>
<div
class=
"chart-bot"
>
<el-card
class=
"box-card noborder pd16"
>
<h3>
储备项目资金来源
</h3>
<skeleton
v-if=
"isSkeleton2"
style=
"padding: 16px"
></skeleton>
...
...
@@ -173,6 +145,8 @@
</div>
<no-data
text=
"储备"
v-if=
"viewData2.length==0"
/>
</el-card>
</div>
<div
class=
"chart-bot"
>
<el-card
class=
"box-card noborder pd16"
>
<h3>
已合作项目统计
</h3>
<skeleton
v-if=
"isSkeleton3"
style=
"padding: 16px"
></skeleton>
...
...
@@ -201,6 +175,8 @@
</div>
<no-data
text=
"已合作"
v-if=
"viewData3.length==0"
/>
</el-card>
</div>
<div
class=
"chart-bot"
>
<el-card
class=
"box-card noborder pd16"
>
<h3>
公招项目地区统计
</h3>
<el-date-picker
...
...
@@ -251,6 +227,8 @@
</div>
<no-data
v-if=
"viewData4.length==0"
/>
</el-card>
</div>
<div
class=
"chart-bot"
>
<el-card
class=
"box-card noborder pd16"
>
<h3>
公招项目投资金额统计
</h3>
<el-date-picker
...
...
@@ -293,6 +271,8 @@
</div>
<no-data
v-if=
"viewData5.length==0"
/>
</el-card>
</div>
<div
class=
"chart-bot"
>
<el-card
class=
"box-card noborder"
style=
"margin-bottom:0;"
>
<div
>
<div
class=
"item_title"
>
...
...
@@ -1149,6 +1129,7 @@ export default {
}
.chart-bot
{
height
:
auto
;
margin-bottom
:
12px
;
.left
{
float
:
left
;
width
:
353px
;
...
...
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