feat: support ins pause and enable

This commit is contained in:
engigu
2024-01-14 19:00:58 +08:00
parent c611b7c344
commit 766e4c8855
@@ -20,7 +20,7 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="创建时间" prop="created_on" width="160px" /> <el-table-column label="创建时间" prop="created_on" width="160px" />
<el-table-column label="状态" prop="status" width="120px"> <el-table-column label="状态" prop="status" width="120px" fixed="right">
<template #default="scope"> <template #default="scope">
<el-button link size="small" style="margin-right: 10px;" type="primary" <el-button link size="small" style="margin-right: 10px;" type="primary"
@click="drawer = true; logText = scope.row.log">日志</el-button> @click="drawer = true; logText = scope.row.log">日志</el-button>