This commit is contained in:
linfso 2025-06-12 16:58:20 +08:00
parent 017c537178
commit f760ebc71d

View File

@ -122,6 +122,7 @@
<el-table-column :label="$t('线路')" align="left" prop="lineName" min-width="100" :show-overflow-tooltip="true"/>
<el-table-column :label="$t('产品类型')" align="left" prop="productTypeName" min-width="100" :show-overflow-tooltip="true"/>
<el-table-column :label="$t('供应商')" align="left" prop="supplierName" min-width="100" :show-overflow-tooltip="true"/>
<el-table-column :label="$t('寄件国')" align="center" prop="sendCountryName" min-width="80" :show-overflow-tooltip="true"/>
<el-table-column :label="$t('目的国')" align="center" prop="receiveCountryName" min-width="80" :show-overflow-tooltip="true"/>