任务管理
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
<tr v-for="(e,index) in dataList" :key="e.task_uuid" @click="toRadio(e, index)">
|
||||
<td><div class="selbox radio_uncheck" :class="{'radio_checked': pkId === e.task_uuid}"></div></td>
|
||||
<td>{{index+1}}</td>
|
||||
<td>{{e.task_num}}</td>
|
||||
<td>{{e.target_point}}</td>
|
||||
<td>{{e.task_code}}</td>
|
||||
<td>{{e.next_point_code}}</td>
|
||||
<td><span class="icon" :class="{bgred: e.task_status_name ==='生成未执行', bgyellow: (e.task_status_name ==='执行中' || e.task_status_name ==='完成')}"></span>{{e.task_status_name}}</td>
|
||||
<td>{{e.create_time}}</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user