diff --git a/internal/web/actions/default/settings/authority/index.go b/internal/web/actions/default/settings/authority/index.go index 30e43031..49a47f39 100644 --- a/internal/web/actions/default/settings/authority/index.go +++ b/internal/web/actions/default/settings/authority/index.go @@ -41,6 +41,7 @@ func (this *IndexAction) RunGet(params struct{}) { "dayTo": keyResp.AuthorityKey.DayTo, "macAddresses": keyResp.AuthorityKey.MacAddresses, "hostname": keyResp.AuthorityKey.Hostname, + "company": keyResp.AuthorityKey.Company, "isExpired": !isActive, "updatedTime": timeutil.FormatTime("Y-m-d H:i:s", keyResp.AuthorityKey.UpdatedAt), } diff --git a/web/views/@default/settings/authority/index.html b/web/views/@default/settings/authority/index.html index 536ea043..99012857 100644 --- a/web/views/@default/settings/authority/index.html +++ b/web/views/@default/settings/authority/index.html @@ -12,6 +12,10 @@ 已认证 + + 公司/组织名 + {{key.company}} + 开始日期 {{key.dayFrom}}