Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pingshan-ranqi
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
yaqizhang
pingshan-ranqi
Commits
b42804ed
Commit
b42804ed
authored
Nov 24, 2021
by
yaqizhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
右上角所在单位加宽
parent
bfcb8b20
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
package-lock.json
gassafety-web/package-lock.json
+5
-0
RightPic.vue
...-web/src/views/enterprise/mapView/components/RightPic.vue
+2
-2
No files found.
gassafety-web/package-lock.json
View file @
b42804ed
...
...
@@ -12541,6 +12541,11 @@
"integrity"
:
"sha1-IpnwLG3tMNSllhsLn3RSShj2NPw="
,
"dev"
:
true
},
"velocity-animate"
:
{
"version"
:
"1.5.2"
,
"resolved"
:
"https://registry.npmjs.org/velocity-animate/-/velocity-animate-1.5.2.tgz"
,
"integrity"
:
"sha512-m6EXlCAMetKztO1ppBhGU1/1MR3IiEevO6ESq6rcrSQ3Q77xYSW13jkfXW88o4xMrkXJhy/U7j4wFR/twMB0Eg=="
},
"vendors"
:
{
"version"
:
"1.0.4"
,
"resolved"
:
"https://registry.npmjs.org/vendors/-/vendors-1.0.4.tgz"
,
...
...
gassafety-web/src/views/enterprise/mapView/components/RightPic.vue
View file @
b42804ed
...
...
@@ -29,7 +29,7 @@
class=
"el-bottom"
ref=
"table"
>
<el-table-column
prop=
"unitName"
label=
"所在单位"
width=
""
>
<el-table-column
prop=
"unitName"
label=
"所在单位"
width=
"
100
"
>
<template
slot-scope=
"scope"
>
<div
class=
"ddd"
:title=
"scope.row.unitName"
>
{{
scope
.
row
.
unitName
}}
...
...
@@ -50,7 +50,7 @@
</div>
</
template
>
</el-table-column>
<el-table-column
prop=
"alarmTime"
label=
"预警时间"
width=
"1
8
0"
>
<el-table-column
prop=
"alarmTime"
label=
"预警时间"
width=
"1
6
0"
>
</el-table-column>
<el-table-column
prop=
"handledStatus"
label=
"状态"
width=
""
>
<
template
slot-scope=
"scope"
>
...
...
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