|
@@ -90,7 +90,7 @@
|
|
|
<el-table-column :label="t('操作')" align="center" fixed="right">
|
|
<el-table-column :label="t('操作')" align="center" fixed="right">
|
|
|
<template #default="{ row }">
|
|
<template #default="{ row }">
|
|
|
<el-button type="primary" link @click="handleViewCloudflare(row)">
|
|
<el-button type="primary" link @click="handleViewCloudflare(row)">
|
|
|
- <Icon icon="mdi:play-circle" width="20" height="20" />
|
|
|
|
|
|
|
+ <Icon icon="mdi:play-circle-outline" width="20" height="20" />
|
|
|
</el-button>
|
|
</el-button>
|
|
|
<el-button type="primary" link @click="handleEdit(row)">
|
|
<el-button type="primary" link @click="handleEdit(row)">
|
|
|
<Icon icon="mdi:note-edit-outline" width="20" height="20" />
|
|
<Icon icon="mdi:note-edit-outline" width="20" height="20" />
|