Sign in
canrd-outside
/
order-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
1
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
b06ba128021648df30f50dbb9c2ba4a1d423f56a
Authored by
张
2025-07-22 13:44:29 +0800
1 parent
e5bc083b
build: skipped
fix: bug修复
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/project/approve/ProduceFieldPanel.vue
src/views/project/approve/ProduceFieldPanel.vue
View file @
b06ba12
...
...
@@ -87,7 +87,7 @@
87
87
dataIndex: 'auditRoleCodes',
88
88
width: 150,
89
89
customRender: (column) => {
90
- return column.record.type ===
6
0 ? '包装费用字段' : '内部生产费用字段';
90
+ return column.record.type ===
8
0 ? '包装费用字段' : '内部生产费用字段';
91
91
},
92
92
},
93
93
{
...
...