Parcourir la source

Merge branch 'ctt_dev_new' into dev

dev
chutingting il y a 1 an
Parent
révision
2a7e33c08b
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