Explorar el Código

edit time

ctt_dev_new
chutingting hace 1 año
padre
commit
c9e452ec73
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/views/video/index.vue

+ 1
- 1
src/views/video/index.vue Ver fichero

@@ -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) => {


Cargando…
Cancelar
Guardar