md
This commit is contained in:
parent
9d7d3a59da
commit
a15330d69b
@ -112,7 +112,7 @@
|
|||||||
<el-table-column type="selection" width="55" align="center" />
|
<el-table-column type="selection" width="55" align="center" />
|
||||||
<el-table-column :label="$t('月结客户')" align="center" prop="customerName" min-width="170" :show-overflow-tooltip="true"/>
|
<el-table-column :label="$t('月结客户')" align="center" prop="customerName" min-width="170" :show-overflow-tooltip="true"/>
|
||||||
<el-table-column :label="$t('固定额度')" align="center" prop="creditMoney" min-width="100" />
|
<el-table-column :label="$t('固定额度')" align="center" prop="creditMoney" min-width="100" />
|
||||||
<el-table-column :label="$t('运输方式')" align="center" prop="transType" min-width="150" :show-overflow-tooltip="true">
|
<el-table-column :label="$t('运输方式')" align="center" prop="transType" min-width="200" :show-overflow-tooltip="true">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<dict-tag :options="dict.type.emis_biz_shipping_method" :value="scope.row.transType"/>
|
<dict-tag :options="dict.type.emis_biz_shipping_method" :value="scope.row.transType"/>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@ -101,7 +101,7 @@
|
|||||||
|
|
||||||
<el-table-column :label="$t('员工姓名')" align="center" prop="salesmen" min-width="100" />
|
<el-table-column :label="$t('员工姓名')" align="center" prop="salesmen" min-width="100" />
|
||||||
<el-table-column :label="$t('固定额度')" align="center" prop="creditMoney" min-width="100" />
|
<el-table-column :label="$t('固定额度')" align="center" prop="creditMoney" min-width="100" />
|
||||||
<el-table-column :label="$t('运输方式')" align="center" prop="transType" min-width="150" :show-overflow-tooltip="true">
|
<el-table-column :label="$t('运输方式')" align="center" prop="transType" min-width="200" :show-overflow-tooltip="true">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<dict-tag :options="dict.type.emis_biz_shipping_method" :value="scope.row.transType"/>
|
<dict-tag :options="dict.type.emis_biz_shipping_method" :value="scope.row.transType"/>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user