Browse Source

fix:展示时分秒

zh 2 năm trước cách đây
mục cha
commit
56c8703ba5

+ 1 - 1
src/views/supply/pickup/pickup_list.vue

@@ -279,7 +279,7 @@
             <el-table-column align="left" label="制单人" prop="createBy" min-width="100" show-overflow-tooltip />
             <el-table-column align="left" label="创建时间" prop="createTime" min-width="120" show-overflow-tooltip>
             <template slot-scope="scope">
-              {{ scope.row.createTime | dateToDayFilter }}
+              {{ scope.row.createTime  }}
             </template>
           </el-table-column>
             <el-table-column align="center" label="操作" width="100" fixed="right">

+ 1 - 1
src/views/supply/pickup/sum_list.vue

@@ -259,7 +259,7 @@
           </el-table-column>
           <el-table-column align="left" label="创建时间" prop="createTime" min-width="120" show-overflow-tooltip>
             <template slot-scope="scope">
-              {{ scope.row.createTime | dateToDayFilter }}
+              {{ scope.row.createTime  }}
             </template>
           </el-table-column>
           <el-table-column align="left" label="备注" prop="remark" min-width="100" show-overflow-tooltip />