Commit 8fae98ed authored by zhengke's avatar zhengke
parents 00c484bc cba1b2ad
...@@ -77,9 +77,11 @@ ...@@ -77,9 +77,11 @@
<div style="max-height:600px;overflow-y:auto;"> <div style="max-height:600px;overflow-y:auto;">
<table class="stuListTable" style="border-collapse:collapse;"> <table class="stuListTable" style="border-collapse:collapse;">
<tr> <tr>
<th>角色</th>
<th>协同人</th> <th>协同人</th>
</tr> </tr>
<tr v-for="(sItem,sIndex) in props.row.AssistList" style="border-bottom:1px dashed #d1d1d1;" :key="sIndex"> <tr v-for="(sItem,sIndex) in props.row.AssistList" style="border-bottom:1px dashed #d1d1d1;" :key="sIndex">
<td>{{sItem.AssistTypeName}}</td>
<td>{{sItem.AssistName}}</td> <td>{{sItem.AssistName}}</td>
</tr> </tr>
</table> </table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment