!154 refactor(bg): 批量操作下拉改为直接删除按钮
* refactor(bg): 批量操作下拉改为直接删除按钮 * refactor(dq): 批量操作下拉改为直接删除按钮
This commit is contained in:
@@ -84,20 +84,15 @@
|
||||
>模板导入</j-upload-button
|
||||
>
|
||||
|
||||
<a-dropdown v-if="selectedRowKeys.length > 0">
|
||||
<template #overlay>
|
||||
<a-menu>
|
||||
<a-menu-item key="1" @click="batchHandleDelete">
|
||||
<Icon icon="ant-design:delete-outlined"></Icon>
|
||||
删除
|
||||
</a-menu-item>
|
||||
</a-menu>
|
||||
</template>
|
||||
<a-button v-auth="'dqinspecttask:dq_inspect_task:deleteBatch'"
|
||||
>批量操作
|
||||
<Icon icon="mdi:chevron-down"></Icon>
|
||||
</a-button>
|
||||
</a-dropdown>
|
||||
<a-button
|
||||
v-if="selectedRowKeys.length > 0"
|
||||
v-auth="'dqinspecttask:dq_inspect_task:deleteBatch'"
|
||||
danger
|
||||
@click="batchHandleDelete"
|
||||
>
|
||||
<Icon icon="ant-design:delete-outlined"></Icon>
|
||||
删除
|
||||
</a-button>
|
||||
<a-space style="float: right; font-size: 14px; font-weight: bold">
|
||||
<a-tag color="warning" style="color: #8c6900">未开始 {{ statsData.notStarted }}</a-tag>
|
||||
<a-tag color="error">督办中 {{ statsData.inProgress }}(已逾期 {{ statsData.overdue }})</a-tag>
|
||||
|
||||
Reference in New Issue
Block a user