|
@@ -57,6 +57,9 @@
|
|
|
<el-tag v-if="row.category == '3'">
|
|
|
{{ row.resourceId == 1 ? '舱体线机器人':(row.resourceId == 2 ? '伺服舵机': '框体线机器人' ) }}
|
|
|
</el-tag>
|
|
|
+ <el-tag v-if="row.category == '4'">
|
|
|
+ {{ row.resourceId == 1 ? '舱体线机器人':(row.resourceId == 2 ? '伺服舵机': '框体线机器人' ) }}
|
|
|
+ </el-tag>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="command" label='指令' align="center" width="100px">
|
|
@@ -69,6 +72,9 @@
|
|
|
</el-tag>
|
|
|
<el-tag v-if=" row.category =='3' ">
|
|
|
{{ row.command == 1 ? '取':'放' }}
|
|
|
+ </el-tag>
|
|
|
+ <el-tag v-if=" row.category =='4' ">
|
|
|
+ {{ row.command == 1 ? '取':'放' }}
|
|
|
</el-tag>
|
|
|
</template>
|
|
|
</el-table-column>
|