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
043e9bdc
Commit
043e9bdc
authored
Dec 17, 2022
by
dingyoujian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
显示调整
parent
50152693
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.vue
src/views/train/ks/index.vue
+2
-2
No files found.
src/views/train/ks/index.vue
View file @
043e9bdc
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
<template
slot=
"tabCustom"
>
<template
slot=
"tabCustom"
>
<el-table-column
style=
"border-right: 0px;"
fixed=
"right"
label=
"操作"
header-align=
"center"
>
<el-table-column
style=
"border-right: 0px;"
fixed=
"right"
label=
"操作"
header-align=
"center"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<el-button
v-if=
"scope.row.ksbz=='N'"
style=
"text-align: center;color: #
1A94E6
;width: 100%;"
<el-button
v-if=
"scope.row.ksbz=='N'"
style=
"text-align: center;color: #
0ae62d
;width: 100%;"
@
click
.
native
.
prevent=
"ksks(scope.row)"
type=
"text"
size=
"small"
>
@
click
.
native
.
prevent=
"ksks(scope.row)"
type=
"text"
size=
"small"
>
<i
class=
"el-icon-edit"
></i>
开始考试
<i
class=
"el-icon-edit"
></i>
开始考试
</el-button>
</el-button>
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
@
click
.
native
.
prevent=
"ksks(scope.row)"
type=
"text"
size=
"small"
>
@
click
.
native
.
prevent=
"ksks(scope.row)"
type=
"text"
size=
"small"
>
<i
class=
"el-icon-edit"
></i>
继续考试
<i
class=
"el-icon-edit"
></i>
继续考试
</el-button>
</el-button>
<el-button
v-if=
"scope.row.ksbz=='Y'"
style=
"text-align: center;color: #
11EE96
;width: 100%;"
<el-button
v-if=
"scope.row.ksbz=='Y'"
style=
"text-align: center;color: #
ee1d22
;width: 100%;"
@
click
.
native
.
prevent=
"cksj(scope.row)"
type=
"text"
size=
"small"
>
@
click
.
native
.
prevent=
"cksj(scope.row)"
type=
"text"
size=
"small"
>
<i
class=
"el-icon-circle-check"
></i>
已交卷
<i
class=
"el-icon-circle-check"
></i>
已交卷
</el-button>
</el-button>
...
...
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