diff --git a/internal/web/ui/templates/assets.html b/internal/web/ui/templates/assets.html index a1cba41..5fc8a66 100644 --- a/internal/web/ui/templates/assets.html +++ b/internal/web/ui/templates/assets.html @@ -39,12 +39,12 @@
{{icon "apply"}}新增服务 - {{if .AssetIntegration.Name}} + {{if .AssetIntegration}}{{if .AssetIntegration.Name}} {{icon "edit"}}编辑
- {{end}} + {{end}}{{end}}
@@ -186,12 +186,12 @@ toggleIntegrationFields('{{.AssetIntegration.Type}}'); {{icon "apply"}}模板下载 {{icon "apply"}}新增视频源 - {{if .AssetVideoSource.Name}} + {{if .AssetVideoSource}}{{if .AssetVideoSource.Name}} {{icon "edit"}}编辑
- {{end}} + {{end}}{{end}}