From 2bb489cbaa94bc48d6cc641744572488562ad8a2 Mon Sep 17 00:00:00 2001 From: lxj <15683799673@163.com> Date: Thu, 10 Jul 2025 18:35:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/sis/accessControl/device/data.ts | 4 ---- apps/web-antd/src/views/sis/personLib/data.ts | 23 ++----------------- .../src/views/sis/personLibImg/data.tsx | 2 +- apps/web-antd/vite.config.mts | 2 +- 4 files changed, 4 insertions(+), 27 deletions(-) diff --git a/apps/web-antd/src/views/sis/accessControl/device/data.ts b/apps/web-antd/src/views/sis/accessControl/device/data.ts index 047b0727..5c4c173c 100644 --- a/apps/web-antd/src/views/sis/accessControl/device/data.ts +++ b/apps/web-antd/src/views/sis/accessControl/device/data.ts @@ -84,10 +84,6 @@ export const columns: VxeGridProps['columns'] = [ title: '外部编码', field: 'outCode', }, - { - title: '绑定设备', - field: 'bindDeviceIp', - }, { field: 'action', fixed: 'right', diff --git a/apps/web-antd/src/views/sis/personLib/data.ts b/apps/web-antd/src/views/sis/personLib/data.ts index ff5b9f5e..7b91b221 100644 --- a/apps/web-antd/src/views/sis/personLib/data.ts +++ b/apps/web-antd/src/views/sis/personLib/data.ts @@ -11,17 +11,7 @@ export const querySchema: FormSchemaGetter = () => [ { component: 'Input', fieldName: 'libName', - label: '人员库名称', - }, - - { - component: 'Select', - componentProps: { - getPopupContainer, - options: getDictOptions(DictEnum.SIS_LIB_TYPE), - }, - fieldName: 'libType', - label: '库类型', + label: '库名称', }, ]; @@ -42,15 +32,6 @@ export const columns: VxeGridProps['columns'] = [ title: '人员库描述', field: 'libDesc', }, - { - title: '库类型', - field: 'libType', - slots: { default: 'libType' }, - }, - /* { - title: '业务类型', - field: 'busiType', - },*/ { field: 'action', fixed: 'right', @@ -71,7 +52,7 @@ export const modalSchema: FormSchemaGetter = () => [ }, }, { - label: '人员库名称', + label: '库名称', fieldName: 'libName', component: 'Input', rules: 'required', diff --git a/apps/web-antd/src/views/sis/personLibImg/data.tsx b/apps/web-antd/src/views/sis/personLibImg/data.tsx index d697f1d1..e308af09 100644 --- a/apps/web-antd/src/views/sis/personLibImg/data.tsx +++ b/apps/web-antd/src/views/sis/personLibImg/data.tsx @@ -157,7 +157,7 @@ export const modalSchema: FormSchemaGetter = () => [ }, { label: '人像图片', - fieldName: 'imgUrl', + fieldName: 'imgOssId', component: 'ImageUpload', componentProps: { // accept: 'image/*', // 可选拓展名或者mime类型 ,拼接 diff --git a/apps/web-antd/vite.config.mts b/apps/web-antd/vite.config.mts index 24d61422..ad4ca269 100644 --- a/apps/web-antd/vite.config.mts +++ b/apps/web-antd/vite.config.mts @@ -29,7 +29,7 @@ export default defineConfig(async () => { rewrite: (path) => path.replace(/^\/api/, ''), // mock代理目标地址 // target: 'http://192.168.43.169:8080', - target: 'http://127.0.0.1:8080', + target: 'http://192.168.110.207:8080', // target: 'http://192.168.0.108:8080', // target: 'http://192.168.0.106:8080', // target: 'http://47.109.37.87:3010',