Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
W
whp-xl
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
lizhichao
whp-xl
Commits
897bf259
Commit
897bf259
authored
Oct 11, 2021
by
王晓倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
危险源列表增加所属企业字段
parent
9fb389c5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
EnterprisesQt.vue
...m-hcsystem-master/src/views/Enterprises/EnterprisesQt.vue
+5
-4
No files found.
dcit-hcsystem-hcsystem-master/src/views/Enterprises/EnterprisesQt.vue
View file @
897bf259
...
@@ -3,21 +3,21 @@
...
@@ -3,21 +3,21 @@
<el-tabs
v-model=
"activeName"
type=
"border-card"
>
<el-tabs
v-model=
"activeName"
type=
"border-card"
>
<el-tab-pane
label=
"图表"
name=
"first"
>
<el-tab-pane
label=
"图表"
name=
"first"
>
<div
style=
"width: 100%;height: 10em;"
>
<div
style=
"width: 100%;height: 10em;"
>
<div
class=
"el-tab-pane-div second-div"
style=
""
@
click=
"showList(1)"
>
<div
class=
"el-tab-pane-div second-div"
style=
""
@
click=
"showList(1)"
style=
"cursor:pointer;"
>
<div
style=
"width: 40%;height: 100%; text-align: center;float: left;font-size: 15px;"
>
<div
style=
"width: 40%;height: 100%; text-align: center;float: left;font-size: 15px;"
>
<img
src=
"../../assets/logo2.png"
width=
"25%"
style=
"margin-top: 2rem;"
>
<img
src=
"../../assets/logo2.png"
width=
"25%"
style=
"margin-top: 2rem;"
>
<p>
危险源数量
</p>
<p>
危险源数量
</p>
</div>
</div>
<div
style=
"width: 60%;height: 100%;text-align: center;line-height: 9rem;float: right;font-size: 3rem;font-family: 'UnidreamLED';"
>
{{
tjNumberObj
.
dangerNum
}}
</div>
<div
style=
"width: 60%;height: 100%;text-align: center;line-height: 9rem;float: right;font-size: 3rem;font-family: 'UnidreamLED';"
>
{{
tjNumberObj
.
dangerNum
}}
</div>
</div>
</div>
<div
class=
"el-tab-pane-div second-div"
style=
""
@
click=
"showList(2)"
>
<div
class=
"el-tab-pane-div second-div"
style=
""
@
click=
"showList(2)"
style=
"cursor:pointer;"
>
<div
style=
"width: 40%;height: 100%; text-align: center;float: left;font-size: 15px;"
>
<div
style=
"width: 40%;height: 100%; text-align: center;float: left;font-size: 15px;"
>
<img
src=
"../../assets/z-zhuce.png"
width=
"25%"
style=
"margin-top: 2rem;"
>
<img
src=
"../../assets/z-zhuce.png"
width=
"25%"
style=
"margin-top: 2rem;"
>
<p>
注册企业数量
</p>
<p>
注册企业数量
</p>
</div>
</div>
<div
style=
"width: 60%;height: 100%;text-align: center;line-height: 9rem;float: right;font-size: 3rem;font-family: 'UnidreamLED';"
>
{{
tjNumberObj
.
enterpriseRegNum
}}
</div>
<div
style=
"width: 60%;height: 100%;text-align: center;line-height: 9rem;float: right;font-size: 3rem;font-family: 'UnidreamLED';"
>
{{
tjNumberObj
.
enterpriseRegNum
}}
</div>
</div>
</div>
<div
class=
"el-tab-pane-div second-div"
style=
""
@
click=
"showList(3)"
>
<div
class=
"el-tab-pane-div second-div"
style=
""
@
click=
"showList(3)"
style=
"cursor:pointer;"
>
<div
style=
"width: 40%;height: 100%; text-align: center;float: left;font-size: 15px;"
>
<div
style=
"width: 40%;height: 100%; text-align: center;float: left;font-size: 15px;"
>
<img
src=
"../../assets/z-shenhe.png"
width=
"25%"
style=
"margin-top: 2rem;"
>
<img
src=
"../../assets/z-shenhe.png"
width=
"25%"
style=
"margin-top: 2rem;"
>
<p>
待审批数量
</p>
<p>
待审批数量
</p>
...
@@ -98,8 +98,9 @@
...
@@ -98,8 +98,9 @@
<el-dialog
:visible
.
sync=
"dialogVisible1"
title=
"危险源列表"
>
<el-dialog
:visible
.
sync=
"dialogVisible1"
title=
"危险源列表"
>
<el-table
:data=
"tjNumberObj.goodsList"
stripe
border
style=
"width:100%;"
:loading=
"loading"
>
<el-table
:data=
"tjNumberObj.goodsList"
stripe
border
style=
"width:100%;"
:loading=
"loading"
>
<el-table-column
width=
"50"
type=
"index"
label=
"序号"
></el-table-column>
<el-table-column
width=
"50
px
"
type=
"index"
label=
"序号"
></el-table-column>
<el-table-column
prop=
"goodsName"
label=
"危险源名称"
></el-table-column>
<el-table-column
prop=
"goodsName"
label=
"危险源名称"
></el-table-column>
<el-table-column
prop=
"unitName"
label=
"所属企业"
></el-table-column>
<el-table-column
prop=
"category"
label=
"物品类型"
></el-table-column>
<el-table-column
prop=
"category"
label=
"物品类型"
></el-table-column>
<el-table-column
prop=
"dangerGrade"
label=
"危险等级"
></el-table-column>
<el-table-column
prop=
"dangerGrade"
label=
"危险等级"
></el-table-column>
<el-table-column
prop=
"isBigDanger"
label=
"是否重大危险源"
>
<el-table-column
prop=
"isBigDanger"
label=
"是否重大危险源"
>
...
...
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