翻译
This commit is contained in:
parent
efe8f56f96
commit
457f157829
@ -1521,7 +1521,7 @@ textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.upload .upload-view {
|
.upload .upload-view {
|
||||||
width: 520px;
|
min-width: 520px;
|
||||||
height: 520px;
|
height: 520px;
|
||||||
margin: 7.5px 10px;
|
margin: 7.5px 10px;
|
||||||
background: rgba(0, 132, 255, 0.15);
|
background: rgba(0, 132, 255, 0.15);
|
||||||
|
@ -1604,7 +1604,7 @@ textarea {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
||||||
.upload-view {
|
.upload-view {
|
||||||
width: 520px;
|
min-width: 520px;
|
||||||
height: 520px;
|
height: 520px;
|
||||||
margin: 7.5px 10px;
|
margin: 7.5px 10px;
|
||||||
background: rgba(0, 132, 255, 0.15);
|
background: rgba(0, 132, 255, 0.15);
|
||||||
|
@ -1291,10 +1291,9 @@ module.exports = {
|
|||||||
"pump": {
|
"pump": {
|
||||||
"pump1": "Water Pump 1",
|
"pump1": "Water Pump 1",
|
||||||
"pump2": "Water Pump 2",
|
"pump2": "Water Pump 2",
|
||||||
"coolingLevel": {
|
|
||||||
"prefix": "Start pump ",
|
"prefix": "Start pump ",
|
||||||
"middle": " at cooling level ",
|
"middle": "at cooling level ",
|
||||||
}
|
"suffix": ""
|
||||||
},
|
},
|
||||||
"window": {
|
"window": {
|
||||||
"window1": "Vent Window 1 Mode",
|
"window1": "Vent Window 1 Mode",
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
<div class="page-title upload-title">
|
<div class="page-title upload-title">
|
||||||
{{$t('upload.targetValue')}}
|
{{$t('upload.targetValue')}}
|
||||||
</div>
|
</div>
|
||||||
<div class="upload-content upload-content1 ">
|
<div class="upload-content">
|
||||||
<div @click="selList3(index)" v-for="item, index in list3" :key="index">
|
<div @click="selList3(index)" v-for="item, index in list3" :key="index">
|
||||||
<div v-if="actList3.indexOf(index) == -1" class="no-sel"></div>
|
<div v-if="actList3.indexOf(index) == -1" class="no-sel"></div>
|
||||||
<div v-else class="sel"></div>
|
<div v-else class="sel"></div>
|
||||||
|
@ -52,7 +52,18 @@ export default {
|
|||||||
return {
|
return {
|
||||||
actList1: [],
|
actList1: [],
|
||||||
actList1New: [],
|
actList1New: [],
|
||||||
list1: [ this.$t('upload.sensorTypes.outdoorAvgTemp'),
|
|
||||||
|
actList2: [],
|
||||||
|
actList2New: [],
|
||||||
|
|
||||||
|
inputData: [],
|
||||||
|
loading:null,
|
||||||
|
|
||||||
|
}
|
||||||
|
},
|
||||||
|
computed:{
|
||||||
|
list1(){
|
||||||
|
var data= [ this.$t('upload.sensorTypes.outdoorAvgTemp'),
|
||||||
this.$t('upload.sensorTypes.outdoorAvgHumidity'),
|
this.$t('upload.sensorTypes.outdoorAvgHumidity'),
|
||||||
this.$t('upload.sensorTypes.outdoorAvgLight'),
|
this.$t('upload.sensorTypes.outdoorAvgLight'),
|
||||||
this.$t('upload.sensorTypes.outdoorAvgWindSpeed'),
|
this.$t('upload.sensorTypes.outdoorAvgWindSpeed'),
|
||||||
@ -67,10 +78,11 @@ export default {
|
|||||||
this.$t('upload.sensorTypes.outdoorAvgSoilTemp'),
|
this.$t('upload.sensorTypes.outdoorAvgSoilTemp'),
|
||||||
this.$t('upload.sensorTypes.outdoorAvgSoilMoisture'),
|
this.$t('upload.sensorTypes.outdoorAvgSoilMoisture'),
|
||||||
this.$t('upload.sensorTypes.outdoorAvgPressure'),
|
this.$t('upload.sensorTypes.outdoorAvgPressure'),
|
||||||
this.$t('upload.sensorTypes.outdoorAvgSolarRadiation')],
|
this.$t('upload.sensorTypes.outdoorAvgSolarRadiation')]
|
||||||
actList2: [],
|
return data
|
||||||
actList2New: [],
|
},
|
||||||
list2: [
|
list2(){
|
||||||
|
var data=[
|
||||||
this.$t('upload.sensorTypes.targetPH'),
|
this.$t('upload.sensorTypes.targetPH'),
|
||||||
this.$t('upload.sensorTypes.targetEC'),
|
this.$t('upload.sensorTypes.targetEC'),
|
||||||
this.$t('upload.sensorTypes.avgPH'),
|
this.$t('upload.sensorTypes.avgPH'),
|
||||||
@ -87,11 +99,9 @@ export default {
|
|||||||
`6${this.$t('upload.sensorTypes.channel')}`,
|
`6${this.$t('upload.sensorTypes.channel')}`,
|
||||||
`1${this.$t('upload.sensorTypes.waterTemp')}`,
|
`1${this.$t('upload.sensorTypes.waterTemp')}`,
|
||||||
`2${this.$t('upload.sensorTypes.waterTemp')}`
|
`2${this.$t('upload.sensorTypes.waterTemp')}`
|
||||||
],
|
]
|
||||||
inputData: [],
|
return data
|
||||||
loading:null,
|
},
|
||||||
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.loading = this.$loading({
|
this.loading = this.$loading({
|
||||||
|
@ -443,13 +443,13 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
getName(){
|
getName(){
|
||||||
if(this.indexs==1){
|
if(this.indexs==1){
|
||||||
return '风机'
|
return this.$t('setParams.wetFan')
|
||||||
}else if(this.indexs==2){
|
}else if(this.indexs==2){
|
||||||
return '湿帘泵'
|
return this.$t('setParams.wetPump')
|
||||||
}else if(this.indexs==3){
|
}else if(this.indexs==3){
|
||||||
return '湿帘外翻窗'
|
return this.$t('setParams.wetWindow')
|
||||||
}else{
|
}else{
|
||||||
return '湿帘风机'
|
return this.$t('setParams.wetFan')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
//失去焦点 计算公式 x/10
|
//失去焦点 计算公式 x/10
|
||||||
|
@ -44,9 +44,9 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
proxy: {
|
proxy: {
|
||||||
"/api": {
|
"/api": {
|
||||||
// target: 'https://api.lihe-control.com', //地址
|
target: 'https://api.lihe-control.com', //地址
|
||||||
// target: 'http://jiaxingtest.a1.luyouxia.net:21114', //地址
|
// target: 'http://jiaxingtest.a1.luyouxia.net:21114', //地址
|
||||||
target: 'http://jiaxingtest.e1.luyouxia.top:19159', //地址
|
// target: 'http://jiaxingtest.e1.luyouxia.top:19159', //地址
|
||||||
// target: 'http://jiaxingtest.a1.luyouxia.net:25762', //地址
|
// target: 'http://jiaxingtest.a1.luyouxia.net:25762', //地址
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user