Parcourir la source

edit time

ctt_dev_new
chutingting il y a 1 an
Parent
révision
c9e452ec73
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/views/video/index.vue

+ 1
- 1
src/views/video/index.vue Voir le fichier

@@ -76,7 +76,7 @@
const total = ref(0);
const getDate = (val) => {
return dayjs(Number(val)).format("YYYY-MM-DD");
return dayjs(Number(val)).format("YYYY-MM-DD HH:mm:ss");
};
const handleSizeChange = (val) => {


Chargement…
Annuler
Enregistrer