去掉仓库查看配件申请单时的单选按钮
This commit is contained in:
parent
22eaabe187
commit
c74c4e092d
@ -18,7 +18,7 @@
|
||||
<view class="list">
|
||||
<view v-for="(item, index) in wares" :key="index" class="listItem">
|
||||
<view class="repairName">
|
||||
<radio @click="chooseItem(item)" :checked="item.isSelected"/>
|
||||
<radio @click="chooseItem(item)" v-if="isToBeReviewed" :checked="item.isSelected"/>
|
||||
{{ item.waresName }}
|
||||
</view>
|
||||
<view class="repairBottom">
|
||||
|
Loading…
Reference in New Issue
Block a user