chenrui  2 years ago
parent
commit
e8d00fb459
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/Table/index.vue

+ 1 - 1
src/components/Table/index.vue

@@ -345,7 +345,7 @@
                     </template>
                     <template v-else-if="item.dataType == 'datetime'">
                       <el-date-picker
-                        value-format="yyyy-MM-dd"
+                        value-format="yyyy-MM-dd HH:mm:ss"
                         v-model="tableForm[item.columnName]"
                         :rows="1"
                         type="datetime"