{{ $t('trials:externalStaff:table:name') }}:
@@ -12,23 +12,54 @@
{{ $t('trials:externalStaff:table:phone') }}:
-
+
{{ $t('common:button:search') }}
-
+
{{ $t('common:button:reset') }}
-
+
{{ $t('trials:staff:button:permissionConfiguration') }}
-
+
{{ $t('trials:staff:button:sendEmail') }}
-
+
{{ $t('trials:staff:button:addExternalStaff') }}
@@ -57,7 +88,9 @@
sortable="custom"
min-width="100"
>
- {{ scope.row.LastName + ' / ' + scope.row.FirstName }}
+ {{
+ scope.row.LastName + ' / ' + scope.row.FirstName
+ }}
- {{ userTypeOptions.length > 0 ? userTypeOptions.find((v) => { return v.Id == scope.row.UserTypeId }).UserTypeShortName : '' }}
+ {{
+ userTypeOptions.length > 0
+ ? userTypeOptions.find((v) => {
+ return v.Id == scope.row.UserTypeId
+ }).UserTypeShortName
+ : ''
+ }}
- {{ $fd('IsJoin', scope.row.IsJoin) }}
+ {{
+ $fd('IsJoin', scope.row.IsJoin)
+ }}
-
+
-
+
-
-
+
+
- {{ item.label }}
+ {{ item.label }}
-
+
- {{ item.label }}
+ {{ item.label }}
-
+
- {{ item.label }}
+ {{ item.label }}
@@ -159,7 +238,14 @@