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
76152568
Commit
76152568
authored
1 year ago
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tui
parent
d994ba48
Changes
12
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
28 additions
and
12 deletions
+28
-12
attendance-performance-manager-ui/admin/src/views/perform/attend/record/drawershow.vue
...r-ui/admin/src/views/perform/attend/record/drawershow.vue
+4
-1
attendance-performance-manager-ui/admin/src/views/perform/attend/record/list.vue
...manager-ui/admin/src/views/perform/attend/record/list.vue
+1
-1
attendance-performance-manager-ui/admin/src/views/perform/complain/record/drawershow.vue
...ui/admin/src/views/perform/complain/record/drawershow.vue
+4
-1
attendance-performance-manager-ui/admin/src/views/perform/complain/record/list.vue
...nager-ui/admin/src/views/perform/complain/record/list.vue
+1
-1
attendance-performance-manager-ui/admin/src/views/perform/effect/record/drawershow.vue
...r-ui/admin/src/views/perform/effect/record/drawershow.vue
+4
-1
attendance-performance-manager-ui/admin/src/views/perform/effect/record/list.vue
...manager-ui/admin/src/views/perform/effect/record/list.vue
+1
-1
attendance-performance-manager-ui/admin/src/views/perform/gowork/record/drawershow.vue
...r-ui/admin/src/views/perform/gowork/record/drawershow.vue
+4
-1
attendance-performance-manager-ui/admin/src/views/perform/gowork/record/list.vue
...manager-ui/admin/src/views/perform/gowork/record/list.vue
+1
-1
attendance-performance-manager-ui/admin/src/views/perform/other/record/drawershow.vue
...er-ui/admin/src/views/perform/other/record/drawershow.vue
+2
-1
attendance-performance-manager-ui/admin/src/views/perform/other/record/list.vue
...-manager-ui/admin/src/views/perform/other/record/list.vue
+1
-1
attendance-performance-manager-ui/admin/src/views/perform/review/record/drawershow.vue
...r-ui/admin/src/views/perform/review/record/drawershow.vue
+4
-1
attendance-performance-manager-ui/admin/src/views/perform/review/record/list.vue
...manager-ui/admin/src/views/perform/review/record/list.vue
+1
-1
No files found.
attendance-performance-manager-ui/admin/src/views/perform/attend/record/drawershow.vue
View file @
76152568
...
...
@@ -440,6 +440,8 @@ export default {
},
replaceImage
(
val
)
{
this
.
form
.
snapPath
=
val
;
this
.
$forceUpdate
(
this
.
form
);
},
staffChange
(
val
)
{
console
.
log
(
val
);
...
...
@@ -453,7 +455,6 @@ export default {
// this.urls.currUrl = "perform/attend/record/edit";
// this.getData();
this
.
$get
(
"
/perform/attend/record/info
"
,
{
id
:
row
.
id
}).
then
((
res
)
=>
{
console
.
log
(
res
.
data
);
if
(
res
.
code
==
1
)
{
this
.
form
=
res
.
data
;
}
else
{
...
...
@@ -488,6 +489,8 @@ export default {
}).
then
((
res
)
=>
{
this
.
ruleArr
=
res
.
data
.
data
;
});
this
.
form
.
snapPath
=
this
.
form
.
snapPath
?
this
.
form
.
snapPath
:
""
;
console
.
log
(
this
.
form
);
this
.
open
=
true
;
});
this
.
pageInfo
.
type
=
"
edit
"
;
...
...
This diff is collapsed.
Click to expand it.
attendance-performance-manager-ui/admin/src/views/perform/attend/record/list.vue
View file @
76152568
...
...
@@ -220,7 +220,7 @@ export default {
{
label
:
"
图片凭证
"
,
prop
:
"
snapPath
"
,
prop
:
"
filePaths
"
,
formatter
:
this
.
formatterPic
,
},
...
...
This diff is collapsed.
Click to expand it.
attendance-performance-manager-ui/admin/src/views/perform/complain/record/drawershow.vue
View file @
76152568
...
...
@@ -503,6 +503,9 @@ export default {
},
replaceImage
(
val
)
{
this
.
form
.
snapPath
=
val
;
this
.
$forceUpdate
(
this
.
form
);
},
staffChange
(
val
)
{
let
arr
=
this
.
staffArr
.
filter
((
v
)
=>
v
.
id
==
val
);
...
...
This diff is collapsed.
Click to expand it.
attendance-performance-manager-ui/admin/src/views/perform/complain/record/list.vue
View file @
76152568
...
...
@@ -224,7 +224,7 @@ export default {
{
label
:
"
图片凭证
"
,
prop
:
"
snapPath
"
,
prop
:
"
filePaths
"
,
formatter
:
this
.
formatterPic
,
},
...
...
This diff is collapsed.
Click to expand it.
attendance-performance-manager-ui/admin/src/views/perform/effect/record/drawershow.vue
View file @
76152568
...
...
@@ -474,6 +474,9 @@ export default {
},
replaceImage
(
val
)
{
this
.
form
.
snapPath
=
val
;
this
.
$forceUpdate
(
this
.
form
);
},
staffChange
(
val
)
{
console
.
log
(
val
);
...
...
This diff is collapsed.
Click to expand it.
attendance-performance-manager-ui/admin/src/views/perform/effect/record/list.vue
View file @
76152568
...
...
@@ -227,7 +227,7 @@ export default {
{
label
:
"
图片凭证
"
,
prop
:
"
snapPath
"
,
prop
:
"
filePaths
"
,
formatter
:
this
.
formatterPic
,
},
{
label
:
"
绩效规则
"
,
prop
:
"
ruleName
"
},
...
...
This diff is collapsed.
Click to expand it.
attendance-performance-manager-ui/admin/src/views/perform/gowork/record/drawershow.vue
View file @
76152568
...
...
@@ -443,6 +443,9 @@ export default {
},
replaceImage
(
val
)
{
this
.
form
.
snapPath
=
val
;
this
.
$forceUpdate
(
this
.
form
);
},
staffChange
(
val
)
{
console
.
log
(
val
);
...
...
This diff is collapsed.
Click to expand it.
attendance-performance-manager-ui/admin/src/views/perform/gowork/record/list.vue
View file @
76152568
...
...
@@ -214,7 +214,7 @@ export default {
{
label
:
"
图片凭证
"
,
prop
:
"
snapPath
"
,
prop
:
"
filePaths
"
,
formatter
:
this
.
formatterPic
,
},
{
label
:
"
绩效规则
"
,
prop
:
"
ruleName
"
},
...
...
This diff is collapsed.
Click to expand it.
attendance-performance-manager-ui/admin/src/views/perform/other/record/drawershow.vue
View file @
76152568
...
...
@@ -404,7 +404,8 @@ export default {
},
replaceImage
(
val
)
{
this
.
form
.
snapPath
=
val
;
this
.
$forceUpdate
(
this
.
form
.
snapPath
);
this
.
$forceUpdate
(
this
.
form
);
},
staffChange
(
val
)
{
console
.
log
(
val
);
...
...
This diff is collapsed.
Click to expand it.
attendance-performance-manager-ui/admin/src/views/perform/other/record/list.vue
View file @
76152568
...
...
@@ -223,7 +223,7 @@ export default {
// { label: "绩效规则id", prop: "ruleId", formatter: this.formatter },
{
label
:
"
图片凭证
"
,
prop
:
"
snapPath
"
,
prop
:
"
filePaths
"
,
formatter
:
this
.
formatterPic
,
},
{
label
:
"
绩效规则
"
,
prop
:
"
ruleName
"
},
...
...
This diff is collapsed.
Click to expand it.
attendance-performance-manager-ui/admin/src/views/perform/review/record/drawershow.vue
View file @
76152568
...
...
@@ -458,6 +458,9 @@ export default {
},
replaceImage
(
val
)
{
this
.
form
.
snapPath
=
val
;
this
.
$forceUpdate
(
this
.
form
);
},
staffChange
(
val
)
{
console
.
log
(
val
);
...
...
This diff is collapsed.
Click to expand it.
attendance-performance-manager-ui/admin/src/views/perform/review/record/list.vue
View file @
76152568
...
...
@@ -224,7 +224,7 @@ export default {
{
label
:
"
图片凭证
"
,
prop
:
"
snapPath
"
,
prop
:
"
filePaths
"
,
formatter
:
this
.
formatterPic
,
},
...
...
This diff is collapsed.
Click to expand it.
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