Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-monitor
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
web-monitor
Commits
638c4f18
Commit
638c4f18
authored
Mar 17, 2022
by
neogcg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixbug
parent
f9f65070
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
index.vue
src/views/history/leakyCableStatus/index.vue
+6
-1
No files found.
src/views/history/leakyCableStatus/index.vue
View file @
638c4f18
...
@@ -10,7 +10,9 @@
...
@@ -10,7 +10,9 @@
<el-button
type=
"primary"
@
click=
"refresh"
>
刷新
</el-button>
<el-button
type=
"primary"
@
click=
"refresh"
>
刷新
</el-button>
<el-button
type=
"primary"
@
click=
"isQuery = !isQuery"
>
查询
</el-button>
<el-button
type=
"primary"
@
click=
"isQuery = !isQuery"
>
查询
</el-button>
<el-button
type=
"primary"
@
click=
"toExport"
>
导出
</el-button>
<el-button
type=
"primary"
@
click=
"toExport"
>
导出
</el-button>
<el-button
type=
"primary"
>
图形报表
</el-button>
<el-button
:type=
"multipleSelection.length ? 'primary' : 'info'"
:disabled=
"!multipleSelection.length"
>
图形报表
</el-button>
</div>
</div>
</div>
</div>
<div
v-if=
"isQuery"
>
<div
v-if=
"isQuery"
>
...
@@ -30,6 +32,9 @@
...
@@ -30,6 +32,9 @@
<el-table-column
prop=
"alarmInfo"
label=
"告警信息"
align=
"center"
>
<el-table-column
prop=
"alarmInfo"
label=
"告警信息"
align=
"center"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"uploadTime"
label=
"上传日期"
align=
"center"
/>
<el-table-column
prop=
"uploadTime"
label=
"上传日期"
align=
"center"
/>
<el-table-column
label=
"图形分析"
align=
"center"
>
<el-button
type=
"text"
>
生成图表
</el-button>
</el-table-column>
>
</el-table>
</el-table>
<Pagination
<Pagination
:limit=
"params.size"
:limit=
"params.size"
...
...
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