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