+
+ {{ question.QuestionName }}
+
+ {{ $t('common:button:add') }}
+
+
+
+
+
+ {{question.OrderMark}}{{scope.$index + 1}}
+
+
+
+
+
+ {{scope.row[item.Id] === '' ? '' : scope.row[item.Id] ? scope.row[item.Id].split('|').length : ''}}
+
+
+ {{scope.row[item.Id] ? parseFloat(scope.row[item.Id]).toFixed(digitPlaces) : null}}
+
+
+ {{scope.row[item.Id]}}
+
+
+
+
+
+
+ {{$t('common:button:edit')}}
+
+
+ {{$t('common:button:delete')}}
+
+
+
+
+