From bee600f5470888d393706280363cdea6dd8346d8 Mon Sep 17 00:00:00 2001 From: chenfang Date: Wed, 13 Mar 2024 17:47:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=87=E8=B4=A7=E7=94=B3=E8=AF=B7=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E5=88=97=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .../stockupMainRequest/stockupMainRequest.data.ts | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 78976cddd..3b38b8cc0 100644 --- a/.env.development +++ b/.env.development @@ -4,7 +4,7 @@ NODE_ENV=development VITE_DEV=false # 请求路径 -VITE_BASE_URL='http://localhost:12080' +VITE_BASE_URL='http://192.168.0.113:12080' # 上传路径 VITE_UPLOAD_URL='http://localhost:12080/admin-api/infra/file/upload' diff --git a/src/views/wms/deliversettlementManage/stockup/stockupMainRequest/stockupMainRequest.data.ts b/src/views/wms/deliversettlementManage/stockup/stockupMainRequest/stockupMainRequest.data.ts index 309b4149b..32c07c6e0 100644 --- a/src/views/wms/deliversettlementManage/stockup/stockupMainRequest/stockupMainRequest.data.ts +++ b/src/views/wms/deliversettlementManage/stockup/stockupMainRequest/stockupMainRequest.data.ts @@ -705,5 +705,16 @@ export const StockupDetailRequest = useCrudSchemas(reactive([ }, isTableForm: false, }, + { + label: '操作', + field: 'action', + isDetail: false, + isForm: false , + table: { + width: 150, + fixed: 'right' + }, + isTableForm:false, + } ]))