This commit is contained in:
2025-06-18 16:50:58 +08:00
parent 1262d4c745
commit 06a0e3649d
46 changed files with 3048 additions and 545 deletions

View File

@@ -118,7 +118,7 @@ function handleMultiDelete() {
}
function handleDownloadExcel() {
commonDownloadExcel(ceremonialserveRoombookingExport, '服务订阅数据', tableApi.formApi.form.values, {
commonDownloadExcel(ceremonialserveRoombookingExport, '会议预定数据', tableApi.formApi.form.values, {
fieldMappingTime: formOptions.fieldMappingTime,
});
}
@@ -126,7 +126,7 @@ function handleDownloadExcel() {
<template>
<Page :auto-content-height="true">
<BasicTable table-title="服务订阅列表">
<BasicTable table-title="会议预定列表">
<template #toolbar-tools>
<Space>
<a-button