设备节点添加数据类型增加uint,short,ushort,long,ulong,double,byte,sbyte
This commit is contained in:
@@ -123,6 +123,38 @@ export default {
|
|||||||
{
|
{
|
||||||
value: 'bool',
|
value: 'bool',
|
||||||
label: 'bool (逻辑值)'
|
label: 'bool (逻辑值)'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: 'uint',
|
||||||
|
label: 'uint'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: 'short',
|
||||||
|
label: 'short'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: 'ushort',
|
||||||
|
label: 'ushort'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: 'long',
|
||||||
|
label: 'long'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: 'ulong',
|
||||||
|
label: 'ulong'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: 'double',
|
||||||
|
label: 'double'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: 'byte',
|
||||||
|
label: 'byte'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: 'sbyte',
|
||||||
|
label: 'sbyte'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -229,7 +261,6 @@ export default {
|
|||||||
title: '数据类型',
|
title: '数据类型',
|
||||||
component: {
|
component: {
|
||||||
name: 'el-select',
|
name: 'el-select',
|
||||||
|
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
value: 'string',
|
value: 'string',
|
||||||
@@ -246,6 +277,38 @@ export default {
|
|||||||
{
|
{
|
||||||
value: 'bool',
|
value: 'bool',
|
||||||
label: 'bool (逻辑值)'
|
label: 'bool (逻辑值)'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: 'uint',
|
||||||
|
label: 'uint'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: 'short',
|
||||||
|
label: 'short'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: 'ushort',
|
||||||
|
label: 'ushort'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: 'long',
|
||||||
|
label: 'long'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: 'ulong',
|
||||||
|
label: 'ulong'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: 'double',
|
||||||
|
label: 'double'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: 'byte',
|
||||||
|
label: 'byte'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: 'sbyte',
|
||||||
|
label: 'sbyte'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
span: 12
|
span: 12
|
||||||
|
|||||||
Reference in New Issue
Block a user