Ver código fonte

edit time

ctt_dev_new
chutingting 1 ano atrás
pai
commit
c9e452ec73
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/views/video/index.vue

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

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


Carregando…
Cancelar
Salvar