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
4c9d8755
Commit
4c9d8755
authored
Oct 11, 2021
by
王晓倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
危险源列表增加所属企业字段
parent
897bf259
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
28 deletions
+4
-28
EnterprisesQt.vue
...m-hcsystem-master/src/views/Enterprises/EnterprisesQt.vue
+4
-28
No files found.
dcit-hcsystem-hcsystem-master/src/views/Enterprises/EnterprisesQt.vue
View file @
4c9d8755
...
@@ -97,7 +97,7 @@
...
@@ -97,7 +97,7 @@
</el-tab-pane>
</el-tab-pane>
<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"
max-height=
"530px"
>
<el-table-column
width=
"50px"
type=
"index"
label=
"序号"
></el-table-column>
<el-table-column
width=
"50px"
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=
"unitName"
label=
"所属企业"
></el-table-column>
...
@@ -112,15 +112,7 @@
...
@@ -112,15 +112,7 @@
<el-table-column
prop=
"contacts"
label=
"联系人"
></el-table-column>
<el-table-column
prop=
"contacts"
label=
"联系人"
></el-table-column>
<el-table-column
prop=
"phone"
label=
"电话"
></el-table-column>
<el-table-column
prop=
"phone"
label=
"电话"
></el-table-column>
</el-table>
</el-table>
<el-pagination
background
layout=
"total,sizes, prev, pager, next, jumper"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"PAGE.page"
:page-size=
"PAGE.size"
></el-pagination>
</el-dialog>
</el-dialog>
<el-dialog
:visible
.
sync=
"dialogVisible2"
title=
"注册企业列表"
>
<el-dialog
:visible
.
sync=
"dialogVisible2"
title=
"注册企业列表"
>
...
@@ -164,15 +156,7 @@
...
@@ -164,15 +156,7 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
<el-pagination
background
layout=
"total,sizes, prev, pager, next, jumper"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"PAGE.page"
:page-size=
"PAGE.size"
></el-pagination>
</el-dialog>
</el-dialog>
<el-dialog
:visible
.
sync=
"dialogVisible3"
title=
"待审批企业列表"
>
<el-dialog
:visible
.
sync=
"dialogVisible3"
title=
"待审批企业列表"
>
...
@@ -216,15 +200,7 @@
...
@@ -216,15 +200,7 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
<el-pagination
background
layout=
"total,sizes, prev, pager, next, jumper"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"PAGE.page"
:page-size=
"PAGE.size"
></el-pagination>
</el-dialog>
</el-dialog>
</el-tabs>
</el-tabs>
</template>
</template>
...
...
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