|
@@ -221,7 +221,7 @@
|
|
<tr v-for="item in performanceTask" :key="item.id">
|
|
<tr v-for="item in performanceTask" :key="item.id">
|
|
<td style="color:#ccc" height="28">{{item.unitName}}</td>
|
|
<td style="color:#ccc" height="28">{{item.unitName}}</td>
|
|
<td style="color:#ccc" >{{ item.commanderName }}</td>
|
|
<td style="color:#ccc" >{{ item.commanderName }}</td>
|
|
- <td style="color:#ccc" class="shiyou" :title="item.question" >{{item.question }}</td>
|
|
|
|
|
|
+ <td style="color:#ccc" class="shiyou" :title="item.question" >{{item.question }}</td>
|
|
<td style="color:#ccc" >{{ item.adress }}</td>
|
|
<td style="color:#ccc" >{{ item.adress }}</td>
|
|
<td style="color:#ccc" >{{ item.startTime }}</td>
|
|
<td style="color:#ccc" >{{ item.startTime }}</td>
|
|
<td style="color:#ccc" >{{ item.endTime }}</td>
|
|
<td style="color:#ccc" >{{ item.endTime }}</td>
|