+
+ {{
+ `${$t('trials:readOrder:label:taskUrgentType')}${$fd(
+ 'TaskUrgentType',
+ scope.row.TaskUrgentType
+ )}`
+ }}
+ {{
+ scope.row.TaskUrgentRemake
+ ? `${$t('trials:readOrder:label:taskUrgentRemake')}${scope.row.TaskUrgentRemake
+ }`
+ : ''
+ }}
+
+
+ {{
+ $fd('YesOrNo', scope.row.IsUrgent) }}
+
+
+