指令任务

This commit is contained in:
2024-07-19 10:26:56 +08:00
parent d7ec515755
commit 6ec4c16eaf
2 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@
<table>
<thead>
<tr>
<th>任务号</th>
<!-- <th>任务号</th> -->
<th>指令号</th>
<th>起点</th>
<th>终点</th>
@@ -45,7 +45,7 @@
</thead>
<tbody>
<tr v-for="(e, i) in dataList" :key="i" @click="toCheck(e)" :class="{'checked': e.inst_uuid === pkId}">
<td>{{e.task_no}}</td>
<!-- <td>{{e.task_no}}</td> -->
<td>{{e.instruction_code}}</td>
<td>{{e.start_devicecode}}</td>
<td>{{e.next_devicecode}}</td>

View File

@@ -31,7 +31,7 @@
<table>
<thead>
<tr>
<th>任务号</th>
<!-- <th>任务号</th> -->
<th>起点</th>
<th>终点</th>
<th>状态</th>
@@ -42,7 +42,7 @@
</thead>
<tbody>
<tr v-for="(e, i) in dataList" :key="i" @click="toCheck(e)" :class="{'checked': e.task_uuid === pkId}">
<td>{{e.task_no}}</td>
<!-- <td>{{e.task_no}}</td> -->
<td>{{e.start_devicecode}}</td>
<td>{{e.next_devicecode}}</td>
<td>{{e.task_status_name}}</td>