事件页面修改
This commit is contained in:
@@ -48,7 +48,7 @@ const gridOptions: VxeGridProps = {
|
|||||||
return await alarmEventsList({
|
return await alarmEventsList({
|
||||||
pageNum: page.currentPage,
|
pageNum: page.currentPage,
|
||||||
pageSize: page.pageSize,
|
pageSize: page.pageSize,
|
||||||
states: [40, 50],
|
states: [40,50],
|
||||||
...formValues,
|
...formValues,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
@@ -145,7 +145,7 @@ function handleMultiDelete() {
|
|||||||
v-access:code="['video:warning:edit']"
|
v-access:code="['video:warning:edit']"
|
||||||
@click.stop="handleEdit(row)"
|
@click.stop="handleEdit(row)"
|
||||||
>
|
>
|
||||||
处理
|
指派
|
||||||
</ghost-button>
|
</ghost-button>
|
||||||
|
|
||||||
<Popconfirm
|
<Popconfirm
|
||||||
|
@@ -1,7 +1,6 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { Page, useVbenModal, type VbenFormProps } from '@vben/common-ui';
|
import { Page, useVbenModal, type VbenFormProps } from '@vben/common-ui';
|
||||||
import { getVxePopupContainer } from '@vben/utils';
|
import { getVxePopupContainer } from '@vben/utils';
|
||||||
|
|
||||||
import { Modal, Popconfirm, Space } from 'ant-design-vue';
|
import { Modal, Popconfirm, Space } from 'ant-design-vue';
|
||||||
import {
|
import {
|
||||||
useVbenVxeGrid,
|
useVbenVxeGrid,
|
||||||
@@ -141,12 +140,12 @@ function handleMultiDelete() {
|
|||||||
{{ $t('pages.common.info') }}
|
{{ $t('pages.common.info') }}
|
||||||
</ghost-button>
|
</ghost-button>
|
||||||
|
|
||||||
<ghost-button
|
<!-- <ghost-button
|
||||||
v-access:code="['video:warning:edit']"
|
v-access:code="['video:warning:edit']"
|
||||||
@click.stop="handleEdit(row)"
|
@click.stop="handleEdit(row)"
|
||||||
>
|
>
|
||||||
处理
|
处理
|
||||||
</ghost-button>
|
</ghost-button>-->
|
||||||
|
|
||||||
<Popconfirm
|
<Popconfirm
|
||||||
:get-popup-container="getVxePopupContainer"
|
:get-popup-container="getVxePopupContainer"
|
||||||
|
@@ -145,7 +145,7 @@ function handleMultiDelete() {
|
|||||||
v-access:code="['video:warning:edit']"
|
v-access:code="['video:warning:edit']"
|
||||||
@click.stop="handleEdit(row)"
|
@click.stop="handleEdit(row)"
|
||||||
>
|
>
|
||||||
处理
|
处理中
|
||||||
</ghost-button>
|
</ghost-button>
|
||||||
|
|
||||||
<Popconfirm
|
<Popconfirm
|
||||||
|
Reference in New Issue
Block a user