Compare commits

..

No commits in common. "1b08ea20475d09b24eae5f3439b54388e59a3de8" and "394d05bdee1a7b61aba82a30045c1d1401281b10" have entirely different histories.

2 changed files with 17 additions and 26 deletions

View File

@ -87,7 +87,7 @@
<div class="arrow"><img src="../../assets/image/arrow.png" alt=""></div>
</div>
<el-dropdown-menu slot="dropdown">
<el-dropdown-item v-for="item, index in typeSelList" :key="index" :command="index">{{ item.label
<el-dropdown-item v-for="item, index in typeSelList" :key="index" :command="index">{{ item.name
}}</el-dropdown-item>
</el-dropdown-menu>
@ -165,18 +165,8 @@ export default {
TypeSelIndex: -1,
//
inputData: [],
// typeSelList: ,
//
openIndex: 0,
openTrue: [],
loading:null,
}
},
computed: { //
typeSelList(){
var list = [ { label: this.$t('parameterSet.avgAirTemp', {index:1}), value: 1 },
//
typeSelList: [ { label: this.$t('parameterSet.avgAirTemp', {index:1}), value: 1 },
{ label: this.$t('parameterSet.avgAirTemp', {index:2}), value: 2 },
{ label: this.$t('parameterSet.airTemp', {index:1}), value: 3 },
{ label: this.$t('parameterSet.airTemp', {index:2}), value: 4 },
@ -185,10 +175,14 @@ export default {
{ label: this.$t('parameterSet.airTemp', {index:5}), value: 7 },
{ label: this.$t('parameterSet.airTemp', {index:6}), value: 8 },
{ label: this.$t('parameterSet.airTemp', {index:7}), value: 9 },
{ label: this.$t('parameterSet.airTemp', {index:8}), value: 10 },]
return list
},
},
{ label: this.$t('parameterSet.airTemp', {index:8}), value: 10 },],
//
openIndex: 0,
openTrue: [],
loading:null,
}
},
watch: {
$route(newVal, oldVal) {
const that = this;

View File

@ -419,7 +419,7 @@
placeholder="60"
/>
</div>
<span></span>
<span></span>
<div class="input-main-60">
<span>B肥搅拌通道选择</span>
<input
@ -431,7 +431,7 @@
placeholder="60"
/>
</div>
<span></span>
<span></span>
<div class="input-main-60">
<span>C肥搅拌通道选择</span>
<input
@ -443,7 +443,6 @@
placeholder="60"
/>
</div>
<span>;</span>
</div>
<div class="flex-view padding-none border-none shrink-none">
@ -458,7 +457,7 @@
placeholder="60"
/>
</div>
<span></span>
<span></span>
<div class="input-main-60">
<span>E肥搅拌通道选择</span>
<input
@ -470,7 +469,7 @@
placeholder="60"
/>
</div>
<span></span>
<span></span>
<div class="input-main-60">
<span>F肥搅拌通道选择</span>
<input
@ -482,7 +481,6 @@
placeholder="60"
/>
</div>
<span>;</span>
</div>
@ -498,7 +496,7 @@
placeholder="60"
/>
</div>
<span></span>
<span></span>
<div class="input-main-60">
<span>H肥搅拌通道选择</span>
<input
@ -510,7 +508,7 @@
placeholder="60"
/>
</div>
<span></span>
<span></span>
<div class="input-main-60">
<span>酸搅拌通道选择</span>
<input
@ -522,7 +520,6 @@
placeholder="60"
/>
</div>
<span></span>
</div>
</div>
</template>