Commit 946e0d0a by zhuzhequan

podcn 样式修改

parent 9bbaad08
......@@ -32,7 +32,7 @@
</template>
</ElTableColumn>
</template>
<ElTableColumn show-overflow-tooltip v-else header-align="center" v-bind="col">
<ElTableColumn v-else header-align="center" v-bind="col">
<template #header="{ column, $index }">
<component
:is="() => col.headerRender(column, $index)"
......
......@@ -32,7 +32,6 @@
></ElTableColumn>
<template v-for="column in columns" :key="column.key">
<ElTableColumn
show-overflow-tooltip
v-if="column.type === 'expand'"
v-bind="column"
header-align="center"
......
......@@ -306,6 +306,7 @@ const podOrderDetailsColumns = computed(() => [
{
label: '生产单号',
prop: 'podJomallCnNo',
showOverflowTooltip:true,
width: 150,
align: 'center',
},
......@@ -318,17 +319,20 @@ const podOrderDetailsColumns = computed(() => [
{
label: '库存SKU',
prop: 'thirdSkuCode',
showOverflowTooltip:true,
width: 180,
align: 'center',
},
{
label: 'variant SKU',
prop: 'variantSku',
showOverflowTooltip:true,
width: 150,
align: 'center',
},
{
label: '商品名称',
showOverflowTooltip:true,
width: 200,
prop: 'productName',
},
......@@ -336,6 +340,7 @@ const podOrderDetailsColumns = computed(() => [
{
label: '购买数量',
prop: 'purchaseNumber',
width: 90,
fixed: 'right',
align: 'center',
......
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