@@ -73,7 +73,7 @@
const [registerDetail, { openModal: openDetaileModal }] = useModal();
const columns: BasicColumn[] = [
{
- title: '警员ID',
+ title: '人员ID',
dataIndex: 'ryId',
width: 150,
},
@@ -115,7 +115,7 @@
field: 'ryId',
component: 'AutoComplete',
- label: '警员ID',
+ label: '人员ID',
required: true,
componentProps: {
filterOption: onFilterOption,