Commit a690ccbb authored by houjn@hikoon.cn's avatar houjn@hikoon.cn
parents 7059f00a 83bc67d4
...@@ -237,7 +237,11 @@ ...@@ -237,7 +237,11 @@
<el-table-column :label="$t('目的地')"> <el-table-column :label="$t('目的地')">
{{$l(objective, 'title') || '-'}} {{$l(objective, 'title') || '-'}}
</el-table-column> </el-table-column>
<el-table-column :label="$t('品名')" prop="titleZh"></el-table-column> <el-table-column :label="$t('品名')" prop="titleZh">
<template slot-scope="{row}">
{{$l(row, 'title')}}
</template>
</el-table-column>
<el-table-column :label="$t('箱数')" prop="num"> <el-table-column :label="$t('箱数')" prop="num">
<template slot-scope="{row}"> <template slot-scope="{row}">
{{row.num || '-'}} {{row.num || '-'}}
......
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