Commit 043e9bdc authored by dingyoujian's avatar dingyoujian

显示调整

parent 50152693
......@@ -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=='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">
<i class="el-icon-edit"></i>开始考试
</el-button>
......@@ -27,7 +27,7 @@
@click.native.prevent="ksks(scope.row)" type="text" size="small">
<i class="el-icon-edit"></i>继续考试
</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">
<i class="el-icon-circle-check"></i>已交卷
</el-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment