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
887b8314
Commit
887b8314
authored
Sep 01, 2019
by
季圣华
Browse files
去掉‘已删除’的列表
parent
5b944d18
Changes
1
Hide whitespace changes
Inline
Side-by-side
erp_web/pages/manage/serialNumber.html
View file @
887b8314
...
...
@@ -231,10 +231,6 @@
return
value
==
'
1
'
?
"
是
"
:
"
否
"
;
}
},
{
title
:
'
已删除
'
,
align
:
"
center
"
,
field
:
'
deleteFlag
'
,
width
:
60
,
formatter
:
function
(
value
)
{
return
value
==
'
1
'
?
"
是
"
:
"
否
"
;
}
},
{
title
:
'
创建时间
'
,
align
:
"
center
"
,
field
:
'
createTime
'
,
width
:
140
,
formatter
:
formatDatebox
},
{
title
:
'
更新时间
'
,
align
:
"
center
"
,
field
:
'
updateTime
'
,
width
:
140
,
formatter
:
formatDatebox
},
{
title
:
'
备注
'
,
align
:
"
center
"
,
field
:
'
remark
'
,
width
:
200
}
...
...
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