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-manager-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
赵啸非
attendance-performance-manager-ui
Commits
b3278885
Commit
b3278885
authored
May 26, 2025
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:字典类型修改
parent
84ab667d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
src/views/job/drawershow.vue
src/views/job/drawershow.vue
+3
-3
src/views/staff/care/list.vue
src/views/staff/care/list.vue
+7
-1
No files found.
src/views/job/drawershow.vue
View file @
b3278885
...
...
@@ -11,7 +11,7 @@
:model=
"form"
:rules=
"rules"
label-width=
"120px"
style=
"padding:20px"
style=
"padding:
20px"
>
<el-row>
<Field
...
...
@@ -140,9 +140,9 @@ export default {
afterRender
(
data
)
{
// 固定新增类型
if
(
this
.
from
==
"
group
"
)
{
this
.
form
.
type
=
"
1
"
;
this
.
form
.
type
=
1
;
}
else
{
this
.
form
.
type
=
"
2
"
;
this
.
form
.
type
=
2
;
}
this
.
open
=
true
;
},
...
...
src/views/staff/care/list.vue
View file @
b3278885
...
...
@@ -68,7 +68,13 @@
<span
style=
"color: #1a7af8; font-size: 14px"
>
{{
`(共${
$route.query.careType == 1 ? tableData.shengri : tableData.ruzhi
$route.query.careType == 1
? tableData.shengri
? tableData.shengri
: "--"
: tableData.ruzhi
? tableData.ruzhi
: "--"
}
人)`
}}
<
/span
>
...
...
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