From 9d666bfa778db5bb15a0af7922a812b2567ec953 Mon Sep 17 00:00:00 2001 From: yanwenlong Date: Mon, 11 Sep 2023 23:19:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E8=BF=99=E9=87=8C=E8=BF=9B?= =?UTF-8?q?=E5=BA=A6=E6=9D=A1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/book/clock-add-or-update.vue | 29 +++++++++++++++---- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/src/views/modules/book/clock-add-or-update.vue b/src/views/modules/book/clock-add-or-update.vue index 774a6b5..d271ea3 100644 --- a/src/views/modules/book/clock-add-or-update.vue +++ b/src/views/modules/book/clock-add-or-update.vue @@ -46,10 +46,13 @@ + :file-list="videoList" :on-success="videohandlePicSuccess" accept=".mp4" :on-remove="videohandleRemove" + :show-file-list="true" + :on-progress="uploadVideoProcess"> 上传文件 +