!129 fix(fixcontact): 操作按钮改用 @click.stop 阻止行展开
* fix(fixcontact): 操作按钮改用 @click.stop 阻止行展开 * fix(fixcontact): 操作按钮点击阻止行展开事件冒泡
This commit is contained in:
@@ -92,10 +92,10 @@
|
||||
</template>
|
||||
<template #action="{ record }">
|
||||
<Dropdown :trigger="['hover']" :dropMenuList="getFlowMenuList(record)" popconfirm>
|
||||
<a-button type="link" size="small">流程操作 <Icon icon="mdi-light:chevron-down" /></a-button>
|
||||
<a-button type="link" size="small" @click.stop>流程操作 <Icon icon="mdi-light:chevron-down" /></a-button>
|
||||
</Dropdown>
|
||||
<Dropdown :trigger="['hover']" :dropMenuList="getFormMenuList(record)" popconfirm>
|
||||
<a-button type="link" size="small">表单操作 <Icon icon="mdi-light:chevron-down" /></a-button>
|
||||
<a-button type="link" size="small" @click.stop>表单操作 <Icon icon="mdi-light:chevron-down" /></a-button>
|
||||
</Dropdown>
|
||||
</template>
|
||||
<template v-slot:bodyCell="{ column, record, text }">
|
||||
|
||||
Reference in New Issue
Block a user