Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
946e0d0a
Commit
946e0d0a
authored
Oct 13, 2025
by
zhuzhequan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
podcn 样式修改
parent
9bbaad08
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
src/components/RenderColumn.vue
+1
-1
src/components/TableView.vue
+0
-1
src/views/order/podCN/PodMakeOrder.vue
+5
-0
No files found.
src/components/RenderColumn.vue
View file @
946e0d0a
...
...
@@ -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)"
...
...
src/components/TableView.vue
View file @
946e0d0a
...
...
@@ -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"
...
...
src/views/order/podCN/PodMakeOrder.vue
View file @
946e0d0a
...
...
@@ -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'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment