diff --git a/src/app/pages/license/histories/histories.component.html b/src/app/pages/license/histories/histories.component.html index 8399f3a..8037efe 100644 --- a/src/app/pages/license/histories/histories.component.html +++ b/src/app/pages/license/histories/histories.component.html @@ -32,7 +32,7 @@ {{item.licenseSnapshot.validityDays ? item.licenseSnapshot.validityDays+'天' : '/'}} - {{getHandleTypes(item.handleTypes)}} + {{getHandleTypes(item.licenseSnapshot.handleTypes)}} {{item.notificationContent | notificationContent}} diff --git a/src/app/pages/license/inform/inform.component.html b/src/app/pages/license/inform/inform.component.html index 3e2b4b1..d5ca73b 100644 --- a/src/app/pages/license/inform/inform.component.html +++ b/src/app/pages/license/inform/inform.component.html @@ -32,7 +32,7 @@ {{item.licenseSnapshot.validityDays ? item.licenseSnapshot.validityDays+'天' : '/'}} - {{getHandleTypes(item.handleTypes)}} + {{getHandleTypes(item.licenseSnapshot.handleTypes)}} {{item.notificationContent | notificationContent}}