页面切图

This commit is contained in:
仲么了
2023-03-08 13:45:57 +08:00
parent 7494382309
commit 43419da4c7
7 changed files with 734 additions and 35 deletions

View File

@@ -20,14 +20,14 @@
@click="chooseGplot(item)"></uni-icons>
</view>
</uni-forms-item>
<uni-forms-item label="监测点" v-if="item.pointList.length">
<!-- <uni-forms-item label="监测点" v-if="item.pointList.length">
<view class="point-item" v-for="(item2, index2) in item.pointList" :key="index2"
@click="editPoint(item, index2)">
<view style="flex:1" v-if="item2.pointName">{{ item2.pointName }}</view>
<view style="flex:1;color:#999" v-else>请选择监测点</view>
<uni-icons type="compose" color="#007aff" size="26" class="ml20"></uni-icons>
</view>
</uni-forms-item>
</uni-forms-item> -->
</uni-forms>
</view>
<view class="btn-wrap">