ysy 1 年之前
父节点
当前提交
29e687b1a9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pages/pda/feeding/components/turnoverBom.vue

+ 2 - 2
pages/pda/feeding/components/turnoverBom.vue

@@ -5,8 +5,8 @@
 		</view>
 
 		<view v-for="(item, index) in newList" :key='index'>
-			<view class="title_box rx-bc" v-if='!isDetails'>
-				<view class="left rx-ss" @click="getDelete(index)">
+			<view class="title_box rx-bc" >
+				<view class="left rx-ss" @click="getDelete(index)" v-if='!isDetails'>
 					<uni-icons custom-prefix="iconfont" type="icon-shanchu" size="20" color="#fa3534"></uni-icons>
 				</view>