Photo rendberakása + EF migráció
This commit is contained in:
@@ -192,3 +192,9 @@ function renderAnswerType(data) {
|
||||
}
|
||||
return data;
|
||||
}
|
||||
function renderAnswerPhoto(data, row) {
|
||||
if (row.checkListTemplateRowDTO.answerType === 'P') {
|
||||
return `<img src="${data}" alt="Image" style="height: 100px; width: auto;" />`
|
||||
}
|
||||
return data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user