Browse Source

同步代码

caojunjie 3 years ago
parent
commit
3426b68d81
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/landTransportation/bulkCargo/detailPage.vue

+ 2 - 1
src/views/landTransportation/bulkCargo/detailPage.vue

@@ -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%;"