opt: opc线程修复添加agv设备
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user