update 调整注释错误

This commit is contained in:
can 2024-06-02 19:44:38 +08:00
parent 57d87df589
commit 64c56e9dd9

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 {