兰宝车间质量管理系统-前端
gssong
2024-06-07 f95f6e8390c355bd601849de26b338bb64c97b90
src/views/system/oss/index.vue
@@ -304,7 +304,7 @@
const handleDownload = (row: OssVO) => {
  proxy?.$download.oss(row.ossId);
};
/** 用户状态修改  */
/** 预览开关按钮  */
const handlePreviewListResource = async (preview: boolean) => {
  let text = preview ? '启用' : '停用';
  try {