{
                        if (scope.row.AfterQuestionList[index].answer !== v) {
                          scope.row.AfterQuestionList.forEach(o => {
                            if (o.GlobalAnswerType === 1) {
                              $set(o, 'isChange', true)
                            }
                          })
                        } else {
                         scope.row.AfterQuestionList.forEach(o => {
                            if (o.GlobalAnswerType === 1) {
                              $set(o, 'isChange', false)
                            }
                          })
                        }
                      }"
                      style="width:90%;"
                    >
                      
                        
                      
                      
                        
                      
                    
                  
                  
                  
                
              
              
                
                  {{ getAssessType(scope.row.AfterQuestionList[index].Answer) }}
                
                
                  {{ $fd(scope.row.AfterQuestionList[index].DictionaryCode,parseInt(scope.row.AfterQuestionList[index].Answer)) }}
                
                {{ scope.row.AfterQuestionList[index].Answer }}