处理预警列表table title问题
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,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user