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

@@ -36,7 +36,7 @@
label-position="right"
label-suffix=":"
>
<el-form-item :label="$t('dict.table_title.code_Name')">
<el-form-item :label="$t('dict.table_title.code_Name')">
<el-input
v-model="query.blurry"
clearable
@@ -63,7 +63,7 @@
@current-change="handleCurrentChange"
>
<el-table-column type="selection" width="55" />
<el-table-column show-overflow-tooltip prop="code" :label="$t('dict.table_value.Code')" />
<el-table-column show-overflow-tooltip prop="code" :label="$t('dict.table_value.Code')" />
<el-table-column show-overflow-tooltip prop="name" :label="$t('dict.table_value.Name')" />
<el-table-column
v-permission="['admin','dict:edit','dict:del']"
@@ -97,7 +97,7 @@
type="primary"
icon="el-icon-plus"
@click="$refs.dictDetail && $refs.dictDetail.crud.toAdd()"
>{{ $t('common.Create') }}
>{{ $t('auto.common.Create') }}
</el-button>
</div>
<dictDetail ref="dictDetail" :permission="permission" />