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
ed4dab33
Commit
ed4dab33
authored
Apr 01, 2020
by
季圣华
Browse files
优化消息界面
parent
86c6ebe1
Changes
2
Hide whitespace changes
Inline
Side-by-side
erp_web/js/common/common.js
View file @
ed4dab33
...
...
@@ -463,7 +463,7 @@
n
=
n
.
toString
();
return
n
[
1
]
?
n
:
'
0
'
+
n
;
}
// 参数number为毫秒时间戳,format为需要转换成的日期格式
function
formatTime
(
number
,
format
)
{
if
(
number
)
{
...
...
erp_web/pages/user/userMsg.html
View file @
ed4dab33
...
...
@@ -39,7 +39,7 @@
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table>
<tr>
<td
style=
"width:
4
0px;height:30px;"
>
标题:
</td>
<td
style=
"width:
6
0px;height:30px;"
>
标题:
</td>
<td
style=
"padding:5px;width:500px;"
>
<span
id=
"msgTitleShow"
></span>
</td>
...
...
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