diff --git a/src/views/system/oss/index.vue b/src/views/system/oss/index.vue index a2f1f1b6077bfa279a3624c29069710a7735e2f0..2e50582b4c112291d258404320aa1067643361e7 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 {