{{scope.$index + 1}}
{BaseLineUseChange(v, scope.row)}"
v-model="scope.row.IsBaseLineUse"
>
{{$fd('YesOrNo', scope.row.IsBaseLineUse)}}
{FollowVisitUseChange(v, scope.row)}"
v-model="scope.row.IsFollowVisitUse"
>
{{$fd('YesOrNo', scope.row.IsFollowVisitUse)}}
保存