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
3a3e1d4a
Commit
3a3e1d4a
authored
Sep 14, 2024
by
wanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 老旧官网改造-供需平衡-第三方施工-重要风险点管控 界面优化。
parent
3081d351
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
TSupBalStopSup.java
...rc/main/java/com/zehong/system/domain/TSupBalStopSup.java
+1
-1
index.vue
zh-baseversion-web/src/views/supplybalance/stop/index.vue
+1
-1
No files found.
zh-baseversion-system/src/main/java/com/zehong/system/domain/TSupBalStopSup.java
View file @
3a3e1d4a
...
...
@@ -68,7 +68,7 @@ public class TSupBalStopSup extends BaseEntity
/**
* 企业端上传时间
*/
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm
:ss
"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm"
)
@Excel
(
name
=
"上报时间"
,
width
=
30
)
private
String
entRepTime
;
...
...
zh-baseversion-web/src/views/supplybalance/stop/index.vue
View file @
3a3e1d4a
...
...
@@ -97,7 +97,7 @@
<el-table-column
label=
"企业名称"
align=
"center"
prop=
"enterpriseName"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"停气开始日期"
align=
"center"
prop=
"fStartDate"
width=
"150"
>
<template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
fStartDate
,
'{y
}
-{m
}
-{d
}
{h
}
:{i
}
:{s
}
'
)
}}
<
/span
>
<span>
{{
parseTime
(
scope
.
row
.
fStartDate
,
'{y
}
-{m
}
-{d
}
'
)
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"停气结束日期"
align
=
"center"
prop
=
"fEndDate"
width
=
"150"
>
...
...
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