Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety-progress
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
耿迪迪
gassafety-progress
Commits
1b2c9635
Commit
1b2c9635
authored
Mar 22, 2022
by
wuqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2022-3-22 吴卿华
parent
e8e23832
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.vue
gassafetyprogress-web/src/views/regulation/project/index.vue
+2
-2
No files found.
gassafetyprogress-web/src/views/regulation/project/index.vue
View file @
1b2c9635
...
...
@@ -73,12 +73,12 @@
<
span
slot
-
scope
=
"scope"
v
-
if
=
"scope.row.enterpriseCode"
>
{{
scope
.
row
.
enterpriseCode
}}
<
/span
>
<
span
v
-
else
>-<
/span
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"门站数量"
align
=
"center"
prop
=
"numberGateStations"
/>
<
el
-
table
-
column
label
=
"门站数量
(个)
"
align
=
"center"
prop
=
"numberGateStations"
/>
<
el
-
table
-
column
label
=
"门站投资额(万元)"
align
=
"center"
prop
=
"gateStationInvestment"
>
<
span
slot
-
scope
=
"scope"
v
-
if
=
"scope.row.gateStationInvestment"
>
{{
scope
.
row
.
gateStationInvestment
}}
<
/span
>
<
span
v
-
else
>-<
/span
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"管道长度"
align
=
"center"
prop
=
"pipeLength"
/>
<
el
-
table
-
column
label
=
"管道长度
(米)
"
align
=
"center"
prop
=
"pipeLength"
/>
<
el
-
table
-
column
label
=
"管道投资额(万元)"
align
=
"center"
prop
=
"pipeInvestment"
>
<
span
slot
-
scope
=
"scope"
v
-
if
=
"scope.row.pipeInvestment"
>
{{
scope
.
row
.
pipeInvestment
}}
<
/span
>
<
span
v
-
else
>-<
/span
>
...
...
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