// let line = lineParams.findIndex(li=>li.startWarehouseId==item.startWarehouseId&&li.destWarehouseId==item.destWarehouseId&&li.transportType==item.transportType)
<divv-for="itemAmount in collectionAmount":key="itemAmount.currencyNameZh">{{$i18n.locale=='zh_CN'?itemAmount.currencyNameZh:itemAmount.currencyNameEn}}:{{itemAmount.amount}}</div>
<el-buttonsize="mini"style="margin-left: 20px"type="danger"circlev-for="(item,index) in specialRendering(scope.row.specialNeed)":key="index">{{item.symbol}}</el-button>
<el-checkboxv-for="item in attrList":key="item.id":label="item.id":disabled="readonly">{{item.attrName}}</el-checkbox>
</el-checkbox-group>
</el-form-item>
</el-col>
<el-col:span="12">
<el-form-item:label="$t('用途')">
<el-checkbox-groupv-model="usageIds">
<el-checkboxv-for="item in getDictDatas(DICT_TYPE.WAREHOUSING_RECORD_DETAIL_USAGE)":key="item.value":label="item.value":disabled="readonly">{{$l(item,'label')}}</el-checkbox>