|
@@ -63,7 +63,11 @@
|
|
|
</el-space>
|
|
|
<el-space wrap style="margin-left: 10px">
|
|
|
<el-tooltip effect="dark" content="复制" placement="top">
|
|
|
- <el-icon :size="16" @click="copyEv(element.processId)"><CopyDocument /></el-icon>
|
|
|
+ <el-popconfirm title="确定复制 ?" @confirm="copyEv(element.processId)">
|
|
|
+ <template #reference>
|
|
|
+ <el-icon :size="16"><CopyDocument /></el-icon>
|
|
|
+ </template>
|
|
|
+ </el-popconfirm>
|
|
|
</el-tooltip>
|
|
|
</el-space>
|
|
|
<el-space wrap style="margin-left: 10px">
|
|
@@ -75,7 +79,7 @@
|
|
|
</el-tooltip>
|
|
|
</el-space>
|
|
|
<el-space wrap style="margin-left: 10px">
|
|
|
- <el-popconfirm title="确定删除?" @confirm="stopEv(element.processId)">
|
|
|
+ <el-popconfirm title="确定删除 ?" @confirm="stopEv(element.processId)">
|
|
|
<template #reference>
|
|
|
<el-icon :size="16"><Delete /></el-icon>
|
|
|
</template>
|