Commit 460808b3 authored by 张海景's avatar 张海景

update:修改生产排产字段

parent aa3f4feb
...@@ -168,7 +168,7 @@ ...@@ -168,7 +168,7 @@
> >
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ <span>{{
parseTime(scope.row.scheduleStartDate, "{y}-{m}-{d}:{h}-{m}-{s}") parseTime(scope.row.scheduleStartDate, "{y}-{m}-{d} {h}:{i}")
}}</span> }}</span>
</template> </template>
</el-table-column> </el-table-column>
...@@ -187,7 +187,7 @@ ...@@ -187,7 +187,7 @@
> >
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ <span>{{
parseTime(scope.row.scheduleEndDate, "{y}-{m}-{d}:{h}-{m}-{s}") parseTime(scope.row.scheduleEndDate, "{y}-{m}-{d} {h}:{i}")
}}</span> }}</span>
</template> </template>
</el-table-column> </el-table-column>
......
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