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