页面切图
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user