Commit b640fd69 authored by dingyoujian's avatar dingyoujian

调整

parent a39f0d54
...@@ -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=='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"> @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,9 +27,9 @@ ...@@ -27,9 +27,9 @@
@click.native.prevent="apiDel(scope.row)" type="text" size="small"> @click.native.prevent="apiDel(scope.row)" type="text" size="small">
<i class="el-icon-warning-outline"></i>已过期 <i class="el-icon-warning-outline"></i>已过期
</el-button> </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"> @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> </el-button>
</template> </template>
</el-table-column> </el-table-column>
......
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
<!-- <el-row :gutter="40"> <el-row :gutter="40">
<el-col :span="12"> <el-col :span="12">
<el-form-item label="开始时间" ref="kssj" prop="kssj"> <el-form-item label="开始时间" ref="kssj" prop="kssj">
<el-date-picker value-format="timestamp" style="width: 100%;" :readonly="readonly" type="date" <el-date-picker value-format="timestamp" style="width: 100%;" :readonly="readonly" type="date"
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
</el-date-picker> </el-date-picker>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> --> </el-row>
</el-form> </el-form>
</RelDialog> </RelDialog>
</template> </template>
......
...@@ -107,8 +107,8 @@ ...@@ -107,8 +107,8 @@
url:'/aqgl/pxgl/pxsj/init/zt',label:'name',value:'id' url:'/aqgl/pxgl/pxsj/init/zt',label:'name',value:'id'
}}, }},
// {label: "开始时间", prop: "kssj", fieldType: "ftDateTime"}, {label: "考试开始时间", prop: "kssj", fieldType: "ftDateTime"},
// {label: "结束时间", prop: "jssj", fieldType: "ftDateTime"}, {label: "考试结束时间", prop: "jssj", fieldType: "ftDateTime"},
] ]
} }
}, },
......
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