Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
434eee71
Commit
434eee71
authored
Aug 07, 2021
by
季圣华
Browse files
优化商品列表
parent
80e0790b
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/material/MaterialList.vue
View file @
434eee71
...
@@ -168,7 +168,8 @@
...
@@ -168,7 +168,8 @@
{
{
title
:
'
单位
'
,
dataIndex
:
'
unit
'
,
width
:
100
,
customRender
:
function
(
text
,
record
,
index
)
{
title
:
'
单位
'
,
dataIndex
:
'
unit
'
,
width
:
100
,
customRender
:
function
(
text
,
record
,
index
)
{
if
(
text
)
{
if
(
text
)
{
return
text
;
let
showSku
=
record
.
sku
?
'
[sku]
'
:
''
return
text
+
showSku
;
}
else
{
}
else
{
return
record
.
unitName
;
return
record
.
unitName
;
}
}
...
...
Write
Preview
Supports
Markdown
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