ソースを参照

edit time

ctt_dev_new
chutingting 1年前
コミット
c9e452ec73
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/views/video/index.vue

+ 1
- 1
src/views/video/index.vue ファイルの表示

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


読み込み中…
キャンセル
保存