!120 update 调整注释错误

Merge pull request !120 from lu_ming/dev
This commit is contained in:
疯狂的狮子Li 2024-06-02 11:52:43 +00:00 committed by Gitee
commit 291d4b0040
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -304,7 +304,7 @@ const submitForm = () => {
const handleDownload = (row: OssVO) => { const handleDownload = (row: OssVO) => {
proxy?.$download.oss(row.ossId); proxy?.$download.oss(row.ossId);
}; };
/** 用户状态修改 */ /** 预览开关按钮 */
const handlePreviewListResource = async (preview: boolean) => { const handlePreviewListResource = async (preview: boolean) => {
let text = preview ? '启用' : '停用'; let text = preview ? '启用' : '停用';
try { try {