diff --git a/mock/systemConfig/tenantConfig.js b/mock/systemConfig/tenantConfig.js
index ca0a010..dfc1ac4 100644
--- a/mock/systemConfig/tenantConfig.js
+++ b/mock/systemConfig/tenantConfig.js
@@ -2,7 +2,7 @@
{
'tenentId': '4324324234',
'tenantName': '项目名称一',
- 'communication': '联通移动NB,电信NB',
+ 'communication': '联通移动NB,电信NB,联通移动NB,电信NB',
'coordinateType': 'WGS84,BD09,GCJ02',
'isJobGenerate': '是',
'isAppPush': '是',
diff --git a/mock/systemConfig/tenantConfig.js b/mock/systemConfig/tenantConfig.js
index ca0a010..dfc1ac4 100644
--- a/mock/systemConfig/tenantConfig.js
+++ b/mock/systemConfig/tenantConfig.js
@@ -2,7 +2,7 @@
{
'tenentId': '4324324234',
'tenantName': '项目名称一',
- 'communication': '联通移动NB,电信NB',
+ 'communication': '联通移动NB,电信NB,联通移动NB,电信NB',
'coordinateType': 'WGS84,BD09,GCJ02',
'isJobGenerate': '是',
'isAppPush': '是',
diff --git a/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue b/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue
index 8594fd0..f2694ca 100644
--- a/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue
+++ b/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue
@@ -172,9 +172,3 @@
}
}
-
-
diff --git a/mock/systemConfig/tenantConfig.js b/mock/systemConfig/tenantConfig.js
index ca0a010..dfc1ac4 100644
--- a/mock/systemConfig/tenantConfig.js
+++ b/mock/systemConfig/tenantConfig.js
@@ -2,7 +2,7 @@
{
'tenentId': '4324324234',
'tenantName': '项目名称一',
- 'communication': '联通移动NB,电信NB',
+ 'communication': '联通移动NB,电信NB,联通移动NB,电信NB',
'coordinateType': 'WGS84,BD09,GCJ02',
'isJobGenerate': '是',
'isAppPush': '是',
diff --git a/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue b/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue
index 8594fd0..f2694ca 100644
--- a/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue
+++ b/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue
@@ -172,9 +172,3 @@
}
}
-
-
diff --git a/src/views/deviceManage/deviceImei/deviceImei.vue b/src/views/deviceManage/deviceImei/deviceImei.vue
index bc3d8c2..6972054 100644
--- a/src/views/deviceManage/deviceImei/deviceImei.vue
+++ b/src/views/deviceManage/deviceImei/deviceImei.vue
@@ -84,12 +84,12 @@
type="selection"
width="55"
/>
-
+ /> -->
-
-
diff --git a/src/views/deviceManage/deviceImei/deviceImei.vue b/src/views/deviceManage/deviceImei/deviceImei.vue
index bc3d8c2..6972054 100644
--- a/src/views/deviceManage/deviceImei/deviceImei.vue
+++ b/src/views/deviceManage/deviceImei/deviceImei.vue
@@ -84,12 +84,12 @@
type="selection"
width="55"
/>
-
+ /> -->
-
+
{
- this.deviceModelList = response.data
+ this.deviceTypeList = response.data
})
},
// 重置表单
@@ -169,10 +170,10 @@
this.$refs['dataForm'].clearValidate()
})
} else if (this.dialogStatus === 'update' || this.dialogStatus === 'detail') {
- console.log(typeof row.communication)
+ console.log(row)
this.deviceForm = {
- modelName: row.modelName,
- deviceType: row.deviceType,
+ modelName: row.deviceTypeName,
+ deviceType: row.modelName,
communication: row.communication.split(','),
devcode: row.id
}
@@ -231,8 +232,3 @@
}
-
diff --git a/mock/systemConfig/tenantConfig.js b/mock/systemConfig/tenantConfig.js
index ca0a010..dfc1ac4 100644
--- a/mock/systemConfig/tenantConfig.js
+++ b/mock/systemConfig/tenantConfig.js
@@ -2,7 +2,7 @@
{
'tenentId': '4324324234',
'tenantName': '项目名称一',
- 'communication': '联通移动NB,电信NB',
+ 'communication': '联通移动NB,电信NB,联通移动NB,电信NB',
'coordinateType': 'WGS84,BD09,GCJ02',
'isJobGenerate': '是',
'isAppPush': '是',
diff --git a/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue b/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue
index 8594fd0..f2694ca 100644
--- a/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue
+++ b/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue
@@ -172,9 +172,3 @@
}
}
-
-
diff --git a/src/views/deviceManage/deviceImei/deviceImei.vue b/src/views/deviceManage/deviceImei/deviceImei.vue
index bc3d8c2..6972054 100644
--- a/src/views/deviceManage/deviceImei/deviceImei.vue
+++ b/src/views/deviceManage/deviceImei/deviceImei.vue
@@ -84,12 +84,12 @@
type="selection"
width="55"
/>
-
+ /> -->
-
+
{
- this.deviceModelList = response.data
+ this.deviceTypeList = response.data
})
},
// 重置表单
@@ -169,10 +170,10 @@
this.$refs['dataForm'].clearValidate()
})
} else if (this.dialogStatus === 'update' || this.dialogStatus === 'detail') {
- console.log(typeof row.communication)
+ console.log(row)
this.deviceForm = {
- modelName: row.modelName,
- deviceType: row.deviceType,
+ modelName: row.deviceTypeName,
+ deviceType: row.modelName,
communication: row.communication.split(','),
devcode: row.id
}
@@ -231,8 +232,3 @@
}
-
diff --git a/src/views/deviceManage/deviceModel/deviceModel.vue b/src/views/deviceManage/deviceModel/deviceModel.vue
index 5099a0c..87ce8d2 100644
--- a/src/views/deviceManage/deviceModel/deviceModel.vue
+++ b/src/views/deviceManage/deviceModel/deviceModel.vue
@@ -86,12 +86,12 @@
type="selection"
width="55"
/>
-
+ /> -->
编辑
-
+
@@ -169,12 +169,12 @@
align: 'center'
},
{
- text: '型号名称',
+ text: '型号',
value: 'modelName',
align: 'center'
},
{
- text: '设备类型名称',
+ text: '设备类型',
value: 'deviceTypeName',
align: 'center'
},
diff --git a/mock/systemConfig/tenantConfig.js b/mock/systemConfig/tenantConfig.js
index ca0a010..dfc1ac4 100644
--- a/mock/systemConfig/tenantConfig.js
+++ b/mock/systemConfig/tenantConfig.js
@@ -2,7 +2,7 @@
{
'tenentId': '4324324234',
'tenantName': '项目名称一',
- 'communication': '联通移动NB,电信NB',
+ 'communication': '联通移动NB,电信NB,联通移动NB,电信NB',
'coordinateType': 'WGS84,BD09,GCJ02',
'isJobGenerate': '是',
'isAppPush': '是',
diff --git a/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue b/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue
index 8594fd0..f2694ca 100644
--- a/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue
+++ b/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue
@@ -172,9 +172,3 @@
}
}
-
-
diff --git a/src/views/deviceManage/deviceImei/deviceImei.vue b/src/views/deviceManage/deviceImei/deviceImei.vue
index bc3d8c2..6972054 100644
--- a/src/views/deviceManage/deviceImei/deviceImei.vue
+++ b/src/views/deviceManage/deviceImei/deviceImei.vue
@@ -84,12 +84,12 @@
type="selection"
width="55"
/>
-
+ /> -->
-
+
{
- this.deviceModelList = response.data
+ this.deviceTypeList = response.data
})
},
// 重置表单
@@ -169,10 +170,10 @@
this.$refs['dataForm'].clearValidate()
})
} else if (this.dialogStatus === 'update' || this.dialogStatus === 'detail') {
- console.log(typeof row.communication)
+ console.log(row)
this.deviceForm = {
- modelName: row.modelName,
- deviceType: row.deviceType,
+ modelName: row.deviceTypeName,
+ deviceType: row.modelName,
communication: row.communication.split(','),
devcode: row.id
}
@@ -231,8 +232,3 @@
}
-
diff --git a/src/views/deviceManage/deviceModel/deviceModel.vue b/src/views/deviceManage/deviceModel/deviceModel.vue
index 5099a0c..87ce8d2 100644
--- a/src/views/deviceManage/deviceModel/deviceModel.vue
+++ b/src/views/deviceManage/deviceModel/deviceModel.vue
@@ -86,12 +86,12 @@
type="selection"
width="55"
/>
-
+ /> -->
编辑
-
+
@@ -169,12 +169,12 @@
align: 'center'
},
{
- text: '型号名称',
+ text: '型号',
value: 'modelName',
align: 'center'
},
{
- text: '设备类型名称',
+ text: '设备类型',
value: 'deviceTypeName',
align: 'center'
},
diff --git a/src/views/deviceManage/deviceType/components/dialogDeviceType.vue b/src/views/deviceManage/deviceType/components/dialogDeviceType.vue
index 805e850..e195efb 100644
--- a/src/views/deviceManage/deviceType/components/dialogDeviceType.vue
+++ b/src/views/deviceManage/deviceType/components/dialogDeviceType.vue
@@ -47,7 +47,7 @@
-
+
-
diff --git a/mock/systemConfig/tenantConfig.js b/mock/systemConfig/tenantConfig.js
index ca0a010..dfc1ac4 100644
--- a/mock/systemConfig/tenantConfig.js
+++ b/mock/systemConfig/tenantConfig.js
@@ -2,7 +2,7 @@
{
'tenentId': '4324324234',
'tenantName': '项目名称一',
- 'communication': '联通移动NB,电信NB',
+ 'communication': '联通移动NB,电信NB,联通移动NB,电信NB',
'coordinateType': 'WGS84,BD09,GCJ02',
'isJobGenerate': '是',
'isAppPush': '是',
diff --git a/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue b/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue
index 8594fd0..f2694ca 100644
--- a/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue
+++ b/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue
@@ -172,9 +172,3 @@
}
}
-
-
diff --git a/src/views/deviceManage/deviceImei/deviceImei.vue b/src/views/deviceManage/deviceImei/deviceImei.vue
index bc3d8c2..6972054 100644
--- a/src/views/deviceManage/deviceImei/deviceImei.vue
+++ b/src/views/deviceManage/deviceImei/deviceImei.vue
@@ -84,12 +84,12 @@
type="selection"
width="55"
/>
-
+ /> -->
-
+
{
- this.deviceModelList = response.data
+ this.deviceTypeList = response.data
})
},
// 重置表单
@@ -169,10 +170,10 @@
this.$refs['dataForm'].clearValidate()
})
} else if (this.dialogStatus === 'update' || this.dialogStatus === 'detail') {
- console.log(typeof row.communication)
+ console.log(row)
this.deviceForm = {
- modelName: row.modelName,
- deviceType: row.deviceType,
+ modelName: row.deviceTypeName,
+ deviceType: row.modelName,
communication: row.communication.split(','),
devcode: row.id
}
@@ -231,8 +232,3 @@
}
-
diff --git a/src/views/deviceManage/deviceModel/deviceModel.vue b/src/views/deviceManage/deviceModel/deviceModel.vue
index 5099a0c..87ce8d2 100644
--- a/src/views/deviceManage/deviceModel/deviceModel.vue
+++ b/src/views/deviceManage/deviceModel/deviceModel.vue
@@ -86,12 +86,12 @@
type="selection"
width="55"
/>
-
+ /> -->
编辑
-
+
@@ -169,12 +169,12 @@
align: 'center'
},
{
- text: '型号名称',
+ text: '型号',
value: 'modelName',
align: 'center'
},
{
- text: '设备类型名称',
+ text: '设备类型',
value: 'deviceTypeName',
align: 'center'
},
diff --git a/src/views/deviceManage/deviceType/components/dialogDeviceType.vue b/src/views/deviceManage/deviceType/components/dialogDeviceType.vue
index 805e850..e195efb 100644
--- a/src/views/deviceManage/deviceType/components/dialogDeviceType.vue
+++ b/src/views/deviceManage/deviceType/components/dialogDeviceType.vue
@@ -47,7 +47,7 @@
-
+
-
diff --git a/src/views/deviceManage/deviceType/deviceType.vue b/src/views/deviceManage/deviceType/deviceType.vue
index f9dabd4..d079f06 100644
--- a/src/views/deviceManage/deviceType/deviceType.vue
+++ b/src/views/deviceManage/deviceType/deviceType.vue
@@ -86,12 +86,12 @@
type="selection"
width="55"
/>
-
+ /> -->
编辑
-
+
diff --git a/mock/systemConfig/tenantConfig.js b/mock/systemConfig/tenantConfig.js
index ca0a010..dfc1ac4 100644
--- a/mock/systemConfig/tenantConfig.js
+++ b/mock/systemConfig/tenantConfig.js
@@ -2,7 +2,7 @@
{
'tenentId': '4324324234',
'tenantName': '项目名称一',
- 'communication': '联通移动NB,电信NB',
+ 'communication': '联通移动NB,电信NB,联通移动NB,电信NB',
'coordinateType': 'WGS84,BD09,GCJ02',
'isJobGenerate': '是',
'isAppPush': '是',
diff --git a/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue b/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue
index 8594fd0..f2694ca 100644
--- a/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue
+++ b/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue
@@ -172,9 +172,3 @@
}
}
-
-
diff --git a/src/views/deviceManage/deviceImei/deviceImei.vue b/src/views/deviceManage/deviceImei/deviceImei.vue
index bc3d8c2..6972054 100644
--- a/src/views/deviceManage/deviceImei/deviceImei.vue
+++ b/src/views/deviceManage/deviceImei/deviceImei.vue
@@ -84,12 +84,12 @@
type="selection"
width="55"
/>
-
+ /> -->
-
+
{
- this.deviceModelList = response.data
+ this.deviceTypeList = response.data
})
},
// 重置表单
@@ -169,10 +170,10 @@
this.$refs['dataForm'].clearValidate()
})
} else if (this.dialogStatus === 'update' || this.dialogStatus === 'detail') {
- console.log(typeof row.communication)
+ console.log(row)
this.deviceForm = {
- modelName: row.modelName,
- deviceType: row.deviceType,
+ modelName: row.deviceTypeName,
+ deviceType: row.modelName,
communication: row.communication.split(','),
devcode: row.id
}
@@ -231,8 +232,3 @@
}
-
diff --git a/src/views/deviceManage/deviceModel/deviceModel.vue b/src/views/deviceManage/deviceModel/deviceModel.vue
index 5099a0c..87ce8d2 100644
--- a/src/views/deviceManage/deviceModel/deviceModel.vue
+++ b/src/views/deviceManage/deviceModel/deviceModel.vue
@@ -86,12 +86,12 @@
type="selection"
width="55"
/>
-
+ /> -->
编辑
-
+
@@ -169,12 +169,12 @@
align: 'center'
},
{
- text: '型号名称',
+ text: '型号',
value: 'modelName',
align: 'center'
},
{
- text: '设备类型名称',
+ text: '设备类型',
value: 'deviceTypeName',
align: 'center'
},
diff --git a/src/views/deviceManage/deviceType/components/dialogDeviceType.vue b/src/views/deviceManage/deviceType/components/dialogDeviceType.vue
index 805e850..e195efb 100644
--- a/src/views/deviceManage/deviceType/components/dialogDeviceType.vue
+++ b/src/views/deviceManage/deviceType/components/dialogDeviceType.vue
@@ -47,7 +47,7 @@
-
+
-
diff --git a/src/views/deviceManage/deviceType/deviceType.vue b/src/views/deviceManage/deviceType/deviceType.vue
index f9dabd4..d079f06 100644
--- a/src/views/deviceManage/deviceType/deviceType.vue
+++ b/src/views/deviceManage/deviceType/deviceType.vue
@@ -86,12 +86,12 @@
type="selection"
width="55"
/>
-
+ /> -->
编辑
-
+
diff --git a/src/views/systemConfig/alarmContent/components/dialogAlarmContent.vue b/src/views/systemConfig/alarmContent/components/dialogAlarmContent.vue
index a835d47..0ea149c 100644
--- a/src/views/systemConfig/alarmContent/components/dialogAlarmContent.vue
+++ b/src/views/systemConfig/alarmContent/components/dialogAlarmContent.vue
@@ -13,20 +13,13 @@
>
-
-
+
-
-
+ placeholder="请输入告警内容"
+ />
@@ -48,16 +41,23 @@
-
-
+
+ multiple
+ placeholder="请选择设备类型"
+ >
+
+
-
+
-
-
diff --git a/src/views/deviceManage/deviceImei/deviceImei.vue b/src/views/deviceManage/deviceImei/deviceImei.vue
index bc3d8c2..6972054 100644
--- a/src/views/deviceManage/deviceImei/deviceImei.vue
+++ b/src/views/deviceManage/deviceImei/deviceImei.vue
@@ -84,12 +84,12 @@
type="selection"
width="55"
/>
-
+ /> -->
-
+
{
- this.deviceModelList = response.data
+ this.deviceTypeList = response.data
})
},
// 重置表单
@@ -169,10 +170,10 @@
this.$refs['dataForm'].clearValidate()
})
} else if (this.dialogStatus === 'update' || this.dialogStatus === 'detail') {
- console.log(typeof row.communication)
+ console.log(row)
this.deviceForm = {
- modelName: row.modelName,
- deviceType: row.deviceType,
+ modelName: row.deviceTypeName,
+ deviceType: row.modelName,
communication: row.communication.split(','),
devcode: row.id
}
@@ -231,8 +232,3 @@
}
-
diff --git a/src/views/deviceManage/deviceModel/deviceModel.vue b/src/views/deviceManage/deviceModel/deviceModel.vue
index 5099a0c..87ce8d2 100644
--- a/src/views/deviceManage/deviceModel/deviceModel.vue
+++ b/src/views/deviceManage/deviceModel/deviceModel.vue
@@ -86,12 +86,12 @@
type="selection"
width="55"
/>
-
+ /> -->
编辑
-
+
@@ -169,12 +169,12 @@
align: 'center'
},
{
- text: '型号名称',
+ text: '型号',
value: 'modelName',
align: 'center'
},
{
- text: '设备类型名称',
+ text: '设备类型',
value: 'deviceTypeName',
align: 'center'
},
diff --git a/src/views/deviceManage/deviceType/components/dialogDeviceType.vue b/src/views/deviceManage/deviceType/components/dialogDeviceType.vue
index 805e850..e195efb 100644
--- a/src/views/deviceManage/deviceType/components/dialogDeviceType.vue
+++ b/src/views/deviceManage/deviceType/components/dialogDeviceType.vue
@@ -47,7 +47,7 @@
-
+
-
diff --git a/src/views/deviceManage/deviceType/deviceType.vue b/src/views/deviceManage/deviceType/deviceType.vue
index f9dabd4..d079f06 100644
--- a/src/views/deviceManage/deviceType/deviceType.vue
+++ b/src/views/deviceManage/deviceType/deviceType.vue
@@ -86,12 +86,12 @@
type="selection"
width="55"
/>
-
+ /> -->
编辑
-
+
diff --git a/src/views/systemConfig/alarmContent/components/dialogAlarmContent.vue b/src/views/systemConfig/alarmContent/components/dialogAlarmContent.vue
index a835d47..0ea149c 100644
--- a/src/views/systemConfig/alarmContent/components/dialogAlarmContent.vue
+++ b/src/views/systemConfig/alarmContent/components/dialogAlarmContent.vue
@@ -13,20 +13,13 @@
>
-
-
+
-
-
+ placeholder="请输入告警内容"
+ />
@@ -48,16 +41,23 @@
-
-
+
+ multiple
+ placeholder="请选择设备类型"
+ >
+
+
-
+
-
+
diff --git a/mock/systemConfig/tenantConfig.js b/mock/systemConfig/tenantConfig.js
index ca0a010..dfc1ac4 100644
--- a/mock/systemConfig/tenantConfig.js
+++ b/mock/systemConfig/tenantConfig.js
@@ -2,7 +2,7 @@
{
'tenentId': '4324324234',
'tenantName': '项目名称一',
- 'communication': '联通移动NB,电信NB',
+ 'communication': '联通移动NB,电信NB,联通移动NB,电信NB',
'coordinateType': 'WGS84,BD09,GCJ02',
'isJobGenerate': '是',
'isAppPush': '是',
diff --git a/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue b/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue
index 8594fd0..f2694ca 100644
--- a/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue
+++ b/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue
@@ -172,9 +172,3 @@
}
}
-
-
diff --git a/src/views/deviceManage/deviceImei/deviceImei.vue b/src/views/deviceManage/deviceImei/deviceImei.vue
index bc3d8c2..6972054 100644
--- a/src/views/deviceManage/deviceImei/deviceImei.vue
+++ b/src/views/deviceManage/deviceImei/deviceImei.vue
@@ -84,12 +84,12 @@
type="selection"
width="55"
/>
-
+ /> -->
-
+
{
- this.deviceModelList = response.data
+ this.deviceTypeList = response.data
})
},
// 重置表单
@@ -169,10 +170,10 @@
this.$refs['dataForm'].clearValidate()
})
} else if (this.dialogStatus === 'update' || this.dialogStatus === 'detail') {
- console.log(typeof row.communication)
+ console.log(row)
this.deviceForm = {
- modelName: row.modelName,
- deviceType: row.deviceType,
+ modelName: row.deviceTypeName,
+ deviceType: row.modelName,
communication: row.communication.split(','),
devcode: row.id
}
@@ -231,8 +232,3 @@
}
-
diff --git a/src/views/deviceManage/deviceModel/deviceModel.vue b/src/views/deviceManage/deviceModel/deviceModel.vue
index 5099a0c..87ce8d2 100644
--- a/src/views/deviceManage/deviceModel/deviceModel.vue
+++ b/src/views/deviceManage/deviceModel/deviceModel.vue
@@ -86,12 +86,12 @@
type="selection"
width="55"
/>
-
+ /> -->
编辑
-
+
@@ -169,12 +169,12 @@
align: 'center'
},
{
- text: '型号名称',
+ text: '型号',
value: 'modelName',
align: 'center'
},
{
- text: '设备类型名称',
+ text: '设备类型',
value: 'deviceTypeName',
align: 'center'
},
diff --git a/src/views/deviceManage/deviceType/components/dialogDeviceType.vue b/src/views/deviceManage/deviceType/components/dialogDeviceType.vue
index 805e850..e195efb 100644
--- a/src/views/deviceManage/deviceType/components/dialogDeviceType.vue
+++ b/src/views/deviceManage/deviceType/components/dialogDeviceType.vue
@@ -47,7 +47,7 @@
-
+
-
diff --git a/src/views/deviceManage/deviceType/deviceType.vue b/src/views/deviceManage/deviceType/deviceType.vue
index f9dabd4..d079f06 100644
--- a/src/views/deviceManage/deviceType/deviceType.vue
+++ b/src/views/deviceManage/deviceType/deviceType.vue
@@ -86,12 +86,12 @@
type="selection"
width="55"
/>
-
+ /> -->
编辑
-
+
diff --git a/src/views/systemConfig/alarmContent/components/dialogAlarmContent.vue b/src/views/systemConfig/alarmContent/components/dialogAlarmContent.vue
index a835d47..0ea149c 100644
--- a/src/views/systemConfig/alarmContent/components/dialogAlarmContent.vue
+++ b/src/views/systemConfig/alarmContent/components/dialogAlarmContent.vue
@@ -13,20 +13,13 @@
>
-
-
+
-
-
+ placeholder="请输入告警内容"
+ />
@@ -48,16 +41,23 @@
-
-
+
+ multiple
+ placeholder="请选择设备类型"
+ >
+
+
-
+
-
+
diff --git a/src/views/systemConfig/deptPermission/components/dialogListDept.vue b/src/views/systemConfig/deptPermission/components/dialogListDept.vue
index 40fef65..5d75707 100644
--- a/src/views/systemConfig/deptPermission/components/dialogListDept.vue
+++ b/src/views/systemConfig/deptPermission/components/dialogListDept.vue
@@ -69,7 +69,7 @@
-
+
{
this.$refs['dataForm'].clearValidate()
})
- } else if (this.dialogStatus === 'update') {
+ } else if (this.dialogStatus === 'update' || this.dialogStatus === 'detail') {
this.deviceForm = {
deptid: row.deptid,
wellType: row.wellType,
diff --git a/mock/systemConfig/tenantConfig.js b/mock/systemConfig/tenantConfig.js
index ca0a010..dfc1ac4 100644
--- a/mock/systemConfig/tenantConfig.js
+++ b/mock/systemConfig/tenantConfig.js
@@ -2,7 +2,7 @@
{
'tenentId': '4324324234',
'tenantName': '项目名称一',
- 'communication': '联通移动NB,电信NB',
+ 'communication': '联通移动NB,电信NB,联通移动NB,电信NB',
'coordinateType': 'WGS84,BD09,GCJ02',
'isJobGenerate': '是',
'isAppPush': '是',
diff --git a/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue b/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue
index 8594fd0..f2694ca 100644
--- a/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue
+++ b/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue
@@ -172,9 +172,3 @@
}
}
-
-
diff --git a/src/views/deviceManage/deviceImei/deviceImei.vue b/src/views/deviceManage/deviceImei/deviceImei.vue
index bc3d8c2..6972054 100644
--- a/src/views/deviceManage/deviceImei/deviceImei.vue
+++ b/src/views/deviceManage/deviceImei/deviceImei.vue
@@ -84,12 +84,12 @@
type="selection"
width="55"
/>
-
+ /> -->
-
+
{
- this.deviceModelList = response.data
+ this.deviceTypeList = response.data
})
},
// 重置表单
@@ -169,10 +170,10 @@
this.$refs['dataForm'].clearValidate()
})
} else if (this.dialogStatus === 'update' || this.dialogStatus === 'detail') {
- console.log(typeof row.communication)
+ console.log(row)
this.deviceForm = {
- modelName: row.modelName,
- deviceType: row.deviceType,
+ modelName: row.deviceTypeName,
+ deviceType: row.modelName,
communication: row.communication.split(','),
devcode: row.id
}
@@ -231,8 +232,3 @@
}
-
diff --git a/src/views/deviceManage/deviceModel/deviceModel.vue b/src/views/deviceManage/deviceModel/deviceModel.vue
index 5099a0c..87ce8d2 100644
--- a/src/views/deviceManage/deviceModel/deviceModel.vue
+++ b/src/views/deviceManage/deviceModel/deviceModel.vue
@@ -86,12 +86,12 @@
type="selection"
width="55"
/>
-
+ /> -->
编辑
-
+
@@ -169,12 +169,12 @@
align: 'center'
},
{
- text: '型号名称',
+ text: '型号',
value: 'modelName',
align: 'center'
},
{
- text: '设备类型名称',
+ text: '设备类型',
value: 'deviceTypeName',
align: 'center'
},
diff --git a/src/views/deviceManage/deviceType/components/dialogDeviceType.vue b/src/views/deviceManage/deviceType/components/dialogDeviceType.vue
index 805e850..e195efb 100644
--- a/src/views/deviceManage/deviceType/components/dialogDeviceType.vue
+++ b/src/views/deviceManage/deviceType/components/dialogDeviceType.vue
@@ -47,7 +47,7 @@
-
+
-
diff --git a/src/views/deviceManage/deviceType/deviceType.vue b/src/views/deviceManage/deviceType/deviceType.vue
index f9dabd4..d079f06 100644
--- a/src/views/deviceManage/deviceType/deviceType.vue
+++ b/src/views/deviceManage/deviceType/deviceType.vue
@@ -86,12 +86,12 @@
type="selection"
width="55"
/>
-
+ /> -->
编辑
-
+
diff --git a/src/views/systemConfig/alarmContent/components/dialogAlarmContent.vue b/src/views/systemConfig/alarmContent/components/dialogAlarmContent.vue
index a835d47..0ea149c 100644
--- a/src/views/systemConfig/alarmContent/components/dialogAlarmContent.vue
+++ b/src/views/systemConfig/alarmContent/components/dialogAlarmContent.vue
@@ -13,20 +13,13 @@
>
-
-
+
-
-
+ placeholder="请输入告警内容"
+ />
@@ -48,16 +41,23 @@
-
-
+
+ multiple
+ placeholder="请选择设备类型"
+ >
+
+
-
+
-
+
diff --git a/src/views/systemConfig/deptPermission/components/dialogListDept.vue b/src/views/systemConfig/deptPermission/components/dialogListDept.vue
index 40fef65..5d75707 100644
--- a/src/views/systemConfig/deptPermission/components/dialogListDept.vue
+++ b/src/views/systemConfig/deptPermission/components/dialogListDept.vue
@@ -69,7 +69,7 @@
-
+
{
this.$refs['dataForm'].clearValidate()
})
- } else if (this.dialogStatus === 'update') {
+ } else if (this.dialogStatus === 'update' || this.dialogStatus === 'detail') {
this.deviceForm = {
deptid: row.deptid,
wellType: row.wellType,
diff --git a/src/views/systemConfig/deptPermission/listDept.vue b/src/views/systemConfig/deptPermission/listDept.vue
index 30f4f06..738c5b1 100644
--- a/src/views/systemConfig/deptPermission/listDept.vue
+++ b/src/views/systemConfig/deptPermission/listDept.vue
@@ -11,11 +11,18 @@
>
-
+ >
+
+
diff --git a/mock/systemConfig/tenantConfig.js b/mock/systemConfig/tenantConfig.js
index ca0a010..dfc1ac4 100644
--- a/mock/systemConfig/tenantConfig.js
+++ b/mock/systemConfig/tenantConfig.js
@@ -2,7 +2,7 @@
{
'tenentId': '4324324234',
'tenantName': '项目名称一',
- 'communication': '联通移动NB,电信NB',
+ 'communication': '联通移动NB,电信NB,联通移动NB,电信NB',
'coordinateType': 'WGS84,BD09,GCJ02',
'isJobGenerate': '是',
'isAppPush': '是',
diff --git a/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue b/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue
index 8594fd0..f2694ca 100644
--- a/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue
+++ b/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue
@@ -172,9 +172,3 @@
}
}
-
-
diff --git a/src/views/deviceManage/deviceImei/deviceImei.vue b/src/views/deviceManage/deviceImei/deviceImei.vue
index bc3d8c2..6972054 100644
--- a/src/views/deviceManage/deviceImei/deviceImei.vue
+++ b/src/views/deviceManage/deviceImei/deviceImei.vue
@@ -84,12 +84,12 @@
type="selection"
width="55"
/>
-
+ /> -->
-
+
{
- this.deviceModelList = response.data
+ this.deviceTypeList = response.data
})
},
// 重置表单
@@ -169,10 +170,10 @@
this.$refs['dataForm'].clearValidate()
})
} else if (this.dialogStatus === 'update' || this.dialogStatus === 'detail') {
- console.log(typeof row.communication)
+ console.log(row)
this.deviceForm = {
- modelName: row.modelName,
- deviceType: row.deviceType,
+ modelName: row.deviceTypeName,
+ deviceType: row.modelName,
communication: row.communication.split(','),
devcode: row.id
}
@@ -231,8 +232,3 @@
}
-
diff --git a/src/views/deviceManage/deviceModel/deviceModel.vue b/src/views/deviceManage/deviceModel/deviceModel.vue
index 5099a0c..87ce8d2 100644
--- a/src/views/deviceManage/deviceModel/deviceModel.vue
+++ b/src/views/deviceManage/deviceModel/deviceModel.vue
@@ -86,12 +86,12 @@
type="selection"
width="55"
/>
-
+ /> -->
编辑
-
+
@@ -169,12 +169,12 @@
align: 'center'
},
{
- text: '型号名称',
+ text: '型号',
value: 'modelName',
align: 'center'
},
{
- text: '设备类型名称',
+ text: '设备类型',
value: 'deviceTypeName',
align: 'center'
},
diff --git a/src/views/deviceManage/deviceType/components/dialogDeviceType.vue b/src/views/deviceManage/deviceType/components/dialogDeviceType.vue
index 805e850..e195efb 100644
--- a/src/views/deviceManage/deviceType/components/dialogDeviceType.vue
+++ b/src/views/deviceManage/deviceType/components/dialogDeviceType.vue
@@ -47,7 +47,7 @@
-
+
-
diff --git a/src/views/deviceManage/deviceType/deviceType.vue b/src/views/deviceManage/deviceType/deviceType.vue
index f9dabd4..d079f06 100644
--- a/src/views/deviceManage/deviceType/deviceType.vue
+++ b/src/views/deviceManage/deviceType/deviceType.vue
@@ -86,12 +86,12 @@
type="selection"
width="55"
/>
-
+ /> -->
编辑
-
+
diff --git a/src/views/systemConfig/alarmContent/components/dialogAlarmContent.vue b/src/views/systemConfig/alarmContent/components/dialogAlarmContent.vue
index a835d47..0ea149c 100644
--- a/src/views/systemConfig/alarmContent/components/dialogAlarmContent.vue
+++ b/src/views/systemConfig/alarmContent/components/dialogAlarmContent.vue
@@ -13,20 +13,13 @@
>
-
-
+
-
-
+ placeholder="请输入告警内容"
+ />
@@ -48,16 +41,23 @@
-
-
+
+ multiple
+ placeholder="请选择设备类型"
+ >
+
+
-
+
-
+
diff --git a/src/views/systemConfig/deptPermission/components/dialogListDept.vue b/src/views/systemConfig/deptPermission/components/dialogListDept.vue
index 40fef65..5d75707 100644
--- a/src/views/systemConfig/deptPermission/components/dialogListDept.vue
+++ b/src/views/systemConfig/deptPermission/components/dialogListDept.vue
@@ -69,7 +69,7 @@
-
+
{
this.$refs['dataForm'].clearValidate()
})
- } else if (this.dialogStatus === 'update') {
+ } else if (this.dialogStatus === 'update' || this.dialogStatus === 'detail') {
this.deviceForm = {
deptid: row.deptid,
wellType: row.wellType,
diff --git a/src/views/systemConfig/deptPermission/listDept.vue b/src/views/systemConfig/deptPermission/listDept.vue
index 30f4f06..738c5b1 100644
--- a/src/views/systemConfig/deptPermission/listDept.vue
+++ b/src/views/systemConfig/deptPermission/listDept.vue
@@ -11,11 +11,18 @@
>
-
+ >
+
+
diff --git a/src/views/systemConfig/tenantConfig/components/dialogListTenant.vue b/src/views/systemConfig/tenantConfig/components/dialogListTenant.vue
index ab7432e..7ca5297 100644
--- a/src/views/systemConfig/tenantConfig/components/dialogListTenant.vue
+++ b/src/views/systemConfig/tenantConfig/components/dialogListTenant.vue
@@ -95,7 +95,7 @@
-
+
{
this.$refs['dataForm'].clearValidate()
})
- } else if (this.dialogStatus === 'update') {
+ } else if (this.dialogStatus === 'update' || this.dialogStatus === 'detail') {
this.deviceForm = {
communication: row.communication.split(','),
coordinateType: row.coordinateType,
@@ -331,8 +331,17 @@
}
-
diff --git a/mock/systemConfig/tenantConfig.js b/mock/systemConfig/tenantConfig.js
index ca0a010..dfc1ac4 100644
--- a/mock/systemConfig/tenantConfig.js
+++ b/mock/systemConfig/tenantConfig.js
@@ -2,7 +2,7 @@
{
'tenentId': '4324324234',
'tenantName': '项目名称一',
- 'communication': '联通移动NB,电信NB',
+ 'communication': '联通移动NB,电信NB,联通移动NB,电信NB',
'coordinateType': 'WGS84,BD09,GCJ02',
'isJobGenerate': '是',
'isAppPush': '是',
diff --git a/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue b/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue
index 8594fd0..f2694ca 100644
--- a/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue
+++ b/src/views/deviceManage/deviceImei/components/dialogDeviceImei.vue
@@ -172,9 +172,3 @@
}
}
-
-
diff --git a/src/views/deviceManage/deviceImei/deviceImei.vue b/src/views/deviceManage/deviceImei/deviceImei.vue
index bc3d8c2..6972054 100644
--- a/src/views/deviceManage/deviceImei/deviceImei.vue
+++ b/src/views/deviceManage/deviceImei/deviceImei.vue
@@ -84,12 +84,12 @@
type="selection"
width="55"
/>
-
+ /> -->
-
+
{
- this.deviceModelList = response.data
+ this.deviceTypeList = response.data
})
},
// 重置表单
@@ -169,10 +170,10 @@
this.$refs['dataForm'].clearValidate()
})
} else if (this.dialogStatus === 'update' || this.dialogStatus === 'detail') {
- console.log(typeof row.communication)
+ console.log(row)
this.deviceForm = {
- modelName: row.modelName,
- deviceType: row.deviceType,
+ modelName: row.deviceTypeName,
+ deviceType: row.modelName,
communication: row.communication.split(','),
devcode: row.id
}
@@ -231,8 +232,3 @@
}
-
diff --git a/src/views/deviceManage/deviceModel/deviceModel.vue b/src/views/deviceManage/deviceModel/deviceModel.vue
index 5099a0c..87ce8d2 100644
--- a/src/views/deviceManage/deviceModel/deviceModel.vue
+++ b/src/views/deviceManage/deviceModel/deviceModel.vue
@@ -86,12 +86,12 @@
type="selection"
width="55"
/>
-
+ /> -->
编辑
-
+
@@ -169,12 +169,12 @@
align: 'center'
},
{
- text: '型号名称',
+ text: '型号',
value: 'modelName',
align: 'center'
},
{
- text: '设备类型名称',
+ text: '设备类型',
value: 'deviceTypeName',
align: 'center'
},
diff --git a/src/views/deviceManage/deviceType/components/dialogDeviceType.vue b/src/views/deviceManage/deviceType/components/dialogDeviceType.vue
index 805e850..e195efb 100644
--- a/src/views/deviceManage/deviceType/components/dialogDeviceType.vue
+++ b/src/views/deviceManage/deviceType/components/dialogDeviceType.vue
@@ -47,7 +47,7 @@
-
+
-
diff --git a/src/views/deviceManage/deviceType/deviceType.vue b/src/views/deviceManage/deviceType/deviceType.vue
index f9dabd4..d079f06 100644
--- a/src/views/deviceManage/deviceType/deviceType.vue
+++ b/src/views/deviceManage/deviceType/deviceType.vue
@@ -86,12 +86,12 @@
type="selection"
width="55"
/>
-
+ /> -->
编辑
-
+
diff --git a/src/views/systemConfig/alarmContent/components/dialogAlarmContent.vue b/src/views/systemConfig/alarmContent/components/dialogAlarmContent.vue
index a835d47..0ea149c 100644
--- a/src/views/systemConfig/alarmContent/components/dialogAlarmContent.vue
+++ b/src/views/systemConfig/alarmContent/components/dialogAlarmContent.vue
@@ -13,20 +13,13 @@
>
-
-
+
-
-
+ placeholder="请输入告警内容"
+ />
@@ -48,16 +41,23 @@
-
-
+
+ multiple
+ placeholder="请选择设备类型"
+ >
+
+
-
+
-
+
diff --git a/src/views/systemConfig/deptPermission/components/dialogListDept.vue b/src/views/systemConfig/deptPermission/components/dialogListDept.vue
index 40fef65..5d75707 100644
--- a/src/views/systemConfig/deptPermission/components/dialogListDept.vue
+++ b/src/views/systemConfig/deptPermission/components/dialogListDept.vue
@@ -69,7 +69,7 @@
-
+
{
this.$refs['dataForm'].clearValidate()
})
- } else if (this.dialogStatus === 'update') {
+ } else if (this.dialogStatus === 'update' || this.dialogStatus === 'detail') {
this.deviceForm = {
deptid: row.deptid,
wellType: row.wellType,
diff --git a/src/views/systemConfig/deptPermission/listDept.vue b/src/views/systemConfig/deptPermission/listDept.vue
index 30f4f06..738c5b1 100644
--- a/src/views/systemConfig/deptPermission/listDept.vue
+++ b/src/views/systemConfig/deptPermission/listDept.vue
@@ -11,11 +11,18 @@
>
-
+ >
+
+
diff --git a/src/views/systemConfig/tenantConfig/components/dialogListTenant.vue b/src/views/systemConfig/tenantConfig/components/dialogListTenant.vue
index ab7432e..7ca5297 100644
--- a/src/views/systemConfig/tenantConfig/components/dialogListTenant.vue
+++ b/src/views/systemConfig/tenantConfig/components/dialogListTenant.vue
@@ -95,7 +95,7 @@
-
+
{
this.$refs['dataForm'].clearValidate()
})
- } else if (this.dialogStatus === 'update') {
+ } else if (this.dialogStatus === 'update' || this.dialogStatus === 'detail') {
this.deviceForm = {
communication: row.communication.split(','),
coordinateType: row.coordinateType,
@@ -331,8 +331,17 @@
}
-
diff --git a/src/views/systemConfig/tenantConfig/listTenant.vue b/src/views/systemConfig/tenantConfig/listTenant.vue
index 872942d..26ac194 100644
--- a/src/views/systemConfig/tenantConfig/listTenant.vue
+++ b/src/views/systemConfig/tenantConfig/listTenant.vue
@@ -48,14 +48,12 @@
-
+