|
@@ -115,6 +115,16 @@
|
|
|
></el-date-picker>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
+ <el-col :span="6">
|
|
|
+ <el-form-item label="Ip">
|
|
|
+ <el-input
|
|
|
+ v-model="form.ip"
|
|
|
+ class="form_search_width"
|
|
|
+ size="small"
|
|
|
+ placeholder="Ip"
|
|
|
+ ></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
</el-row>
|
|
|
</commonFormVue>
|
|
|
<el-col :span="24">
|
|
@@ -266,6 +276,12 @@
|
|
|
prop="paperAuditTime"
|
|
|
width="120"
|
|
|
></el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ sortable
|
|
|
+ label="Ip"
|
|
|
+ prop="ip"
|
|
|
+ width="120"
|
|
|
+ ></el-table-column>
|
|
|
</el-table>
|
|
|
<div class="block pull-right">
|
|
|
<el-pagination
|
|
@@ -324,6 +340,7 @@ export default {
|
|
|
submitEndTime: null, //交卷时间止
|
|
|
auditStartTime: null, //审核时间起
|
|
|
auditEndTime: null, //审核时间止
|
|
|
+ ip: null, //Ip
|
|
|
},
|
|
|
|
|
|
getExamCondition: {
|