Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
张凯
3 years ago
Commit
d70604e9ec2ab210566afc48c34c1b25a4ab7f6a
2 parents
0f4084a0
3f5a1e8a
Merge branch 'master' of
http://113.200.75.45:82/monitor_v3/hg-monitor-web
into joke
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
56 additions
and
20 deletions
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/document/index.html
hg-monitor-web-zj/src/main/resources/static/vue3/public/css/analysis.css
hg-monitor-web-zj/src/main/resources/static/vue3/public/css/declare.css
hg-monitor-web-zj/src/main/resources/static/vue3/src/assets/images/zjdp/icon-link.png
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/analysis/index.html
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/zjdaping/components/declare/index.html
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/zjdaping/components/declare/index.js
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/document/index.html
View file @
d70604e
...
...
@@ -47,15 +47,15 @@
<i
class=
"iconfont icon-icon--download"
></i>
下载
</el-button>
<!-- <el-button :size="$global.elementSize" @click="showFolder(true,true)" v-if="canAddFolder && !isRecycle">-->
<!-- <i class="iconfont icon-weidaqiadewenjianjia"></i>-->
<!-- 新增文件夹-->
<!-- </el-button>-->
<el-button
:size=
"$global.elementSize"
@
click=
"showFolder(true,true)"
v-if=
"!isView & canAddFolder && !isRecycle"
>
<i
class=
"iconfont icon-weidaqiadewenjianjia"
></i>
新增文件夹
</el-button>
<el-button
type=
"primary"
:size=
"$global.elementSize"
@
click=
"showUploadFile(true)"
v-if=
" !isRecycle"
>
<i
class=
"iconfont icon-icon--shangchuan"
></i>
上传
</el-button>
<el-button
type=
"danger"
:size=
"$global.elementSize"
@
click=
"deleteDocument('','file')"
v-if=
"isRecycle
"
>
<el-button
type=
"danger"
:size=
"$global.elementSize"
@
click=
"deleteDocument('','file')"
v-if=
"!isView
"
>
<i
class=
"iconfont icon-shanchuwenjianjia"
></i>
删除
</el-button>
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/public/css/analysis.css
View file @
d70604e
...
...
@@ -114,8 +114,8 @@ body{
display
:
inline-block
;
background-size
:
100%
;
background-position
:
center
;
width
:
14px
;
height
:
14px
;
width
:
12px
;
height
:
12px
;
}
.button-flex-div-center
span
{
display
:
flex
;
...
...
@@ -145,9 +145,15 @@ body{
.icon-list-net
{
background-image
:
url("/vue3/src/assets/images/analysis/icon-list-net.png")
;
}
.icon-list-add
{
background-image
:
url("/vue3/src/assets/images/analysis/icon-list-add.png")
;
}
.search-text
{
cursor
:
pointer
;
}
.list-search
.search-text
{
margin-left
:
10px
;
}
.alert-div
{
position
:
absolute
;
top
:
0
;
...
...
@@ -167,3 +173,7 @@ body{
padding
:
5px
10px
;
z-index
:
1
;
}
.list-handle
{
display
:
flex
;
justify-content
:
center
;
}
\ No newline at end of file
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/public/css/declare.css
View file @
d70604e
...
...
@@ -18,8 +18,9 @@
background-image
:
url("/vue3/src/assets/images/zjdp/declare-title.png")
;
background-position
:
center
;
background-repeat
:
no-repeat
;
margin-top
:
15px
;
height
:
53px
;
background-size
:
100%
;
flex
:
1
;
}
.total-title
{
margin-right
:
10px
;
...
...
@@ -109,3 +110,15 @@
.num-net
{
color
:
#e5abd1
;
}
.jump
{
display
:
flex
;
justify-content
:
space-around
;
align-items
:
center
;
margin-top
:
15px
;
}
.img-link
{
/*width: 42px;*/
height
:
47px
;
margin-right
:
2px
;
cursor
:
pointer
;
}
\ No newline at end of file
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/assets/images/zjdp/icon-link.png
0 → 100644
View file @
d70604e
1.37 KB
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/analysis/index.html
View file @
d70604e
...
...
@@ -16,28 +16,33 @@
<el-col
:span=
"6"
>
<div
class=
"search-input flex-div-start"
>
<el-input
v-model=
"inputSearch"
placeholder=
"请输入创建人名称"
/>
<span
class=
"search-text"
@
click=
"searchData"
>
搜索
</span>
<!-- <span class="search-text" >搜索</span>-->
<el-button
type=
"primary"
@
click=
"searchData"
class=
"search-text button-flex-div-center"
>
搜索
</el-button>
</div>
</el-col>
</el-row>
<!--
<el-row class="list-title">
<el-row
class=
"list-title"
>
<el-col
:span=
"24"
class=
"text-left"
>
<el-button type="primary" class="button-flex-div-center"><i class="icon-list icon-list-add"></i>新增</el-button>
<el-button type="primary" class="button-flex-div-center"><i class="icon-list icon-list-delete"></i>删除</el-button>
<router-link
:to=
"'/analysis/add'"
class=
"analysis link-type"
>
<el-button
type=
"primary"
class=
"button-flex-div-center"
><i
class=
"el-icon-plus"
></i>
新增
</el-button>
</router-link>
<!-- <el-button type="primary" class="button-flex-div-center"><i class="icon-list icon-list-delete"></i>删除</el-button>-->
</el-col>
</el-row>
-->
</el-row>
<el-row
class=
"analysis-table-div"
>
<el-col
:span=
"24"
>
<el-table
border
ref=
"multipleTable"
@
selection-change=
"handleSelectionChange"
:data=
"tableData"
stripe
style=
"width: 100%"
>
<!-- <el-table-column align="center" type="selection" width="55" />-->
<el-table-column
prop=
"configName"
align=
"center"
label=
"配置项名称"
sortable
width=
"180"
/>
<el-table-column
prop=
"configDepict"
label=
"配置项描述"
sortable
width=
"180"
/>
<el-table-column
prop=
"timeScopeName"
label=
"时间范围"
sortable
width=
"180"
></el-table-column>
<el-table-column
align=
"center"
prop=
"nickname"
label=
"创建人名称"
sortable
width=
"180"
/>
<el-table-column
align=
"center"
prop=
"createTime"
:formatter=
"dateFormat"
label=
"创建时间"
sortable
width=
"210"
/>
<el-table-column
prop=
"configName"
align=
"center"
label=
"配置项名称"
sortable
/>
<el-table-column
prop=
"configDepict"
align=
"center"
label=
"配置项描述"
sortable
/>
<el-table-column
prop=
"timeScopeName"
align=
"center"
label=
"时间范围"
sortable
></el-table-column>
<el-table-column
align=
"center"
prop=
"nickname"
label=
"创建人名称"
sortable
/>
<el-table-column
align=
"center"
prop=
"createTime"
:formatter=
"dateFormat"
label=
"创建时间"
sortable
/>
<el-table-column
prop=
"address"
label=
"操作
"
>
<el-table-column
prop=
"address"
align=
"center"
label=
"操作"
width=
"180
"
>
<template
#
default=
"scope"
>
<div
class=
"list-handle"
>
<span
class=
"icon-bg"
>
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/zjdaping/components/declare/index.html
View file @
d70604e
<div
class=
"declare-container"
id=
"declare"
>
<!--今日申报-->
<div
class=
"declare-left"
>
<div
class=
"jump"
>
<img
@
click=
"goJump"
src=
"/vue3/src/assets/images/zjdp/icon-link.png"
class=
"img-link"
>
<div
class=
"declare-total"
>
<span
class=
"total-title"
>
本月应申报
</span>
<span
class=
"total-num"
>
{{reportable}}
</span>
</div>
</div>
<div
class=
"declaration-rate"
>
<span
class=
"rate-title"
>
本月申报率
</span>
<span
class=
"proportion-bar"
>
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/zjdaping/components/declare/index.js
View file @
d70604e
...
...
@@ -180,12 +180,16 @@ export default {
return
intPartFormat
}
}
const
goJump
=
()
=>
{
proxy
.
$router
.
push
({
path
:
'/zj/dp'
,
query
:
{
access_token
:
localStorage
.
getItem
(
'access_token'
)}})
}
return
{
numberFilter
,
eleWidthNum
,
getDeclareData
,
startInterval
startInterval
,
goJump
}
},
unmounted
()
{
...
...
Please
register
or
login
to post a comment