opt: opc线程修复添加agv设备

This commit is contained in:
yanps
2024-01-26 17:50:31 +08:00
parent 8966921312
commit 332cf10c59
8 changed files with 89 additions and 24 deletions

View File

@@ -110,7 +110,7 @@
</el-form>
</el-card>
<el-card class="box-card" shadow="never">
<!-- <el-card class="box-card" shadow="never">
<div slot="header" class="clearfix">
<span class="role-span">PLC读取字段</span>
</div>
@@ -145,9 +145,9 @@
</el-table-column>
</el-table>
</el-form>
</el-card>
</el-card> -->
<el-card class="box-card" shadow="never">
<!-- <el-card class="box-card" shadow="never">
<div slot="header" class="clearfix">
<span class="role-span">PLC写入字段</span>
</div>
@@ -190,7 +190,7 @@
</el-table-column>
</el-table>
</el-form>
</el-card>
</el-card> -->
<el-card class="box-card" shadow="never">
<div slot="header" class="clearfix">

View File

@@ -483,7 +483,7 @@
<!-- <el-table-column prop="link_num" label="关联编号" />-->
<el-table-column prop="vehicle_code" :label="$t('task.txt_box.Vehicle_number')" :min-width="flexWidth('vehicle_code',crud.data,$t('task.txt_box.Vehicle_number'))" />
<el-table-column prop="task_status" :label="$t('task.txt_box.Task_status')" width="150px">
<template slot-scope="scope" width="120px">
<template slot-scope="scope">
<span v-if="scope.row.task_status==='0' ">{{ $t('task.select.Ready') }}</span>
<span v-if="scope.row.task_status==='1' ">{{ $t('task.select.In_progress') }}</span>
<span v-if="scope.row.task_status==='2' ">{{ $t('task.select.Completed') }}</span>