Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
14c19ca9
Commit
14c19ca9
authored
Aug 11, 2020
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改提示
parent
aa349cdd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
src/pages/workbench/fwgl/approval_service_detail.vue
src/pages/workbench/fwgl/approval_service_detail.vue
+1
-1
src/pages/workbench/fwgl/serviceEdit.vue
src/pages/workbench/fwgl/serviceEdit.vue
+3
-3
src/pages/workbench/workPlace.vue
src/pages/workbench/workPlace.vue
+1
-1
No files found.
src/pages/workbench/fwgl/approval_service_detail.vue
View file @
14c19ca9
...
@@ -384,7 +384,7 @@ export default {
...
@@ -384,7 +384,7 @@ export default {
},
},
{
{
title
:
'
审批单位:
'
,
title
:
'
审批单位:
'
,
info
:
e
.
user_info
.
department_name
info
:
e
.
user_info
.
department_name
?
e
.
user_info
.
department_name
:
'
无
'
},
},
{
{
title
:
'
审批人:
'
,
title
:
'
审批人:
'
,
...
...
src/pages/workbench/fwgl/serviceEdit.vue
View file @
14c19ca9
...
@@ -311,7 +311,7 @@ export default {
...
@@ -311,7 +311,7 @@ export default {
if
(
reg
.
test
(
this
.
maxline
)){
if
(
reg
.
test
(
this
.
maxline
)){
}
else
{
}
else
{
this
.
$message
.
error
(
'
请输入
长度小于6
的正整数
'
)
this
.
$message
.
error
(
'
请输入
6位内
的正整数
'
)
return
return
}
}
}
else
{
}
else
{
...
@@ -327,7 +327,7 @@ export default {
...
@@ -327,7 +327,7 @@ export default {
if
(
reg
.
test
(
this
.
maxline1
)){
if
(
reg
.
test
(
this
.
maxline1
)){
}
else
{
}
else
{
this
.
$message
.
error
(
'
请输入
长度小于6
的正整数
'
)
this
.
$message
.
error
(
'
请输入
6位内
的正整数
'
)
return
return
}
}
}
}
...
@@ -338,7 +338,7 @@ export default {
...
@@ -338,7 +338,7 @@ export default {
if
(
reg
.
test
(
this
.
maxline1
)){
if
(
reg
.
test
(
this
.
maxline1
)){
}
else
{
}
else
{
this
.
$message
.
error
(
'
请输入
长度小于6
的正整数
'
)
this
.
$message
.
error
(
'
请输入
6位内
的正整数
'
)
return
return
}
}
}
}
...
...
src/pages/workbench/workPlace.vue
View file @
14c19ca9
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
class=
"person_info"
>
<div
class=
"person_info"
>
<div
class=
"preson"
>
<div
class=
"preson"
>
<div
class=
"person_text"
>
<div
class=
"person_text"
>
<img
style=
"width:40px;"
:src=
"picture_path"
alt
/>
<img
style=
"width:40px;"
:src=
"picture_path
?picture_path:require('../../assets/imgs/img_head.png')
"
alt
/>
<span>
你好,
{{
person
}}
!
{{
login_time
?
'
最近登录
'
:
''
}}{{
login_time
}}
</span>
<span>
你好,
{{
person
}}
!
{{
login_time
?
'
最近登录
'
:
''
}}{{
login_time
}}
</span>
</div>
</div>
<div
class=
"person_menu"
>
<div
class=
"person_menu"
>
...
...
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