diff --git a/portal-ui/src/components/VideoComposeCard.vue b/portal-ui/src/components/VideoComposeCard.vue index f2ca5e1..9d8245e 100644 --- a/portal-ui/src/components/VideoComposeCard.vue +++ b/portal-ui/src/components/VideoComposeCard.vue @@ -54,16 +54,22 @@
| Id | +Name | +URL | +GroupId | +AssetType | +Status | +CreateTime | +操作 | +
|---|---|---|---|---|---|---|---|
| {{ it.Id || it.id }} | +{{ it.Name || it.name || '-' }} | +{{ it.URL || it.url || '-' }} | +{{ it.GroupId || it.groupId || '-' }} | +{{ it.AssetType || it.assetType || '-' }} | +{{ it.Status || it.status || '-' }} | +{{ it.CreateTime || it.createTime || '-' }} | +
+ |
+
| 暂无素材 | +|||||||
{{ detailText }}
+