Commit b289776f authored by zhengke's avatar zhengke

云盘

parent 7ff6c5a7
...@@ -63,8 +63,8 @@ ...@@ -63,8 +63,8 @@
</template> </template>
<template #default="scope"> <template #default="scope">
<el-dropdown trigger="click" > <el-dropdown trigger="click">
<el-icon class="cursor-pointer" size="16" color="#b1b7cf"><MoreFilled /></el-icon> <el-icon class="cursor-pointer" size="16" color="#b1b7cf" @click.stop=""><MoreFilled /></el-icon>
<template #dropdown> <template #dropdown>
<el-dropdown-menu class="q-pa-md microsoft"> <el-dropdown-menu class="q-pa-md microsoft">
<el-dropdown-item icon="CopyDocument" @click.stop="CopyTo(scope.row)">复制到</el-dropdown-item> <el-dropdown-item icon="CopyDocument" @click.stop="CopyTo(scope.row)">复制到</el-dropdown-item>
...@@ -117,6 +117,11 @@ ...@@ -117,6 +117,11 @@
const multipleTableRef = ref<InstanceType<typeof ElTable>>() const multipleTableRef = ref<InstanceType<typeof ElTable>>()
const multipleSelection = ref([] as any) const multipleSelection = ref([] as any)
const handleChildMouseDown = (event) => {
event.stopPropagation()
}
const BatchRemove = () =>{ const BatchRemove = () =>{
emit('BatchRemove') emit('BatchRemove')
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment