This commit is contained in:
linfso 2025-03-11 22:41:32 +08:00
parent 9d7d3a59da
commit a15330d69b
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@
<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="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">
<dict-tag :options="dict.type.emis_biz_shipping_method" :value="scope.row.transType"/>
</template>

View File

@ -101,7 +101,7 @@
<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="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">
<dict-tag :options="dict.type.emis_biz_shipping_method" :value="scope.row.transType"/>
</template>