feat: support ins pause and enable
This commit is contained in:
@@ -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">
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user