处理预警列表table title问题
This commit is contained in:
@@ -48,7 +48,7 @@ const gridOptions: VxeGridProps = {
|
||||
return await alarmEventsList({
|
||||
pageNum: page.currentPage,
|
||||
pageSize: page.pageSize,
|
||||
states: [40,50],
|
||||
states: [40, 50],
|
||||
...formValues,
|
||||
});
|
||||
},
|
||||
@@ -112,7 +112,7 @@ function handleMultiDelete() {
|
||||
</script>
|
||||
<template>
|
||||
<Page :auto-content-height="true">
|
||||
<BasicTable class="flex-1 overflow-hidden" table-title="视频预警处理">
|
||||
<BasicTable class="flex-1 overflow-hidden">
|
||||
<template #toolbar-tools>
|
||||
<Space>
|
||||
<a-button
|
||||
|
@@ -112,7 +112,7 @@ function handleMultiDelete() {
|
||||
</script>
|
||||
<template>
|
||||
<Page :auto-content-height="true">
|
||||
<BasicTable class="flex-1 overflow-hidden" table-title="视频预警处理">
|
||||
<BasicTable class="flex-1 overflow-hidden">
|
||||
<template #toolbar-tools>
|
||||
<Space>
|
||||
<a-button
|
||||
|
@@ -112,7 +112,7 @@ function handleMultiDelete() {
|
||||
</script>
|
||||
<template>
|
||||
<Page :auto-content-height="true">
|
||||
<BasicTable class="flex-1 overflow-hidden" table-title="视频预警处理">
|
||||
<BasicTable class="flex-1 overflow-hidden">
|
||||
<template #toolbar-tools>
|
||||
<Space>
|
||||
<a-button
|
||||
|
Reference in New Issue
Block a user