|
@@ -290,9 +290,9 @@
|
|
|
></el-table-column>
|
|
|
<el-table-column width="168" label="更新时间" sortable>
|
|
|
<template slot-scope="scope">
|
|
|
- <el-button @click="gotoOperateLog(scope.row.id)" type="text">{{
|
|
|
- scope.row.updateTime
|
|
|
- }}</el-button>
|
|
|
+ <el-button @click="gotoOperateLog(scope.row.id)" type="text">
|
|
|
+ {{ scope.row.updateTime }}
|
|
|
+ </el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column width="50" label="状态">
|
|
@@ -483,7 +483,7 @@
|
|
|
:remote-method="queryExamStages4Search"
|
|
|
remote
|
|
|
:loading="queryExamStages4SearchLoading"
|
|
|
- :filterable="false"
|
|
|
+ :filterable="true"
|
|
|
v-model="stuExamSearch.examStageId"
|
|
|
placeholder="请选择"
|
|
|
>
|
|
@@ -652,9 +652,8 @@
|
|
|
type="primary"
|
|
|
icon="el-icon-search"
|
|
|
@click="loghandleSearchBtn"
|
|
|
+ >查询</el-button
|
|
|
>
|
|
|
- 查询
|
|
|
- </el-button>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
|
|
@@ -667,13 +666,22 @@
|
|
|
stripe
|
|
|
style="width: 100%;"
|
|
|
>
|
|
|
- <el-table-column width="200" prop="operateTime" label="操作时间">
|
|
|
- </el-table-column>
|
|
|
- <el-table-column width="200" prop="operateIp" label="IP">
|
|
|
- </el-table-column>
|
|
|
- <el-table-column width="200" prop="operateClient" label="操作端">
|
|
|
- </el-table-column>
|
|
|
- <el-table-column prop="operate" label="操作内容"> </el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ width="200"
|
|
|
+ prop="operateTime"
|
|
|
+ label="操作时间"
|
|
|
+ ></el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ width="200"
|
|
|
+ prop="operateIp"
|
|
|
+ label="IP"
|
|
|
+ ></el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ width="200"
|
|
|
+ prop="operateClient"
|
|
|
+ label="操作端"
|
|
|
+ ></el-table-column>
|
|
|
+ <el-table-column prop="operate" label="操作内容"></el-table-column>
|
|
|
</el-table>
|
|
|
<div class="page pull-right">
|
|
|
<el-pagination
|