This commit is contained in:
parent
771cc5c9ca
commit
991e42e02b
|
|
@ -139,7 +139,7 @@
|
|||
v-if="scope.row.files && scope.row.files.length > 0"
|
||||
>
|
||||
{{
|
||||
scope.row.files[0].fileType === 1
|
||||
scope.row.files[0].fileType == 1
|
||||
? '物料'
|
||||
: '视频'
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue