From df63fb7b81c03b5ef6006d607854412a0ded2888 Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Wed, 1 Nov 2023 15:07:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0=E9=85=8D=E7=BD=AE=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=9F=A5=E8=AF=A2=E7=9A=84=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/imageCapture.vue | 13 +++++++++ .../components/parameterSetDialog.vue | 29 ++++++++++++++++++- .../components/videoCapture.vue | 13 +++++++++ vue.config.js | 6 ++-- 4 files changed, 57 insertions(+), 4 deletions(-) diff --git a/src/views/photographicDevice/components/imageCapture.vue b/src/views/photographicDevice/components/imageCapture.vue index 0945eae..4fdd6f2 100644 --- a/src/views/photographicDevice/components/imageCapture.vue +++ b/src/views/photographicDevice/components/imageCapture.vue @@ -90,6 +90,9 @@ @click="imageSearch()" >查询 +

+ {{ $moment(lookTime).format("YYYY-MM-DD HH:mm:ss") }} +