|
@@ -587,7 +587,7 @@ export default defineComponent({
|
|
|
>
|
|
|
{this.mp3Url
|
|
|
? <span style='text-decoration-line: underline;color: #14BC9C;'>{this.fileName(this.mp3Url)}</span>
|
|
|
- : '上传伴奏文件'}
|
|
|
+ : <span style='text-decoration-line: underline;color: #14BC9C;'>上传伴奏文件</span>}
|
|
|
</Button>
|
|
|
|
|
|
{this.mp3Url && !this.auditDisabled && (
|
|
@@ -657,7 +657,7 @@ export default defineComponent({
|
|
|
>
|
|
|
{this.midiFileUrl
|
|
|
? this.fileName(this.midiFileUrl)
|
|
|
- : '上传MIDI文件'}
|
|
|
+ : <span style='text-decoration-line: underline;color: #14BC9C;'>上传MIDI文件</span>}
|
|
|
</Button>
|
|
|
|
|
|
{this.midiFileUrl && !this.auditDisabled && (
|
|
@@ -716,7 +716,7 @@ export default defineComponent({
|
|
|
>
|
|
|
{this.xmlFileUrl
|
|
|
? this.fileName(this.xmlFileUrl)
|
|
|
- : '上传XML文件'}
|
|
|
+ : <span style='text-decoration-line: underline;color: #14BC9C;'>上传XML文件</span>}
|
|
|
</Button>
|
|
|
|
|
|
{this.xmlFileUrl && !this.auditDisabled && (
|
|
@@ -805,7 +805,7 @@ export default defineComponent({
|
|
|
this.naiveBGMp3File(index)
|
|
|
}}
|
|
|
>
|
|
|
- {mp3.url ? <span style='text-decoration-line: underline;color: #14BC9C;'>{this.fileName(mp3.url)}</span> : '上传原声文件'}
|
|
|
+ {mp3.url ? <span style='text-decoration-line: underline;color: #14BC9C;'>{this.fileName(mp3.url)}</span> : <span style='text-decoration-line: underline;color: #14BC9C;'>上传原声文件</span>}
|
|
|
</Button>
|
|
|
|
|
|
{mp3.url && !this.auditDisabled && (
|