|
@@ -371,6 +371,7 @@
|
|
|
<template slot-scope="scope">
|
|
|
<el-date-picker
|
|
|
format="yyyy-MM-dd HH:mm"
|
|
|
+ value-format="yyyy-MM-dd HH:mm:ss"
|
|
|
v-model="scope.row.freightTime"
|
|
|
type="datetime"
|
|
|
style="width: 100%;"
|
|
@@ -527,7 +528,6 @@
|
|
|
align="center"
|
|
|
width="60">
|
|
|
</el-table-column>
|
|
|
-
|
|
|
<el-table-column
|
|
|
property="freightTime"
|
|
|
label="货运日期"
|
|
@@ -536,6 +536,7 @@
|
|
|
<template slot-scope="scope">
|
|
|
<el-date-picker
|
|
|
format="yyyy-MM-dd HH:mm"
|
|
|
+ value-format="yyyy-MM-dd HH:mm:ss"
|
|
|
v-model="scope.row.freightTime"
|
|
|
type="datetime"
|
|
|
style="width: 100%;"
|