Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李苏
sgaqgl-vue
Commits
acd6ff6f
Commit
acd6ff6f
authored
Dec 20, 2022
by
dingyoujian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合格标志增加额外判定
parent
60f4e679
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
participants.vue
src/views/train/assessment/participants.vue
+2
-2
ksjldet.vue
src/views/train/ksjl/ksjldet.vue
+1
-1
No files found.
src/views/train/assessment/participants.vue
View file @
acd6ff6f
...
...
@@ -54,7 +54,7 @@
label
:
'班组'
,
width
:
'300'
},
{
prop
:
'userName'
,
label
:
'人员姓名'
,
...
...
@@ -66,7 +66,7 @@
width
:
'300'
},
{
label
:
"是否合格"
,
prop
:
"hgbz"
,
formatter
(
a
,
b
,
c
){
let
hgbz
=
{
'Y'
:
'合格'
,
'N'
:
'不合格'
}
let
hgbz
=
{
'Y'
:
'合格'
,
'N'
:
'不合格'
,
'F'
:
'未交卷'
,
'I'
:
'未参考'
}
return
hgbz
[
c
]
},
width
:
200
},
]
...
...
src/views/train/ksjl/ksjldet.vue
View file @
acd6ff6f
...
...
@@ -51,7 +51,7 @@
{
label
:
"公司"
,
prop
:
"gsName"
,
fieldType
:
"ftString"
,
width
:
200
},
{
label
:
"班组"
,
prop
:
"bmName"
,
fieldType
:
"ftString"
,
width
:
200
},
{
label
:
"是否合格"
,
prop
:
"hgbz"
,
formatter
(
a
,
b
,
c
){
let
hgbz
=
{
'Y'
:
'合格'
,
'N'
:
'不合格'
}
let
hgbz
=
{
'Y'
:
'合格'
,
'N'
:
'不合格'
,
'F'
:
'未交卷'
,
'I'
:
'未参考'
}
return
hgbz
[
c
]
},
width
:
200
},
{
label
:
"开始时间"
,
prop
:
"kskssj"
,
fieldType
:
"ftDateTime"
,
width
:
200
},
...
...
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