chroe: adjust logs table name

This commit is contained in:
engigu
2024-01-18 20:18:03 +08:00
parent fc3564d403
commit 4915b1038d
3 changed files with 16 additions and 6 deletions
@@ -20,7 +20,7 @@
</template>
</el-table-column>
<el-table-column label="发送时间" prop="created_on" width="160px" />
<el-table-column label="状态" prop="status" width="120px" fixed="right">
<el-table-column label="详情/状态" prop="status" width="120px" fixed="right">
<template #default="scope">
<el-button link size="small" style="margin-right: 10px;" type="primary"
@click="drawer = true; logText = scope.row.log">日志</el-button>