diff --git a/portal-ui/src/components/VideoComposeCard.vue b/portal-ui/src/components/VideoComposeCard.vue index 6f63c60..9d8245e 100644 --- a/portal-ui/src/components/VideoComposeCard.vue +++ b/portal-ui/src/components/VideoComposeCard.vue @@ -54,16 +54,22 @@
| ID | +Name | +Description | +GroupType | +ProjectName | +CreateTime | +UpdateTime | +操作 | +
|---|---|---|---|---|---|---|---|
| {{ item.Id || item.id }} | +{{ item.Name || item.name }} | +{{ item.Description || item.description || '-' }} | +{{ item.GroupType || item.groupType || '-' }} | +{{ item.ProjectName || item.projectName || '-' }} | +{{ item.CreateTime || item.createTime || '-' }} | +{{ item.UpdateTime || item.updateTime || '-' }} | +
+ |
+
| 暂无数据 | +|||||||
{{ prettyDetail }}
+ | 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 }}
+