md
This commit is contained in:
parent
52b2e3a9b2
commit
055dff968d
@ -40,7 +40,16 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column :label="$t('运输号')" align="center" prop="costFeeDetail.transSignNo" min-width="100" />
|
||||
<el-table-column :label="$t('承运重量')" align="center" prop="costFeeDetail.realTotalWeight" min-width="100" />
|
||||
<el-table-column :label="$t('单价')" align="center" prop="feeItem.price" min-width="100" />
|
||||
<el-table-column :label="$t('单项费')" align="center" prop="feeItem.fee" min-width="100" />
|
||||
<el-table-column :label="$t('币种')" align="center" prop="feeItem.currency" min-width="80">
|
||||
<template slot-scope="scope">
|
||||
<dict-tag :options="dict.type.sys_currency_type" :value="scope.row.feeItem.currency"/>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column :label="$t('批次号')" align="center" prop="costFeeDetail.batchNo" min-width="100" :show-overflow-tooltip="true"/>
|
||||
|
||||
<!-- <el-table-column :label="$t('成本序号')" align="center" prop="costNo" min-width="150" :show-overflow-tooltip="true"/> -->
|
||||
<!-- <el-table-column :label="$t('分摊类型')" align="center" prop="splitType" min-width="100" /> -->
|
||||
<!-- <el-table-column :label="$t('总体积')" align="center" prop="totalVolume" min-width="100" /> -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user