fix(web): 提交遗漏文件
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user