caojunjie 3 سال پیش
والد
کامیت
3426b68d81
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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%;"