Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zhengyuan-danger-chemistry-manage
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
耿迪迪
zhengyuan-danger-chemistry-manage
Commits
662242a4
Commit
662242a4
authored
Nov 24, 2022
by
王晓倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
企业制度的颁布部门和文号显示为空的问题
parent
8458df71
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
+16
-2
index.vue
danger-manage-web/src/views/safetyManagement/laws/index.vue
+16
-2
No files found.
danger-manage-web/src/views/safetyManagement/laws/index.vue
View file @
662242a4
...
...
@@ -53,8 +53,22 @@
<el-table
v-loading=
"loading"
:data=
"enterpriseSystemList"
>
<el-table-column
label=
"法律法规标题"
align=
"center"
prop=
"systemTitle"
width=
"260px"
/>
<el-table-column
label=
"颁布部门"
align=
"center"
prop=
"issueDept"
/>
<el-table-column
label=
"文号"
align=
"center"
prop=
"referenceNum"
/>
<el-table-column
label=
"颁布部门"
align=
"center"
prop=
"issueDept"
>
<template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.issueDept != null && scope.row.issueDept!=''"
>
{{
scope
.
row
.
issueDept
}}
</span>
<span
v-else
>
-
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"文号"
align=
"center"
prop=
"referenceNum"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.referenceNum != null && scope.row.referenceNum!=''"
>
{{
scope
.
row
.
referenceNum
}}
</span>
<span
v-else
>
-
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"层级"
align=
"center"
prop=
"hierarchy"
:formatter=
"hierarchyFormat"
/>
<el-table-column
label=
"有效性"
align=
"center"
prop=
"availability"
:formatter=
"availabilityFormat"
/>
<el-table-column
label=
"附件"
align=
"center"
prop=
"fileUrl"
width=
"260px"
>
...
...
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