Commit dc45fd14 authored by 张俊's avatar 张俊

日期处理

parent 5189c169
...@@ -1217,7 +1217,7 @@ export default { ...@@ -1217,7 +1217,7 @@ export default {
this.service_data = data.data; this.service_data = data.data;
this.service_data.forEach(e => { this.service_data.forEach(e => {
if (e.create_time) { if (e.create_time) {
e.create_time = e.create_time.split("+")[0].replace("T", " "); e.create_time = helper.dateStringTransform(e.create_time)
} }
if (e.service_apply_info && e.service_apply_info.approval_time) { if (e.service_apply_info && e.service_apply_info.approval_time) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment