@@ -33,7 +33,28 @@ const devMixin = {
})
}
- },
+ }
+}
+
+// 设备模式
+const devTypeMixin = {
+ data() {
+ return {
+ typeOptions: [{
+ value: 1,
+ label: '蓝牙'
+ }, {
+ value: 2,
+ label: 'WIFI'
+ value: 3,
+ label: '传统蓝牙'
+ value: 4,
+ label: '4G'
+ }]
// 服务时长
@@ -523,6 +544,7 @@ const channelMixin = {
export {
devMixin,
+ devTypeMixin,
serviceTimeMixin,
serviceTypeMixin,
isFreeMixin,