From 64c56e9dd958c03b5bcb99066813039a6a8156fa Mon Sep 17 00:00:00 2001 From: can Date: Sun, 2 Jun 2024 19:44:38 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E8=B0=83=E6=95=B4=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/oss/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/oss/index.vue b/src/views/system/oss/index.vue index a2f1f1b..2e50582 100644 --- a/src/views/system/oss/index.vue +++ b/src/views/system/oss/index.vue @@ -304,7 +304,7 @@ const submitForm = () => { const handleDownload = (row: OssVO) => { proxy?.$download.oss(row.ossId); }; -/** 用户状态修改 */ +/** 预览开关按钮 */ const handlePreviewListResource = async (preview: boolean) => { let text = preview ? '启用' : '停用'; try {