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
7ba722e3
Commit
7ba722e3
authored
Aug 27, 2021
by
yaqizhang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
ssh://111.61.77.35:15/lizhichao/whp-xl
into master
parents
ad084bf4
8ba29d3c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
4 deletions
+15
-4
EnterprisesQt.vue
...m-hcsystem-master/src/views/Enterprises/EnterprisesQt.vue
+15
-4
No files found.
dcit-hcsystem-hcsystem-master/src/views/Enterprises/EnterprisesQt.vue
View file @
7ba722e3
...
...
@@ -61,10 +61,21 @@
<el-table-column
prop=
"legalPerson"
label=
"企业法人"
></el-table-column>
<el-table-column
prop=
"orgCode"
label=
"统一社会信用代码"
></el-table-column>
<el-table-column
prop=
"legalPersonEmail"
label=
"法人邮箱"
></el-table-column>
<el-table-column
prop=
""
label=
"监管分类"
></el-table-column>
<el-table-column
prop=
""
label=
"危险源数量"
></el-table-column>
<el-table-column
prop=
""
label=
"企业地址"
>
</el-table-column>
<el-table-column
prop=
"regulationBigType"
label=
"监管分类"
>
<template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.regulationBigType == 1"
>
非煤矿山
</span>
<span
v-if=
"scope.row.regulationBigType == 2"
>
危险化学品
</span>
<span
v-if=
"scope.row.regulationBigType == 3"
>
冶金
</span>
<span
v-if=
"scope.row.regulationBigType == 4"
>
有色
</span>
<span
v-if=
"scope.row.regulationBigType == 5"
>
建材
</span>
<span
v-if=
"scope.row.regulationBigType == 6"
>
机械
</span>
<span
v-if=
"scope.row.regulationBigType == 7"
>
轻工
</span>
<span
v-if=
"scope.row.regulationBigType == 8"
>
纺织
</span>
<span
v-if=
"scope.row.regulationBigType == 9"
>
商贸
</span>
<span
v-if=
"scope.row.regulationBigType == 10"
>
其他
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"regAddress"
label=
"企业地址"
/>
<el-table-column
label=
"操作"
width=
"170"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"success"
size=
"small"
@
click=
"checkDetal(scope.row)"
>
...
...
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