|
@@ -562,6 +562,7 @@ export default {
|
|
|
RefPage.isCanAppointmentMinutes = Data.IsCanAppointmentMinutes == 1 ? true : false;
|
|
|
RefPage.isYidongConduct = Data.IsYidongConduct == 1 ? true : false;
|
|
|
RefPage.isExternalLabel = Data.IsExternalLabel == 1 ? true : false;
|
|
|
+ RefPage.isZoom = Data.IsExternalLabel == 1 ? true : false;
|
|
|
RefPage.isCanOutboundCall = Data.IsCanOutboundCall == 1 ? true : false;
|
|
|
RefPage.isDeduct = Data.IsResearchPoints == 1 ? true : false;
|
|
|
RefPage.provideEmail = Data.IsNeedEmail == 1 ? true : false;
|
|
@@ -694,6 +695,7 @@ export default {
|
|
|
VideoDetail,
|
|
|
IsYidongConduct: RefPage.isYidongConduct ? 1 : 0,
|
|
|
IsExternalLabel: RefPage.isExternalLabel ? 1 : 0,
|
|
|
+ IsZoom: RefPage.isZoom ? 1 : 0,
|
|
|
IsCanOutboundCall: RefPage.isCanOutboundCall ? 1 : 0,
|
|
|
IsResearchPoints: RefPage.isDeduct ? 1 : 0,
|
|
|
IsNeedEmail: RefPage.provideEmail ? 1 : 0,
|