fix(web): 提交遗漏文件

This commit is contained in:
v-zhangjc9
2025-06-23 16:54:20 +08:00
parent 5b3c27ea48
commit c9616eb63a

View File

@@ -5,8 +5,8 @@ import {
commonInfo, commonInfo,
crudCommonOptions, crudCommonOptions,
mappingField, mappingField,
mappingItem, mappingItem, paginationTemplate,
pictureFromIds pictureFromIds,
} from '../../../util/amis.tsx' } from '../../../util/amis.tsx'
const FeedbackDiv = styled.div` const FeedbackDiv = styled.div`
@@ -47,8 +47,10 @@ const Feedback: React.FC = () => {
} }
}, },
...crudCommonOptions(), ...crudCommonOptions(),
headerToolbar: [ ...paginationTemplate(
'reload', 10,
5,
[
{ {
type: 'action', type: 'action',
label: '', label: '',
@@ -94,7 +96,8 @@ const Feedback: React.FC = () => {
}, },
}, },
}, },
], ]
),
columns: [ columns: [
{ {
name: 'id', name: 'id',