Commit aa6e0905 authored by 邓春圆's avatar 邓春圆

品牌取值错误修改

parent 9a5e67fb
......@@ -18,9 +18,11 @@
</el-table-column>
<el-table-column :label="$t('填单货物属性')">
<template v-slot="{row}">
<div>{{$t('品牌')}}{{(brandList.find(item => item.id == row.brand) || {}).titleZh}} <span v-if="!row.brand">
{{$t('')}}
</span> </div>
<div>{{$t('品牌')}}
<span v-if="row.brandType === 0">{{$t('')}}</span>
<span v-if="row.brandType === 1">{{$t('')}}</span>
<span v-if="row.brandType === 2">{{$t('中性')}}</span>
</div>
<div>{{$t('箱数')}}{{row.num}}</div>
<div>{{$t('体积')}}{{ row.volume }}</div>
<div>{{$t('重量')}}{{row.weight}}Kg</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment