@@ -75,7 +75,7 @@
</el-tooltip>
</el-space>
<el-space wrap>
- <el-popconfirm title="确定删除当前数据?" @confirm="stopEv(element.processId)">
+ <el-popconfirm title="确定删除?" @confirm="stopEv(element.processId)">
<template #reference>
<el-icon :size="16"><Delete /></el-icon>
</template>