fix:联系方式

This commit is contained in:
zhaohy
2024-07-16 15:42:49 +08:00
parent c68dc4deb7
commit d29c724920
11 changed files with 997 additions and 191 deletions

View File

@@ -229,7 +229,7 @@
.post(device.queryDevicePage, {
pageNum: 1,
pageSize: 999,
energyType: selectedOptions[0].cnValue,
energyType: selectedOptions[0].dicKey,
orgId: orgId.value,
})
.then((res) => {
@@ -241,7 +241,7 @@
.post(group.queryDeviceGroupTree, {
pageNum: 1,
pageSize: 999,
energyType: selectedOptions[0].cnValue,
energyType: selectedOptions[0].dicKey,
orgId: orgId.value,
})
.then((res) => {
@@ -502,7 +502,7 @@
.grey-background.ant-switch .ant-switch-handle {
background-color: grey !important;
}
/deep/ .ant-form-item-label {
:deep(.ant-form-item-label) {
z-index: 20;
text-align: right;
width: 23%;