|
|
@@ -55,7 +55,7 @@
|
|
|
<template #header>
|
|
|
<el-button type="primary" @click="handleExport()">导出数据</el-button>
|
|
|
</template>
|
|
|
- <el-table height="calc(100vh - 340px)" :data="operationLogList" v-loading="loading">
|
|
|
+ <el-table height="calc(100vh - 500px)" :data="operationLogList" v-loading="loading">
|
|
|
<el-table-column label="日志编号" width="100" prop="id" />
|
|
|
<el-table-column label="账号" prop="realName" />
|
|
|
<el-table-column label="姓名" prop="operatorName" />
|