@@ -278,22 +278,25 @@ export default defineComponent({
}}>
评测报告
</NButton>
- {row.videoFilePath || row.recordFilePath ? <><NButton
- text
- type="primary"
- onClick={() => {
- gotoPreview(row);
- }}>
- 预览作品
- </NButton>
- <NButton
- gotoDownload(row);
- 下载作品
- </NButton></> : ''}
+ {row.userMusicFlag ? <>
+ {row.videoFilePath || row.recordFilePath ? <><NButton
+ text
+ type="primary"
+ onClick={() => {
+ gotoPreview(row);
+ }}>
+ 预览作品
+ </NButton>
+ <NButton
+ gotoDownload(row);
+ 下载作品
+ </NButton></> : ''}</>
+ : ''}
+
</NSpace>
);