Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rongtong-pc
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
融通安全管理系统
rongtong-pc
Commits
e49540b9
Commit
e49540b9
authored
Aug 25, 2023
by
周昊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、固有风险台账添加建筑字多省略
parent
b6083f1f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
19 deletions
+18
-19
src/views/risk/existing/index.vue
src/views/risk/existing/index.vue
+18
-19
No files found.
src/views/risk/existing/index.vue
View file @
e49540b9
...
...
@@ -26,11 +26,24 @@
</el-table-column>
<el-table-column
label=
"风险名称"
align=
"center"
prop=
"name"
/>
<el-table-column
label=
"所属建筑"
align=
"center"
prop=
"buildingName"
/>
<el-table-column
label=
"所属建筑"
align=
"center"
prop=
"buildingName"
>
<
template
slot-scope=
"scope"
>
<el-popover
placement=
"top-start"
title=
"所属建筑"
width=
"200"
trigger=
"hover"
:content=
"scope.row.buildingName"
>
<span
slot=
"reference"
>
{{
scope
.
row
.
buildingName
.
length
>
10
?
scope
.
row
.
buildingName
.
substring
(
0
,
10
)
+
"
...
"
:
scope
.
row
.
buildingName
}}
</span>
</el-popover>
</
template
>
</el-table-column>
<el-table-column
label=
"所属楼层"
align=
"center"
...
...
@@ -104,20 +117,6 @@
<el-table-column
label=
"操作"
align=
"center"
prop=
"describe"
>
<
template
slot-scope=
"scope"
>
<div>
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-download"
@
click=
"exportList(scope.row.id)"
>
下载风险告知卡
</el-button
>
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-view"
@
click=
"showDrawCanvas(scope.row.floorId)"
>
查看四色图
</el-button
>
<router-link
:to=
"'/risk/plan/inherentdata/index/' + scope.row.id"
class=
"link-type"
...
...
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