|
|
@@ -2,8 +2,12 @@
|
|
|
<!-- 养殖 -->
|
|
|
<view class="" v-if="data.taskType === '2'">
|
|
|
<view class="b-radius bg-#fff pd-10 p-rtv">
|
|
|
- <image class="w-80 h-34" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Breeding.png" mode="widthFix" style="position: absolute; top: 0; left: 0" />
|
|
|
- <image v-if="+status == 9" class="w-98 h-98" src="/static/images/plant/port/over.png" mode="widthFix" style="position: absolute; top: 50rpx; right: 20rpx" />
|
|
|
+ <image class="w-80 h-34"
|
|
|
+ src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Breeding.png"
|
|
|
+ mode="widthFix" style="position: absolute; top: 0; left: 0" />
|
|
|
+ <image v-if="+status == 9" class="w-98 h-98"
|
|
|
+ src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/over.png" mode="widthFix"
|
|
|
+ style="position: absolute; top: 50rpx; right: 20rpx" />
|
|
|
<view class="d-flex j-ed f-s-22 c-#666">{{ data?.plannedStartDate }}至{{ data?.plannedEndDate }}</view>
|
|
|
<view class="d-flex a-ed pd-16 pt-8 pb-8">
|
|
|
<view class="c-#333 f-s-34 f-w-5 mr-6">{{ data?.variety }}</view>
|
|
|
@@ -28,7 +32,8 @@
|
|
|
{{ data?.baseRef?.baseName }}
|
|
|
<text v-if="+data?.landFlag">全部地块</text>
|
|
|
<view v-else>
|
|
|
- <text v-for="(item, index) in data?.baseRef?.baseInfo?.landList" :key="index"><text v-if="index != 0">、</text> {{ item?.landName }}</text>
|
|
|
+ <text v-for="(item, index) in data?.baseRef?.baseInfo?.landList" :key="index"><text
|
|
|
+ v-if="index != 0">、</text> {{ item?.landName }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="flex1 d-flex j-ed"><up-icon name="arrow-right" size="34rpx"></up-icon></view>
|
|
|
@@ -36,11 +41,13 @@
|
|
|
<view class="d-flex f-s-28 pd-16 pt-8 pb-8">
|
|
|
<view class="d-flex a-c w-50%">
|
|
|
<view class="c-#666 w-s-no">养殖区域:</view>
|
|
|
- <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.breedScale }}{{ data?.breedScaleUnit }}</view>
|
|
|
+ <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.breedScale }}{{ data?.breedScaleUnit }}
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="d-flex a-c w-50%">
|
|
|
<view class="c-#666 w-s-no">养殖量:</view>
|
|
|
- <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.plantingMgAmount }}{{ data?.plantingMgUnit }}</view>
|
|
|
+ <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.plantingMgAmount }}{{ data?.plantingMgUnit }}
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="pd-16 pt-8 pb-8">
|
|
|
@@ -49,19 +56,25 @@
|
|
|
<view class="pd-16 pt-8 pb-8 d-flex j-sb gap-20">
|
|
|
<up-button :customStyle="customStyle1" @click="$emit('toInformation')">
|
|
|
<view class="d-flex a-c j-c">
|
|
|
- <image class="w-28 h-24" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Species_source_information.png" mode="widthFix" />
|
|
|
+ <image class="w-28 h-24"
|
|
|
+ src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Species_source_information.png"
|
|
|
+ mode="widthFix" />
|
|
|
<text class="f-s-26">种源信息</text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
<up-button :customStyle="customStyle2" @click="$emit('toSupervise')">
|
|
|
<view class="d-flex a-c j-c">
|
|
|
- <image class="w-28 h-24" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Breeding_management.png" mode="widthFix" />
|
|
|
+ <image class="w-28 h-24"
|
|
|
+ src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Breeding_management.png"
|
|
|
+ mode="widthFix" />
|
|
|
<text class="f-s-26">饲养管理</text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
<up-button :customStyle="customStyle3" @click="$emit('toHarvest')">
|
|
|
<view class="d-flex a-c j-c">
|
|
|
- <image class="w-28 h-24" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Harvest_management.png" mode="widthFix" />
|
|
|
+ <image class="w-28 h-24"
|
|
|
+ src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Harvest_management.png"
|
|
|
+ mode="widthFix" />
|
|
|
<text class="f-s-26">采收管理</text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
@@ -71,8 +84,12 @@
|
|
|
<!-- 种苗繁育 -->
|
|
|
<view class="" v-if="data.taskType === '11'" @click="$emit('click')">
|
|
|
<view class="b-radius bg-#fff pd-10 p-rtv">
|
|
|
- <image class="w-112 h-34" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Seedling_breeding.png" mode="widthFix" style="position: absolute; top: 0; left: 0" />
|
|
|
- <image v-if="+status == 9" class="w-98 h-98" src="/static/images/plant/port/over.png" mode="widthFix" style="position: absolute; top: 50rpx; right: 20rpx" />
|
|
|
+ <image class="w-112 h-34"
|
|
|
+ src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Seedling_breeding.png"
|
|
|
+ mode="widthFix" style="position: absolute; top: 0; left: 0" />
|
|
|
+ <image v-if="+status == 9" class="w-98 h-98"
|
|
|
+ src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/over.png" mode="widthFix"
|
|
|
+ style="position: absolute; top: 50rpx; right: 20rpx" />
|
|
|
<view class="d-flex j-ed f-s-22 c-#666">{{ data?.plannedStartDate }} 至 {{ data?.plannedEndDate }}</view>
|
|
|
<view class="d-flex a-ed pd-16 pt-8 pb-8">
|
|
|
<view class="c-#333 f-s-34 f-w-5 mr-6">{{ data?.variety }}</view>
|
|
|
@@ -97,7 +114,8 @@
|
|
|
{{ data?.baseRef?.baseName }}
|
|
|
<text v-if="+data?.landFlag">全部地块</text>
|
|
|
<view v-else>
|
|
|
- <text v-for="(item, index) in data?.baseRef?.baseInfo?.landList" :key="index"><text v-if="index != 0">、</text> {{ item?.landName }}</text>
|
|
|
+ <text v-for="(item, index) in data?.baseRef?.baseInfo?.landList" :key="index"><text
|
|
|
+ v-if="index != 0">、</text> {{ item?.landName }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="flex1 d-flex j-ed"><up-icon name="arrow-right" size="34rpx"></up-icon></view>
|
|
|
@@ -105,15 +123,18 @@
|
|
|
<view class="d-flex f-s-28 pd-16 pt-8 pb-8">
|
|
|
<view v-if="data?.lands[0]?.landType == '3'" class="d-flex a-c w-50%">
|
|
|
<view class="c-#666 w-s-no">接种数量:</view>
|
|
|
- <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.inoculationAmount }}{{ data?.inoculationUnit }}</view>
|
|
|
+ <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.inoculationAmount }}{{ data?.inoculationUnit
|
|
|
+ }}</view>
|
|
|
</view>
|
|
|
<view v-else class="d-flex a-c w-50%">
|
|
|
<view class="c-#666 w-s-no">种植面积:</view>
|
|
|
- <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.plantingAmount }}{{ data?.plantingUnit }}</view>
|
|
|
+ <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.plantingAmount }}{{ data?.plantingUnit }}
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="d-flex a-c w-50%">
|
|
|
<view class="c-#666 w-s-no">繁育量:</view>
|
|
|
- <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.plantingMgAmount }}{{ data?.plantingMgUnit }}</view>
|
|
|
+ <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.plantingMgAmount }}{{ data?.plantingMgUnit }}
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="pd-16 pt-8 pb-8">
|
|
|
@@ -122,25 +143,34 @@
|
|
|
<view class="pd-16 pt-8 pb-8 d-flex j-sb gap-20">
|
|
|
<up-button :customStyle="customStyle1" @click="$emit('toInformation')">
|
|
|
<view class="d-flex a-c j-c">
|
|
|
- <image class="w-28 h-24" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Species_source_information.png" mode="widthFix" />
|
|
|
+ <image class="w-28 h-24"
|
|
|
+ src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Species_source_information.png"
|
|
|
+ mode="widthFix" />
|
|
|
<text class="f-s-26">种源信息</text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
- <up-button v-if="data?.lands[0]?.landType == '3'" :customStyle="customStyle2" @click="$emit('toSupervise')">
|
|
|
+ <up-button v-if="data?.lands[0]?.landType == '3'" :customStyle="customStyle2"
|
|
|
+ @click="$emit('toSupervise')">
|
|
|
<view class="d-flex a-c j-c">
|
|
|
- <image class="w-28 h-24" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Breeding_management.png" mode="widthFix" />
|
|
|
+ <image class="w-28 h-24"
|
|
|
+ src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Breeding_management.png"
|
|
|
+ mode="widthFix" />
|
|
|
<text class="f-s-26"> 繁育管理 </text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
<up-button v-else :customStyle="customStyle2" @click="$emit('toSupervise')">
|
|
|
<view class="d-flex a-c j-c">
|
|
|
- <image class="w-28 h-24" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Breeding_management.png" mode="widthFix" />
|
|
|
+ <image class="w-28 h-24"
|
|
|
+ src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Breeding_management.png"
|
|
|
+ mode="widthFix" />
|
|
|
<text class="f-s-26"> 种植管理 </text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
<up-button :customStyle="customStyle3" @click="$emit('toHarvest')">
|
|
|
<view class="d-flex a-c j-c">
|
|
|
- <image class="w-28 h-24" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Harvest_management.png" mode="widthFix" />
|
|
|
+ <image class="w-28 h-24"
|
|
|
+ src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Harvest_management.png"
|
|
|
+ mode="widthFix" />
|
|
|
<text class="f-s-26">采收管理</text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
@@ -150,8 +180,12 @@
|
|
|
<!-- 种植 -->
|
|
|
<view class="" v-if="data.taskType === '1'" @click="$emit('click')">
|
|
|
<view class="b-radius bg-#fff pd-10 p-rtv">
|
|
|
- <image class="w-80 h-34" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Planting.png" mode="widthFix" style="position: absolute; top: 0; left: 0" />
|
|
|
- <image v-if="+status == 9" class="w-98 h-98" src="/static/images/plant/port/over.png" mode="widthFix" style="position: absolute; top: 50rpx; right: 20rpx" />
|
|
|
+ <image class="w-80 h-34"
|
|
|
+ src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Planting.png"
|
|
|
+ mode="widthFix" style="position: absolute; top: 0; left: 0" />
|
|
|
+ <image v-if="+status == 9" class="w-98 h-98"
|
|
|
+ src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/over.png" mode="widthFix"
|
|
|
+ style="position: absolute; top: 50rpx; right: 20rpx" />
|
|
|
<view class="d-flex j-ed f-s-22 c-#666">{{ data?.plannedStartDate }}至{{ data?.plannedEndDate }}</view>
|
|
|
<view class="d-flex a-ed pd-16 pt-8 pb-8">
|
|
|
<view class="c-#333 f-s-34 f-w-5 mr-6">{{ data?.variety }}</view>
|
|
|
@@ -176,7 +210,8 @@
|
|
|
{{ data?.baseRef?.baseName }}
|
|
|
<text v-if="+data?.landFlag">全部地块</text>
|
|
|
<view v-else>
|
|
|
- <text v-for="(item, index) in data?.baseRef?.baseInfo?.landList" :key="index"><text v-if="index != 0">、</text> {{ item?.landName }}</text>
|
|
|
+ <text v-for="(item, index) in data?.baseRef?.baseInfo?.landList" :key="index"><text
|
|
|
+ v-if="index != 0">、</text> {{ item?.landName }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="flex1 d-flex j-ed"><up-icon name="arrow-right" size="34rpx"></up-icon></view>
|
|
|
@@ -184,11 +219,13 @@
|
|
|
<view class="d-flex f-s-28 pd-16 pt-8 pb-8">
|
|
|
<view class="d-flex a-c w-50%">
|
|
|
<view class="c-#666 w-s-no">种植面积:</view>
|
|
|
- <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.plantingAmount }}{{ data?.plantingUnit }}</view>
|
|
|
+ <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.plantingAmount }}{{ data?.plantingUnit }}
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="d-flex a-c w-50%">
|
|
|
<view class="c-#666 w-s-no">种植量:</view>
|
|
|
- <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.plantingMgAmount }}{{ data?.plantingMgUnit }}</view>
|
|
|
+ <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.plantingMgAmount }}{{ data?.plantingMgUnit }}
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="pd-16 pt-8 pb-8">
|
|
|
@@ -197,19 +234,25 @@
|
|
|
<view class="pd-16 pt-8 pb-8 d-flex j-sb gap-20">
|
|
|
<up-button :customStyle="customStyle1" @click="$emit('toInformation')">
|
|
|
<view class="d-flex a-c j-c">
|
|
|
- <image class="w-28 h-24" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Species_source_information.png" mode="widthFix" />
|
|
|
+ <image class="w-28 h-24"
|
|
|
+ src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Species_source_information.png"
|
|
|
+ mode="widthFix" />
|
|
|
<text class="f-s-26">种源信息</text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
<up-button :customStyle="customStyle2" @click="$emit('toSupervise')">
|
|
|
<view class="d-flex a-c j-c">
|
|
|
- <image class="w-28 h-24" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Breeding_management.png" mode="widthFix" />
|
|
|
+ <image class="w-28 h-24"
|
|
|
+ src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Breeding_management.png"
|
|
|
+ mode="widthFix" />
|
|
|
<text class="f-s-26"> 种植管理 </text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
<up-button :customStyle="customStyle3" @click="$emit('toHarvest')">
|
|
|
<view class="d-flex a-c j-c">
|
|
|
- <image class="w-28 h-24" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Harvest_management.png" mode="widthFix" />
|
|
|
+ <image class="w-28 h-24"
|
|
|
+ src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Harvest_management.png"
|
|
|
+ mode="widthFix" />
|
|
|
<text class="f-s-26">采收管理</text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
@@ -219,8 +262,12 @@
|
|
|
<!-- 种畜繁育 -->
|
|
|
<view class="" v-if="data.taskType === '21'" @click="$emit('click')">
|
|
|
<view class="b-radius bg-#fff pd-10 p-rtv">
|
|
|
- <image class="w-112 h-34" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Breeding_Livestock.png" mode="widthFix" style="position: absolute; top: 0; left: 0" />
|
|
|
- <image v-if="+status == 9" class="w-98 h-98" src="/static/images/plant/port/over.png" mode="widthFix" style="position: absolute; top: 50rpx; right: 20rpx" />
|
|
|
+ <image class="w-112 h-34"
|
|
|
+ src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Breeding_Livestock.png"
|
|
|
+ mode="widthFix" style="position: absolute; top: 0; left: 0" />
|
|
|
+ <image v-if="+status == 9" class="w-98 h-98"
|
|
|
+ src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/over.png" mode="widthFix"
|
|
|
+ style="position: absolute; top: 50rpx; right: 20rpx" />
|
|
|
<view class="d-flex j-ed f-s-22 c-#666">{{ data?.plannedStartDate }}至{{ data?.plannedEndDate }}</view>
|
|
|
<view class="d-flex a-ed pd-16 pt-8 pb-8">
|
|
|
<view class="c-#333 f-s-34 f-w-5 mr-6">{{ data?.variety }}</view>
|
|
|
@@ -245,7 +292,8 @@
|
|
|
{{ data?.baseRef?.baseName }}
|
|
|
<text v-if="+data?.landFlag">全部地块</text>
|
|
|
<view v-else>
|
|
|
- <text v-for="(item, index) in data?.baseRef?.baseInfo?.landList" :key="index"> <text v-if="index != 0">、</text> {{ item?.landName }}</text>
|
|
|
+ <text v-for="(item, index) in data?.baseRef?.baseInfo?.landList" :key="index"> <text
|
|
|
+ v-if="index != 0">、</text> {{ item?.landName }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="flex1 d-flex j-ed"><up-icon name="arrow-right" size="34rpx"></up-icon></view>
|
|
|
@@ -253,11 +301,13 @@
|
|
|
<view class="d-flex f-s-28 pd-16 pt-8 pb-8">
|
|
|
<view class="d-flex a-c w-50%">
|
|
|
<view class="c-#666 w-s-no">养殖区域:</view>
|
|
|
- <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.breedScale }}{{ data?.breedScaleUnit }}</view>
|
|
|
+ <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.breedScale }}{{ data?.breedScaleUnit }}
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="d-flex a-c w-50%">
|
|
|
<view class="c-#666 w-s-no">养殖量:</view>
|
|
|
- <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.plantingMgAmount }}{{ data?.plantingMgUnit }}</view>
|
|
|
+ <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.plantingMgAmount }}{{ data?.plantingMgUnit }}
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="pd-16 pt-8 pb-8">
|
|
|
@@ -266,19 +316,25 @@
|
|
|
<view class="pd-16 pt-8 pb-8 d-flex j-sb gap-20">
|
|
|
<up-button :customStyle="customStyle1" @click="$emit('toInformation')">
|
|
|
<view class="d-flex a-c j-c">
|
|
|
- <image class="w-28 h-24" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Species_source_information.png" mode="widthFix" />
|
|
|
+ <image class="w-28 h-24"
|
|
|
+ src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Species_source_information.png"
|
|
|
+ mode="widthFix" />
|
|
|
<text class="f-s-26">种源信息</text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
<up-button :customStyle="customStyle2" @click="$emit('toSupervise')">
|
|
|
<view class="d-flex a-c j-c">
|
|
|
- <image class="w-28 h-24" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Breeding_management.png" mode="widthFix" />
|
|
|
+ <image class="w-28 h-24"
|
|
|
+ src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Breeding_management.png"
|
|
|
+ mode="widthFix" />
|
|
|
<text class="f-s-26">饲养管理</text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
<up-button :customStyle="customStyle3" @click="$emit('toHarvest')">
|
|
|
<view class="d-flex a-c j-c">
|
|
|
- <image class="w-28 h-24" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Harvest_management.png" mode="widthFix" />
|
|
|
+ <image class="w-28 h-24"
|
|
|
+ src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Harvest_management.png"
|
|
|
+ mode="widthFix" />
|
|
|
<text class="f-s-26">采收管理</text>
|
|
|
</view>
|
|
|
</up-button>
|