处理预警列表table title问题

This commit is contained in:
lxj
2025-09-12 17:43:11 +08:00
parent 07006ee2ac
commit 831fcd98b2
3 changed files with 4 additions and 4 deletions

View File

@@ -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,
}); });
}, },
@@ -112,7 +112,7 @@ function handleMultiDelete() {
</script> </script>
<template> <template>
<Page :auto-content-height="true"> <Page :auto-content-height="true">
<BasicTable class="flex-1 overflow-hidden" table-title="视频预警处理"> <BasicTable class="flex-1 overflow-hidden">
<template #toolbar-tools> <template #toolbar-tools>
<Space> <Space>
<a-button <a-button

View File

@@ -112,7 +112,7 @@ function handleMultiDelete() {
</script> </script>
<template> <template>
<Page :auto-content-height="true"> <Page :auto-content-height="true">
<BasicTable class="flex-1 overflow-hidden" table-title="视频预警处理"> <BasicTable class="flex-1 overflow-hidden">
<template #toolbar-tools> <template #toolbar-tools>
<Space> <Space>
<a-button <a-button

View File

@@ -112,7 +112,7 @@ function handleMultiDelete() {
</script> </script>
<template> <template>
<Page :auto-content-height="true"> <Page :auto-content-height="true">
<BasicTable class="flex-1 overflow-hidden" table-title="视频预警处理"> <BasicTable class="flex-1 overflow-hidden">
<template #toolbar-tools> <template #toolbar-tools>
<Space> <Space>
<a-button <a-button