@@ -207,15 +207,15 @@
const searchForm: Partial<FormProps> = {
labelWidth: isJA.value ? 150 : 100,
schemas: [
- {
- field: 'id',
- label: 'id',
- component: 'Input',
- colProps: {
- xl: 8,
- xxl: 8,
- },
+ // {
+ // field: 'id',
+ // label: 'id',
+ // component: 'Input',
+ // colProps: {
+ // xl: 8,
+ // xxl: 8,
+ // },
{
field: 'managerPhone',
label: t('routes.corporation.enterpriseId'),