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
b640fd69
Commit
b640fd69
authored
Dec 16, 2022
by
dingyoujian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
a39f0d54
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
index.vue
src/views/train/ks/index.vue
+3
-3
edit.vue
src/views/train/paperManagement/edit.vue
+2
-2
index.vue
src/views/train/paperManagement/index.vue
+2
-2
No files found.
src/views/train/ks/index.vue
View file @
b640fd69
...
...
@@ -19,7 +19,7 @@
<template
slot=
"tabCustom"
>
<el-table-column
style=
"border-right: 0px;"
fixed=
"right"
label=
"操作"
header-align=
"center"
>
<template
slot-scope=
"scope"
>
<el-button
v-if=
"scope.row.ksbz=='
Y
'"
style=
"text-align: center;color: #1A94E6;width: 100%;"
<el-button
v-if=
"scope.row.ksbz=='
N
'"
style=
"text-align: center;color: #1A94E6;width: 100%;"
@
click
.
native
.
prevent=
"ksks(scope.row)"
type=
"text"
size=
"small"
>
<i
class=
"el-icon-edit"
></i>
开始考试
</el-button>
...
...
@@ -27,9 +27,9 @@
@
click
.
native
.
prevent=
"apiDel(scope.row)"
type=
"text"
size=
"small"
>
<i
class=
"el-icon-warning-outline"
></i>
已过期
</el-button>
<el-button
v-if=
"scope.row.ksbz=='
N
'"
style=
"text-align: center;color: #11EE96;width: 100%;"
<el-button
v-if=
"scope.row.ksbz=='
Y
'"
style=
"text-align: center;color: #11EE96;width: 100%;"
@
click
.
native
.
prevent=
"apiDel(scope.row)"
type=
"text"
size=
"small"
>
<i
class=
"el-icon-circle-check"
></i>
考试结束
<i
class=
"el-icon-circle-check"
></i>
已交卷
</el-button>
</
template
>
</el-table-column>
...
...
src/views/train/paperManagement/edit.vue
View file @
b640fd69
...
...
@@ -91,7 +91,7 @@
</el-form-item>
</el-col>
</el-row>
<!--
<el-row
:gutter=
"40"
>
<el-row
:gutter=
"40"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"开始时间"
ref=
"kssj"
prop=
"kssj"
>
<el-date-picker
value-format=
"timestamp"
style=
"width: 100%;"
:readonly=
"readonly"
type=
"date"
...
...
@@ -106,7 +106,7 @@
</el-date-picker>
</el-form-item>
</el-col>
</el-row>
-->
</el-row>
</el-form>
</RelDialog>
</
template
>
...
...
src/views/train/paperManagement/index.vue
View file @
b640fd69
...
...
@@ -107,8 +107,8 @@
url
:
'/aqgl/pxgl/pxsj/init/zt'
,
label
:
'name'
,
value
:
'id'
}},
// {label: "
开始时间", prop: "kssj", fieldType: "ftDateTime"},
// {label: "
结束时间", prop: "jssj", fieldType: "ftDateTime"},
{
label
:
"考试
开始时间"
,
prop
:
"kssj"
,
fieldType
:
"ftDateTime"
},
{
label
:
"考试
结束时间"
,
prop
:
"jssj"
,
fieldType
:
"ftDateTime"
},
]
}
},
...
...
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