邮箱模块:完善 log 相关的逻辑

This commit is contained in:
YunaiV
2023-01-26 20:39:38 +08:00
parent f9ab45df18
commit 525078abd3
19 changed files with 388 additions and 266 deletions

View File

@@ -94,7 +94,7 @@
</el-table-column>
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<template v-slot="scope">
<el-button size="mini" type="text" icon="el-icon-view" @click="handleView(scope.row,scope.index)"
<el-button size="mini" type="text" icon="el-icon-view" @click="handleView(scope.row)"
v-hasPermi="['system:sms-log:query']">详细</el-button>
</template>
</el-table-column>