This commit is contained in:
BianLzhaoMin 2025-09-16 17:51:46 +08:00
parent 771cc5c9ca
commit 991e42e02b
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@
v-if="scope.row.files && scope.row.files.length > 0" v-if="scope.row.files && scope.row.files.length > 0"
> >
{{ {{
scope.row.files[0].fileType === 1 scope.row.files[0].fileType == 1
? '物料' ? '物料'
: '视频' : '视频'
}} }}