This commit is contained in:
@@ -3,8 +3,6 @@ import type { VxeGridProps } from '#/adapter/vxe-table';
|
||||
import { getPopupContainer } from '@vben/utils';
|
||||
import { getDictOptions } from '#/utils/dict';
|
||||
import { DictEnum } from '@vben/constants';
|
||||
import { accessControlList } from '#/api/sis/accessControl';
|
||||
import type { AccessControlQuery } from '#/api/sis/accessControl/model';
|
||||
|
||||
export const querySchema: FormSchemaGetter = () => [
|
||||
{
|
||||
@@ -65,10 +63,10 @@ export const columns: VxeGridProps['columns'] = [
|
||||
title: '录像机端口',
|
||||
field: 'vcrPort',
|
||||
},
|
||||
{
|
||||
/*{
|
||||
title: '门禁id',
|
||||
field: 'accessControlId',
|
||||
},
|
||||
},*/
|
||||
{
|
||||
field: 'action',
|
||||
fixed: 'right',
|
||||
@@ -148,7 +146,7 @@ export const modalSchema: FormSchemaGetter = () => [
|
||||
fieldName: 'vcrPwd',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
/*{
|
||||
label: '绑定门禁',
|
||||
fieldName: 'accessControlId',
|
||||
component: 'ApiSelect',
|
||||
@@ -166,5 +164,5 @@ export const modalSchema: FormSchemaGetter = () => [
|
||||
return res.rows;
|
||||
},
|
||||
},
|
||||
},
|
||||
},*/
|
||||
];
|
||||
|
Reference in New Issue
Block a user