Page[11][-1;-1,19,20-12;12]
这个错误怎么回事
<uni-swipe-action>
<!-- 基础用法 deleteorderdtl(item.ID)-->
<uni-swipe-action-item :show="isOpen" :right-options="option_menu" v-for="(item,index) in CIDList" :key="index" @click="doecid(item)">
<view class="flexview" style="border-top: 0px!important;">
<view class="hei" style="width:5%;">{{index + 1}}</view>
<view class="hei" style="width:8%;">{{item.LOCATION_NUM}}</view>
<view class="hei" style="width:32%;">
<view class="longstr">{{item.MATERIAL_NAME}}</view>
</view>
<view class="hei" style="width:10%">{{SubPoint(item.ASSIST_QUANTITY)}}</view>
<view class="hei" style="width:12%;">{{SubPoint2(item.MAIN_QUANTITY)}}</view>
<view class="hei" style="width:10%;">{{SubPoint(item.CHECK_ASSIST_QUANTITY)}}</view>
<view class="hei" style="width:12%">{{SubPoint2(item.CHECK_MAIN_QUANTITY)}}</view>
<view class="hei" style="width:11%">{{item.REMARK}}</view>
</view>
</uni-swipe-action-item>
</uni-swipe-action>
Dibal (作者)
谢谢已更新ღ( ´・ᴗ・` )比心
2021-08-26 09:10