Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
attendance-performance-platform
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
赵啸非
attendance-performance-platform
Commits
ea34674e
Commit
ea34674e
authored
Jan 29, 2024
by
廖旭伟
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
ce5f4a3b
bd411294
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
10 deletions
+14
-10
attendance-performance-manager-ui/admin/src/views/check/window/perform/drawershow.vue
...er-ui/admin/src/views/check/window/perform/drawershow.vue
+7
-5
attendance-performance-manager-ui/admin/src/views/check/window/workman/perform/list.vue
...-ui/admin/src/views/check/window/workman/perform/list.vue
+1
-1
attendance-performance-manager-ui/admin/src/views/window/perform/drawershow.vue
...-manager-ui/admin/src/views/window/perform/drawershow.vue
+4
-2
attendance-performance-manager-ui/admin/src/views/window/workman/perform/list.vue
...anager-ui/admin/src/views/window/workman/perform/list.vue
+1
-1
attendance-performance-manager/src/main/java/com/mortals/xhx/base/system/menu/service/impl/MenuServiceImpl.java
...ls/xhx/base/system/menu/service/impl/MenuServiceImpl.java
+1
-1
No files found.
attendance-performance-manager-ui/admin/src/views/check/window/perform/drawershow.vue
View file @
ea34674e
...
...
@@ -32,7 +32,7 @@
<
/div
>
<
div
class
=
"
text_line
"
>
<
div
class
=
"
text_box
"
>
<
span
style
=
"
width:
9
0px;
"
>
工作总结:
<
/span
>
<
span
style
=
"
width:
12
0px;
"
>
工作总结:
<
/span
>
<
span
style
=
"
display: inline-block;
"
>
{{
form
.
workSummary
?
form
.
workSummary
:
"
--
"
}}
<
/span
>
...
...
@@ -40,13 +40,14 @@
<
/div
>
<
div
class
=
"
text_line
"
>
<
div
class
=
"
text_box
"
>
<
span
style
=
"
width:
9
0px;
"
>
加分申报:
<
/span
>
<
span
style
=
"
width:
12
0px;
"
>
加分申报:
<
/span
>
<
span
>
{{
form
.
bonusReport
?
form
.
bonusReport
:
"
--
"
}}
<
/span
>
<
/div
>
<
/div
>
<
div
class
=
"
text_line
"
>
<
div
class
=
"
text_box
"
>
<
span
style
=
"
width: 110px;
"
>
加分佐证材料:
<
/span
>
<
span
v
-
if
=
"
form.proofUrl
"
style
=
"
width: 110px;
"
>
加分佐证材料:
<
/span
>
<
span
v
-
else
style
=
"
width: 195px;
"
>
加分佐证材料:
<
/span
>
<
el
-
link
v
-
if
=
"
form.proofUrl
"
:
href
=
"
baseUrl + form.proofUrl
"
...
...
@@ -60,7 +61,7 @@
<
/div
>
<
div
class
=
"
text_line
"
>
<
div
class
=
"
text_box
"
>
<
span
style
=
"
width: 1
3
0px;
"
>
扣分情况:
<
/span
>
<
span
style
=
"
width: 1
4
0px;
"
>
扣分情况:
<
/span
>
<
span
>
{{
form
.
deductStatement
?
form
.
deductStatement
:
"
--
"
}}
<
/span
>
<
/div
>
<
/div
>
...
...
@@ -105,7 +106,8 @@
<
/div
>
<
div
class
=
"
text_line
"
>
<
div
class
=
"
text_box
"
>
<
span
style
=
"
width: 70px;
"
>
附件材料:
<
/span
>
<
span
v
-
if
=
"
form.annexUrl
"
style
=
"
width: 70px;
"
>
附件材料:
<
/span
>
<
span
v
-
else
style
=
"
width: 180px;
"
>
附件材料:
<
/span
>
<
el
-
link
v
-
if
=
"
form.annexUrl
"
:
href
=
"
baseUrl + form.annexUrl
"
...
...
attendance-performance-manager-ui/admin/src/views/check/window/workman/perform/list.vue
View file @
ea34674e
...
...
@@ -134,7 +134,7 @@ export default {
{
label
:
"
表单名称
"
,
prop
:
"
fromName
"
},
{
label
:
"
总分分值
"
,
prop
:
"
sumScore
"
,
formatter
:
this
.
formatter
},
//
{ label: "总分分值", prop: "sumScore", formatter: this.formatter },
{
label
:
"
提交时间
"
,
prop
:
"
submitDate
"
,
...
...
attendance-performance-manager-ui/admin/src/views/window/perform/drawershow.vue
View file @
ea34674e
...
...
@@ -46,7 +46,8 @@
<
/div
>
<
div
class
=
"
text_line
"
>
<
div
class
=
"
text_box
"
>
<
span
style
=
"
width: 110px;
"
>
加分佐证材料:
<
/span
>
<
span
v
-
if
=
"
form.proofUrl
"
style
=
"
width: 110px;
"
>
加分佐证材料:
<
/span
>
<
span
v
-
else
style
=
"
width: 195px;
"
>
加分佐证材料:
<
/span
>
<
el
-
link
v
-
if
=
"
form.proofUrl
"
:
href
=
"
baseUrl + form.proofUrl
"
...
...
@@ -105,7 +106,8 @@
<
/div
>
<
div
class
=
"
text_line
"
>
<
div
class
=
"
text_box
"
>
<
span
style
=
"
width: 70px;
"
>
附件材料:
<
/span
>
<
span
v
-
if
=
"
form.annexUrl
"
style
=
"
width: 70px;
"
>
附件材料:
<
/span
>
<
span
v
-
else
style
=
"
width: 180px;
"
>
附件材料:
<
/span
>
<
el
-
link
v
-
if
=
"
form.annexUrl
"
:
href
=
"
baseUrl + form.annexUrl
"
...
...
attendance-performance-manager-ui/admin/src/views/window/workman/perform/list.vue
View file @
ea34674e
...
...
@@ -135,7 +135,7 @@ export default {
{
label
:
"
表单名称
"
,
prop
:
"
fromName
"
},
{
label
:
"
总分分值
"
,
prop
:
"
sumScore
"
,
formatter
:
this
.
formatter
},
//
{ label: "总分分值", prop: "sumScore", formatter: this.formatter },
{
label
:
"
提交时间
"
,
prop
:
"
submitDate
"
,
...
...
attendance-performance-manager/src/main/java/com/mortals/xhx/base/system/menu/service/impl/MenuServiceImpl.java
View file @
ea34674e
...
...
@@ -222,7 +222,7 @@ public class MenuServiceImpl extends AbstractCRUDServiceImpl<MenuDao, MenuEntity
if
(!
ObjectUtils
.
isEmpty
(
menuEntity
)){
menuEntity
.
setStatus
(
SatusEnum
.
ENABLE
.
getValue
());
menuEntity
.
setUpdateTime
(
new
Date
());
menuEntity
.
setUpdateUser
(
context
.
getUser
().
getLoginName
(
));
menuEntity
.
setUpdateUser
Id
(
this
.
getContextUserId
(
context
));
MenuEntity
condition
=
new
MenuEntity
();
condition
.
setId
(
menuEntity
.
getId
());
this
.
updateBatch
(
menuEntity
,
condition
,
context
);
...
...
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