Browse Source

OPC规则添加字段

langfang-develop
liwei 3 years ago
parent
commit
cf385b32c8
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      src/views/plant/processData/basicCommunication/addOrEdit.vue

+ 12
- 0
src/views/plant/processData/basicCommunication/addOrEdit.vue View File

@ -247,6 +247,17 @@
</el-select>
</template>
</el-table-column>
<el-table-column
:label="getColumnName('OPCComRule-OPCDesc')"
prop="OPCComRule-OPCDesc"
>
<template slot-scope="scope">
<el-input
style="width: 100%"
v-model="scope.row['OPCComRule-OPCDesc']"
/>
</template>
</el-table-column>
<el-table-column
:label="getColumnName('OPCComRule-DBlockAddress')"
prop="OPCComRule-DBlockAddress"
@ -394,6 +405,7 @@ export default {
OPCComRuleDefault:{
"OPCComRule-RuleId": undefined,
"OPCComRule-ActionType": undefined,
'OPCComRule-OPCDesc':undefined,
"OPCComRule-DBlockAddress": undefined,
"OPCComRule-DBlockValueType": undefined,
"OPCComRule-DBlockValue": undefined,


Loading…
Cancel
Save