Commit 1a34a28a1759a70f9d91b010881fa1aa4eb3fc25
1 parent
c1975052aa
Exists in
master
and in
3 other branches
issue solved of table as per requirement
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
src/pages/Report/progressCardReport.vue
... | ... | @@ -185,9 +185,10 @@ |
185 | 185 | v-for="subject in value" |
186 | 186 | style="border: 1px solid lightgrey !important;" |
187 | 187 | > |
188 | - <td | |
188 | + <td style="border: 1px solid lightgrey !important;padding: 10px;"></td> | |
189 | + <!-- <td | |
189 | 190 | style="border: 1px solid lightgrey !important;padding: 10px;" |
190 | - >{{subject.subjectName}}</td> | |
191 | + >{{subject.subjectName}}</td> --> | |
191 | 192 | <template v-for="(exam, i) in subject.studentsMarks"> |
192 | 193 | <td |
193 | 194 | style="border: 1px solid lightgrey !important;padding: 10px;" | ... | ... |