Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
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
fulixin
dsk-operate-sys-cscec
Commits
fe7f1feb
Commit
fe7f1feb
authored
Jan 15, 2024
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
88fb9b49
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
6 deletions
+24
-6
EnterpriseMonitoring.vue
dsk-operate-ui/src/views/monitoring/EnterpriseMonitoring.vue
+8
-2
MonitoringDynamics.vue
dsk-operate-ui/src/views/monitoring/MonitoringDynamics.vue
+0
-1
MonitoringReportDetails.vue
...erate-ui/src/views/monitoring/MonitoringReportDetails.vue
+16
-3
No files found.
dsk-operate-ui/src/views/monitoring/EnterpriseMonitoring.vue
View file @
fe7f1feb
...
@@ -34,7 +34,6 @@
...
@@ -34,7 +34,6 @@
<div
class=
"table-item"
>
<div
class=
"table-item"
>
<div
v-if=
"tableDataTotal > 0 && !isSkeleton"
>
<div
v-if=
"tableDataTotal > 0 && !isSkeleton"
>
<el-table
<el-table
class=
"fixed-table"
element-loading-text=
"Loading"
element-loading-text=
"Loading"
:data=
"tableData"
:data=
"tableData"
border
border
...
@@ -93,7 +92,7 @@
...
@@ -93,7 +92,7 @@
<div
class=
"enterprise"
>
<div
class=
"enterprise"
>
<div
class=
"label"
>
企业名称
</div>
<div
class=
"label"
>
企业名称
</div>
<el-input
class=
"name"
placeholder=
"请输入企业名称"
v-model=
"companyName"
>
<el-input
class=
"name"
placeholder=
"请输入企业名称"
v-model=
"companyName"
>
<
el-button
slot=
"append"
@
click=
"handleKeyword()"
>
搜索
</el-butto
n>
<
span
slot=
"append"
@
click=
"handleKeyword()"
>
搜索
</spa
n>
</el-input>
</el-input>
</div>
</div>
<div
class=
"companyList"
>
<div
class=
"companyList"
>
...
@@ -668,6 +667,13 @@
...
@@ -668,6 +667,13 @@
background
:
#F5F5F5
;
background
:
#F5F5F5
;
width
:
60px
;
width
:
60px
;
color
:
#0081FF
;
color
:
#0081FF
;
padding
:
0
;
text-align
:
center
;
cursor
:
pointer
;
}
.el-input-group__append
:hover
{
background
:
#F5F5F5
!
important
;
color
:
#0081FF
;
}
}
}
}
}
}
...
...
dsk-operate-ui/src/views/monitoring/MonitoringDynamics.vue
View file @
fe7f1feb
...
@@ -69,7 +69,6 @@
...
@@ -69,7 +69,6 @@
<div
class=
"table-item"
>
<div
class=
"table-item"
>
<div
v-if=
"tableDataTotal > 0 && !isSkeleton"
>
<div
v-if=
"tableDataTotal > 0 && !isSkeleton"
>
<el-table
<el-table
class=
"fixed-table"
:data=
"tableData"
:data=
"tableData"
element-loading-text=
"Loading"
element-loading-text=
"Loading"
border
border
...
...
dsk-operate-ui/src/views/monitoring/MonitoringReportDetails.vue
View file @
fe7f1feb
...
@@ -77,7 +77,6 @@
...
@@ -77,7 +77,6 @@
<div
class=
"table-item"
>
<div
class=
"table-item"
>
<div
v-if=
"tableDataTotal > 0 && !isSkeleton"
>
<div
v-if=
"tableDataTotal > 0 && !isSkeleton"
>
<el-table
<el-table
class=
"fixed-table"
:data=
"tableData"
:data=
"tableData"
element-loading-text=
"Loading"
element-loading-text=
"Loading"
border
border
...
@@ -125,7 +124,14 @@
...
@@ -125,7 +124,14 @@
<el-dialog
:visible
.
sync=
"dialogVisible"
custom-class=
'dialog-claim'
:title=
"title"
width=
"720px"
:close-on-click-modal=
"false"
>
<el-dialog
:visible
.
sync=
"dialogVisible"
custom-class=
'dialog-claim'
:title=
"title"
width=
"720px"
:close-on-click-modal=
"false"
>
<div
class=
"dialog-content"
>
<div
class=
"dialog-content"
>
<
template
v-if=
"title=='开庭公告详情'"
>
<
template
v-if=
"title=='开庭公告详情'"
>
<info-table
class=
"info-tab"
:list=
"defaultList0"
:obj=
"detail"
:labelWidth=
"labelWidth"
></info-table>
<info-table
class=
"info-tab"
:list=
"defaultList0"
:obj=
"detail"
:labelWidth=
"labelWidth"
>
<template
v-slot:relatedCompanies=
"row"
>
<p
v-for=
"i in row.data.relatedCompanies"
>
{{
i
.
role
}}
:
<br/>
{{
i
.
name
}}
</p>
</
template
>
</info-table>
</template>
</template>
<
template
v-if=
"title=='失信被执行人详情'"
>
<
template
v-if=
"title=='失信被执行人详情'"
>
<info-table
class=
"info-tab"
:list=
"defaultList1"
:obj=
"detail"
:labelWidth=
"labelWidth"
></info-table>
<info-table
class=
"info-tab"
:list=
"defaultList1"
:obj=
"detail"
:labelWidth=
"labelWidth"
></info-table>
...
@@ -140,7 +146,14 @@
...
@@ -140,7 +146,14 @@
<info-table
class=
"info-tab"
:list=
"defaultList4"
:obj=
"detail"
:labelWidth=
"labelWidth"
></info-table>
<info-table
class=
"info-tab"
:list=
"defaultList4"
:obj=
"detail"
:labelWidth=
"labelWidth"
></info-table>
</
template
>
</
template
>
<
template
v-if=
"title=='裁判文书详情'"
>
<
template
v-if=
"title=='裁判文书详情'"
>
<info-table
class=
"info-tab"
:list=
"defaultList5"
:obj=
"detail"
:labelWidth=
"labelWidth"
></info-table>
<info-table
class=
"info-tab"
:list=
"defaultList5"
:obj=
"detail"
:labelWidth=
"labelWidth"
>
<template
v-slot:relatedCompanies=
"row"
>
<p
v-for=
"i in row.data.relatedCompanies"
>
{{
i
.
role
}}
:
<br/>
{{
i
.
name
}}
</p>
</
template
>
</info-table>
</template>
</template>
</div>
</div>
</el-dialog>
</el-dialog>
...
...
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