|
|
@@ -47,24 +47,12 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
- <irrigatedArea :irrigatedAreaList="irrigatedAreaList"/>
|
|
|
</view>
|
|
|
+ <irrigatedArea :irrigatedAreaList="irrigatedAreaList"/>
|
|
|
</view>
|
|
|
</template>
|
|
|
<script>
|
|
|
-import fertTopBottom from '../assets/fertTopBottom.png';
|
|
|
-import lineTopAndBottom from '../assets/lineTopAndBottom.png';
|
|
|
-import lineTopBottom from '../assets/lineTopBottom.png';
|
|
|
-import fertTopBottomRadius from '../assets/fertTopBottomRadius.png';
|
|
|
-import lastBorder from '../assets/lastBorder.png';
|
|
|
import irrigatedArea from './irrigatedArea.vue';
|
|
|
-import fan from '../assets/fan.png';
|
|
|
-import fanRun from '../assets/fanRun.png';
|
|
|
-import bucketOpenTop from '../assets/bucketOpenTop.png';
|
|
|
-import bucketCloseTop from '../assets/bucketCloseTop.png';
|
|
|
-import bucketClose from '../assets/bucketClose.png';
|
|
|
-import bucketOpen from '../assets/bucketOpen.png';
|
|
|
|
|
|
export default {
|
|
|
props:{
|
|
|
@@ -90,19 +78,19 @@ export default {
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
- fan,
|
|
|
- fanRun,
|
|
|
- lastBorder,
|
|
|
- lineTopBottom,
|
|
|
- fertTopBottom,
|
|
|
- lineTopAndBottom,
|
|
|
- bucketOpenTop,
|
|
|
+ fan:'https://s3.hnyfwlw.com/webstaticimg/bigdata_app/deviceIcons/shuifei/fan.png',
|
|
|
+ fanRun:'https://s3.hnyfwlw.com/webstaticimg/bigdata_app/deviceIcons/shuifei/fanRun.png',
|
|
|
+ lastBorder:'https://s3.hnyfwlw.com/webstaticimg/bigdata_app/deviceIcons/shuifei/lastBorder.png',
|
|
|
+ lineTopBottom:'https://s3.hnyfwlw.com/webstaticimg/bigdata_app/deviceIcons/shuifei/lineTopBottom.png',
|
|
|
+ fertTopBottom:'https://s3.hnyfwlw.com/webstaticimg/bigdata_app/deviceIcons/shuifei/fertTopBottom.png',
|
|
|
+ lineTopAndBottom:'https://s3.hnyfwlw.com/webstaticimg/bigdata_app/deviceIcons/shuifei/lineTopAndBottom.png',
|
|
|
+ bucketOpenTop:'https://s3.hnyfwlw.com/webstaticimg/bigdata_app/deviceIcons/shuifei/bucketOpenTop.png',
|
|
|
bucketOpenTopStatus:false,
|
|
|
bucketOpenTopStatus2:false,
|
|
|
- bucketCloseTop,
|
|
|
- bucketClose,
|
|
|
- bucketOpen,
|
|
|
- fertTopBottomRadius,
|
|
|
+ bucketCloseTop:'https://s3.hnyfwlw.com/webstaticimg/bigdata_app/deviceIcons/shuifei/bucketCloseTop.png',
|
|
|
+ bucketClose:'https://s3.hnyfwlw.com/webstaticimg/bigdata_app/deviceIcons/shuifei/bucketClose.png',
|
|
|
+ bucketOpen:'https://s3.hnyfwlw.com/webstaticimg/bigdata_app/deviceIcons/shuifei/bucketOpen.png',
|
|
|
+ fertTopBottomRadius:'https://s3.hnyfwlw.com/webstaticimg/bigdata_app/deviceIcons/shuifei/fertTopBottomRadius.png',
|
|
|
};
|
|
|
},
|
|
|
methods:{
|