|
|
@@ -31,7 +31,7 @@
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
- <tr v-for="(processDailyParticipant,i) in processDailyParticipants" @click="selectTr===i+1?selectTr=0:selectTr=i+1" :class="selectTr===i+1?'focusing' : ''">
|
|
|
+ <tr v-for="(processDailyParticipant,i) in processDailyParticipants" >
|
|
|
<td v-if="processDailyParticipant.process_daily">@{{ processDailyParticipant.process_daily.process_code }}</td>
|
|
|
<td>@{{ processDailyParticipant.started_at }}</td>
|
|
|
<td>@{{ processDailyParticipant.ended_at }}</td>
|
|
|
@@ -88,7 +88,7 @@
|
|
|
<th>操作</th>
|
|
|
<th>解除绑定设备</th>
|
|
|
</tr>
|
|
|
- <tr v-for="(userLabor,i) in userLabors">
|
|
|
+ <tr v-for="(userLabor,i) in userLabors" @click="selectTr===i+1?selectTr=0:selectTr=i+1" :class="selectTr===i+1?'focusing' : ''">
|
|
|
<td>@{{ i+1 }}</td>
|
|
|
<td class="text-muted"><span v-if="userLabor.user_detail">@{{userLabor.user_detail.full_name}}</span></td>
|
|
|
<td><span v-if="userLabor.user_detail">@{{userLabor.user_detail.mobile_phone}}</span></td>
|