Compare commits
No commits in common. "1b08ea20475d09b24eae5f3439b54388e59a3de8" and "394d05bdee1a7b61aba82a30045c1d1401281b10" have entirely different histories.
1b08ea2047
...
394d05bdee
@ -87,7 +87,7 @@
|
|||||||
<div class="arrow"><img src="../../assets/image/arrow.png" alt=""></div>
|
<div class="arrow"><img src="../../assets/image/arrow.png" alt=""></div>
|
||||||
</div>
|
</div>
|
||||||
<el-dropdown-menu slot="dropdown">
|
<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-item>
|
||||||
|
|
||||||
</el-dropdown-menu>
|
</el-dropdown-menu>
|
||||||
@ -165,18 +165,8 @@ export default {
|
|||||||
TypeSelIndex: -1,
|
TypeSelIndex: -1,
|
||||||
//页面数据
|
//页面数据
|
||||||
inputData: [],
|
inputData: [],
|
||||||
|
//选择内容
|
||||||
// typeSelList: ,
|
typeSelList: [ { label: this.$t('parameterSet.avgAirTemp', {index:1}), value: 1 },
|
||||||
//有效性设置
|
|
||||||
openIndex: 0,
|
|
||||||
|
|
||||||
openTrue: [],
|
|
||||||
loading:null,
|
|
||||||
}
|
|
||||||
},
|
|
||||||
computed: { //选择内容
|
|
||||||
typeSelList(){
|
|
||||||
var list = [ { label: this.$t('parameterSet.avgAirTemp', {index:1}), value: 1 },
|
|
||||||
{ label: this.$t('parameterSet.avgAirTemp', {index:2}), value: 2 },
|
{ label: this.$t('parameterSet.avgAirTemp', {index:2}), value: 2 },
|
||||||
{ label: this.$t('parameterSet.airTemp', {index:1}), value: 3 },
|
{ label: this.$t('parameterSet.airTemp', {index:1}), value: 3 },
|
||||||
{ label: this.$t('parameterSet.airTemp', {index:2}), value: 4 },
|
{ 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:5}), value: 7 },
|
||||||
{ label: this.$t('parameterSet.airTemp', {index:6}), value: 8 },
|
{ label: this.$t('parameterSet.airTemp', {index:6}), value: 8 },
|
||||||
{ label: this.$t('parameterSet.airTemp', {index:7}), value: 9 },
|
{ label: this.$t('parameterSet.airTemp', {index:7}), value: 9 },
|
||||||
{ label: this.$t('parameterSet.airTemp', {index:8}), value: 10 },]
|
{ label: this.$t('parameterSet.airTemp', {index:8}), value: 10 },],
|
||||||
return list
|
//有效性设置
|
||||||
},
|
openIndex: 0,
|
||||||
},
|
|
||||||
|
openTrue: [],
|
||||||
|
loading:null,
|
||||||
|
}
|
||||||
|
},
|
||||||
watch: {
|
watch: {
|
||||||
$route(newVal, oldVal) {
|
$route(newVal, oldVal) {
|
||||||
const that = this;
|
const that = this;
|
||||||
|
@ -419,7 +419,7 @@
|
|||||||
placeholder="60"
|
placeholder="60"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<span>,</span>
|
<span></span>
|
||||||
<div class="input-main-60">
|
<div class="input-main-60">
|
||||||
<span>B肥搅拌通道选择</span>
|
<span>B肥搅拌通道选择</span>
|
||||||
<input
|
<input
|
||||||
@ -431,7 +431,7 @@
|
|||||||
placeholder="60"
|
placeholder="60"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<span>,</span>
|
<span></span>
|
||||||
<div class="input-main-60">
|
<div class="input-main-60">
|
||||||
<span>C肥搅拌通道选择</span>
|
<span>C肥搅拌通道选择</span>
|
||||||
<input
|
<input
|
||||||
@ -443,7 +443,6 @@
|
|||||||
placeholder="60"
|
placeholder="60"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<span>;</span>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex-view padding-none border-none shrink-none">
|
<div class="flex-view padding-none border-none shrink-none">
|
||||||
@ -458,7 +457,7 @@
|
|||||||
placeholder="60"
|
placeholder="60"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<span>,</span>
|
<span></span>
|
||||||
<div class="input-main-60">
|
<div class="input-main-60">
|
||||||
<span>E肥搅拌通道选择</span>
|
<span>E肥搅拌通道选择</span>
|
||||||
<input
|
<input
|
||||||
@ -470,7 +469,7 @@
|
|||||||
placeholder="60"
|
placeholder="60"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<span>,</span>
|
<span></span>
|
||||||
<div class="input-main-60">
|
<div class="input-main-60">
|
||||||
<span>F肥搅拌通道选择</span>
|
<span>F肥搅拌通道选择</span>
|
||||||
<input
|
<input
|
||||||
@ -482,7 +481,6 @@
|
|||||||
placeholder="60"
|
placeholder="60"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<span>;</span>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -498,7 +496,7 @@
|
|||||||
placeholder="60"
|
placeholder="60"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<span>,</span>
|
<span></span>
|
||||||
<div class="input-main-60">
|
<div class="input-main-60">
|
||||||
<span>H肥搅拌通道选择</span>
|
<span>H肥搅拌通道选择</span>
|
||||||
<input
|
<input
|
||||||
@ -510,7 +508,7 @@
|
|||||||
placeholder="60"
|
placeholder="60"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<span>,</span>
|
<span></span>
|
||||||
<div class="input-main-60">
|
<div class="input-main-60">
|
||||||
<span>酸搅拌通道选择</span>
|
<span>酸搅拌通道选择</span>
|
||||||
<input
|
<input
|
||||||
@ -522,7 +520,6 @@
|
|||||||
placeholder="60"
|
placeholder="60"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<span>。</span>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user