Commit 946e0d0a by zhuzhequan

podcn 样式修改

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