From 1ea2a703fcf0e7c64ac92e61844ef6e2ee0973ae Mon Sep 17 00:00:00 2001 From: chutingting Date: Mon, 13 Nov 2023 17:15:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E5=AF=86=E9=92=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/privatization/index.vue | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/views/privatization/index.vue b/src/views/privatization/index.vue index 37f6ceb..116c9f0 100644 --- a/src/views/privatization/index.vue +++ b/src/views/privatization/index.vue @@ -67,6 +67,12 @@ align="center" > @@ -299,6 +305,16 @@ const addNew = async (refForm) => { }); }; +// 查看时长 +const showDetail = (id) => { + router.push({ + path: "/businessCheck", + query: { + id, + }, + }); +} + // 设置时长 const setTime = (id) => { ElMessageBox.prompt('请输入时长(秒)', '设置时长', {