zhanbo.xu

feat: 优化

......@@ -22,7 +22,7 @@
:pagination="false"
:border="true"
tooltip-effect="dark"
max-height="400px"
max-height="300px"
:empty-text="
loadingDatas &&
rowData &&
......
......@@ -418,9 +418,9 @@
<el-table-column align="center" label="操作" width="150">
<template slot-scope="scope">
<el-button type="text" @click="update(scope.row)"> 修改 </el-button>
<el-button type="text" @click="showTotalLog(scope.row)"
>日志</el-button
>
<el-button type="text" @click="showTotalLog(scope.row)">
日志
</el-button>
</template>
</el-table-column>
</template>
......