Commit 9d133b15 by Tianqing Liu

docs: help

1 parent b134d1a6
...@@ -139,12 +139,12 @@ ...@@ -139,12 +139,12 @@
@confirm="deletePersonRecord(person)" @confirm="deletePersonRecord(person)"
> >
<a-tooltip placement="bottom"> <a-tooltip placement="bottom">
<template #title>cmd或alt键可多选</template> <template #title>cmd或alt键可多选</template>
<span class="expandWord">剔除</span> <span class="expandWord">剔除</span>
</a-tooltip> </a-tooltip>
</a-popconfirm> </a-popconfirm>
<a-tooltip placement="bottom"> <a-tooltip placement="bottom">
<template #title>cmd或alt键可多选</template> <template #title>cmd或alt键可多选</template>
<span class="expandWord" @click="movePersonRecord(person)">移动</span> <span class="expandWord" @click="movePersonRecord(person)">移动</span>
</a-tooltip> </a-tooltip>
<span class="expandWord" @click='updatePersonInfoByGroup(person)'>类型修正</span> <span class="expandWord" @click='updatePersonInfoByGroup(person)'>类型修正</span>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!