diff --git a/src/views/components/category/SettingForm.vue b/src/views/components/category/SettingForm.vue index 602a1dc..97310e9 100644 --- a/src/views/components/category/SettingForm.vue +++ b/src/views/components/category/SettingForm.vue @@ -288,10 +288,9 @@ export default { this.form.dictionaryConfigId.id = null } // 字段类型为数字型,且默认著录类型为数字框不可更改 - if (this.form.isDataType === 2) { + if (this.form.isDataType === 2 && this.form.isInputClass !== 'number') { this.form.isInputClass = 'number' - this.dictionaryData = [] - this.$message.error('字段类型为数字型,且默认著录类型为数字框') + this.$message.error('字段类型为数字型,默认著录类型为数字框且不能修改') } }, // 显示长度 input.value>200,则自动勾选上“显示一整行” diff --git a/src/views/storeManage/warehouse3D/archivesStorage/index.vue b/src/views/storeManage/warehouse3D/archivesStorage/index.vue index b5ea241..566533b 100644 --- a/src/views/storeManage/warehouse3D/archivesStorage/index.vue +++ b/src/views/storeManage/warehouse3D/archivesStorage/index.vue @@ -5,46 +5,46 @@
温度{{ topDisplayData.DAK_DIV_TOP_001.unit }}
+温度 {{ topDisplayData.DAK_DIV_TOP_001.unit }}
湿度{{ topDisplayData.DAK_DIV_TOP_002.unit }}
+湿度 {{ topDisplayData.DAK_DIV_TOP_002.unit }}
CO2{{ topDisplayData.DAK_DIV_TOP_003.unit }}
+CO2 {{ topDisplayData.DAK_DIV_TOP_003.unit }}
VOC{{ topDisplayData.DAK_DIV_TOP_004.unit }}
+VOC {{ topDisplayData.DAK_DIV_TOP_004.unit }}
PM2.5{{ topDisplayData.DAK_DIV_TOP_005.unit }}
+PM2.5 {{ topDisplayData.DAK_DIV_TOP_005.unit }}
PM10{{ topDisplayData.DAK_DIV_TOP_006.unit }}
+PM10 {{ topDisplayData.DAK_DIV_TOP_006.unit }}