Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zh-baseversion-project
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
王浩
zh-baseversion-project
Commits
3081d351
Commit
3081d351
authored
Sep 14, 2024
by
wanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 老旧官网改造-供需平衡-第三方施工-重要风险点管控 界面优化。
parent
09f2f375
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.vue
zh-baseversion-web/src/views/supplybalance/stop/index.vue
+2
-2
No files found.
zh-baseversion-web/src/views/supplybalance/stop/index.vue
View file @
3081d351
...
...
@@ -102,7 +102,7 @@
<
/el-table-column
>
<
el
-
table
-
column
label
=
"停气结束日期"
align
=
"center"
prop
=
"fEndDate"
width
=
"150"
>
<
template
slot
-
scope
=
"scope"
>
<
span
>
{{
parseTime
(
scope
.
row
.
fEndDate
,
'{y
}
-{m
}
-{d
}
{h
}
:{i
}
:{s
}
'
)
}}
<
/span
>
<
span
>
{{
parseTime
(
scope
.
row
.
fEndDate
,
'{y
}
-{m
}
-{d
}
'
)
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"停气类型"
align
=
"center"
prop
=
"fStopType"
:
formatter
=
"fStopTypeFormat"
/>
...
...
@@ -110,7 +110,7 @@
<
el
-
table
-
column
label
=
"停气进度"
align
=
"center"
prop
=
"fStopProgress"
:
formatter
=
"fStopProgressFormat"
/>
<
el
-
table
-
column
label
=
"恢复供气时间"
align
=
"center"
prop
=
"fRecoveryGasTime"
width
=
"180"
>
<
template
slot
-
scope
=
"scope"
>
<
span
v
-
if
=
"scope.row.fRecoveryGasTime"
>
{{
parseTime
(
scope
.
row
.
fRecoveryGasTime
,
'{y
}
-{m
}
-{d
}
{h
}
:{i
}
:{s
}
'
)
}}
<
/span
>
<
span
v
-
if
=
"scope.row.fRecoveryGasTime"
>
{{
parseTime
(
scope
.
row
.
fRecoveryGasTime
,
'{y
}
-{m
}
-{d
}
'
)
}}
<
/span
>
<
span
v
-
else
>-<
/span
>
<
/template
>
<
/el-table-column
>
...
...
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