|
|
@@ -44,11 +44,11 @@
|
|
|
<el-col :span="1.5">
|
|
|
<el-button type="danger" plain icon="Delete" @click="handleClean" v-hasPermi="['monitor:logininfor:remove']">清空</el-button>
|
|
|
</el-col>
|
|
|
- <el-col :span="1.5">
|
|
|
- <el-button type="primary" plain icon="Unlock" :disabled="single" @click="handleUnlock" v-hasPermi="['monitor:logininfor:unlock']">
|
|
|
- 解锁
|
|
|
- </el-button>
|
|
|
- </el-col>
|
|
|
+<!-- <el-col :span="1.5">-->
|
|
|
+<!-- <el-button type="primary" plain icon="Unlock" :disabled="single" @click="handleUnlock" v-hasPermi="['monitor:logininfor:unlock']">-->
|
|
|
+<!-- 解锁-->
|
|
|
+<!-- </el-button>-->
|
|
|
+<!-- </el-col>-->
|
|
|
<!-- <el-col :span="1.5" v-if="false">-->
|
|
|
<!-- <el-button type="warning" plain icon="Download" @click="handleExport" v-hasPermi="['monitor:logininfor:export']" >导出</el-button>-->
|
|
|
<!-- </el-col>-->
|
|
|
@@ -63,9 +63,9 @@
|
|
|
@selection-change="handleSelectionChange"
|
|
|
:default-sort="defaultSort"
|
|
|
@sort-change="handleSortChange"
|
|
|
- >
|
|
|
+ >i
|
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
|
- <el-table-column label="访问编号" align="center" prop="infoId" />
|
|
|
+ <el-table-column label="访问编号" align="center" prop="id" />
|
|
|
<el-table-column
|
|
|
label="用户名称"
|
|
|
align="center"
|