[+] Call mark as read on click
This commit is contained in:
@@ -19,7 +19,9 @@
|
|||||||
</span>
|
</span>
|
||||||
<span class="score entry-box">{{assignment.score}}</span>
|
<span class="score entry-box">{{assignment.score}}</span>
|
||||||
<span class="max entry-box">{{assignment.scoreMax}}</span>
|
<span class="max entry-box">{{assignment.scoreMax}}</span>
|
||||||
<el-button class="mark-as-read" size="mini" type="text" icon="el-icon-close"></el-button>
|
<el-button class="mark-as-read" size="mini" type="text"
|
||||||
|
icon="el-icon-close" onclick="markAsRead()">
|
||||||
|
</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user