|
|
@@ -402,7 +402,6 @@
|
|
|
type="textarea"
|
|
|
rows="1"
|
|
|
autosize
|
|
|
- :readonly="!!row.paramCode"
|
|
|
></el-input>
|
|
|
</template>
|
|
|
|
|
|
@@ -816,6 +815,12 @@
|
|
|
slot: 'paramValue',
|
|
|
minWidth: 261
|
|
|
},
|
|
|
+ {
|
|
|
+ prop: 'iotPointName',
|
|
|
+ label: '物联点位',
|
|
|
+ align: 'center',
|
|
|
+ minWidth: 150
|
|
|
+ },
|
|
|
{
|
|
|
prop: 'formula',
|
|
|
label: '计算公式',
|
|
|
@@ -1894,6 +1899,7 @@
|
|
|
productName: '',
|
|
|
productCode: '',
|
|
|
paramCode: item.paramCode,
|
|
|
+ iotPointName: item.paramValue,
|
|
|
iotId: item.iotId,
|
|
|
substanceId: item.substanceId,
|
|
|
substanceCode: item.substanceCode,
|