Commit 11af381b authored by zhengyi's avatar zhengyi

报价单列表优化

parent ffb1bd50
......@@ -65,7 +65,7 @@
<el-card class="card">
<div slot="header" class="card-title">{{ $t("运输") }}</div>
<div style="overflow: auto">
<el-descriptions :column="5" border class="card" :labelStyle="{ width: '110px' }">
<el-descriptions :column="5" border class="card" :labelStyle="{ width: '120px' }">
<el-descriptions-item :label="$t('始发仓')">{{ $l(list.logisticsInfoDto, "startTitle") }}</el-descriptions-item>
<el-descriptions-item :label="$t('目的仓')"> {{ $l(list.logisticsInfoDto, "destCountryTitle") }} - {{ $l(list.logisticsInfoDto, "destCityTitle") }} - {{ $l(list.logisticsInfoDto, "destTitle") }} </el-descriptions-item>
<el-descriptions-item :label="$t('运输方式')">
......@@ -339,6 +339,8 @@ export default {
components: { CustomerFollow },
data() {
return {
DICT_TYPE,
getDictData,
customerFollowVisible: false,
// 遮罩层
loading: false,
......@@ -369,9 +371,6 @@ export default {
}
},
computed: {
getDictData() {
return (type, value) => getDictData(type, value) || {}
},
// 根据id获取商品名称(显示优惠列表的时候用)
getProductName() {
return (prodId) => {
......
......@@ -171,7 +171,7 @@
{{ parseTime(row.endTime, "{y}-{m}-{d}") }}
</template>
</el-table-column>
<el-table-column :label="$t('操作')" align="center" class-name="small-padding fixed-width">
<el-table-column :label="$t('操作')" align="center" class-name="small-padding fixed-width" fixed="right">
<template slot-scope="scope">
<!--
0 取消 恢复
......
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