提交 79de38c4 authored 作者: 杨斌基's avatar 杨斌基

feat(上报内容): 都禁用选择其它上报类型

上级 f419a917
...@@ -220,7 +220,7 @@ ...@@ -220,7 +220,7 @@
<view v-else class="content"> <view v-else class="content">
<view class="report_box"> <view class="report_box">
<view class="report_one" @click="choice"> <view class="report_one" @click="/* choice */">
<view class="report_left"> <view class="report_left">
<image mode="aspectFill" class="tep_icon" src="/static/icon/ic_rw_zhixing@2x.png" /> <image mode="aspectFill" class="tep_icon" src="/static/icon/ic_rw_zhixing@2x.png" />
<view class="one">{{ !showActive ? null : '上报类型' }}</view> <view class="one">{{ !showActive ? null : '上报类型' }}</view>
...@@ -229,7 +229,9 @@ ...@@ -229,7 +229,9 @@
<template v-for="(item, index) in typeList"> <template v-for="(item, index) in typeList">
<view v-if="id === item.id" class="report_name" :key="item.id">{{ item.name }}</view> <view v-if="id === item.id" class="report_name" :key="item.id">{{ item.name }}</view>
</template> </template>
<!--
<image mode="aspectFill" class="arrow_right" src="/static/icon/arrow_right@2x.png" /> <image mode="aspectFill" class="arrow_right" src="/static/icon/arrow_right@2x.png" />
-->
</view> </view>
</view> </view>
</view> </view>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论