|
|
@@ -147,7 +147,7 @@
|
|
|
<view class="pd-24 bg-#fff">
|
|
|
<up-swipe-action>
|
|
|
<template v-for="(item, index) in form.landInfoList" :key="index">
|
|
|
- <up-swipe-action-item class="mb-20" :options="options" @click="clickPlotSwipe($event, item, index, '编辑地块信息')">
|
|
|
+ <up-swipe-action-item class="mb-20" :options="options" @click="clickPlotSwipe($event, item, index, '编辑地块信息')">
|
|
|
<view class="plot-item pd-24">
|
|
|
<view class="d-flex mb-16">
|
|
|
<view class="f-s-32 f-w-5 c-#333 flex1 mr-10">{{ item?.landName || '-' }}</view>
|
|
|
@@ -174,7 +174,7 @@
|
|
|
<view class="pd-24 bg-#fff">
|
|
|
<up-swipe-action>
|
|
|
<template v-for="(item, index) in form.landInfoList" :key="index">
|
|
|
- <up-swipe-action-item class="mb-20" :options="options" @click="clickPlotSwipe($event, item, index, '编辑圈舍信息')">
|
|
|
+ <up-swipe-action-item class="mb-20" :options="options" @click="clickPlotSwipe($event, item, index, '编辑圈舍信息')">
|
|
|
<view class="plot-item pd-24">
|
|
|
<view class="d-flex mb-16">
|
|
|
<view class="f-s-32 f-w-5 c-#333 flex1 mr-10">{{ item?.landName || '-' }}</view>
|
|
|
@@ -202,7 +202,7 @@
|
|
|
<view class="pd-24 bg-#fff">
|
|
|
<up-swipe-action>
|
|
|
<template v-for="(item, index) in form.landInfoList" :key="index">
|
|
|
- <up-swipe-action-item class="mb-20" :options="options" @click="clickPlotSwipe($event, item, index, '编辑培养架信息')">
|
|
|
+ <up-swipe-action-item class="mb-20" :options="options" @click="clickPlotSwipe($event, item, index, '编辑培养架信息')">
|
|
|
<view class="plot-item pd-24">
|
|
|
<view class="d-flex mb-16">
|
|
|
<view class="f-s-32 f-w-5 c-#333 flex1 mr-10">{{ item?.landName || '-' }}</view>
|