From 553ffd71e38c1fcae9c678dae1106e820bbd5127 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期三, 04 六月 2025 08:10:47 +0800 Subject: [PATCH] 任务执行优化修改 --- rsf-admin/src/page/work/components/locItemInfoModal.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rsf-admin/src/page/work/components/locItemInfoModal.jsx b/rsf-admin/src/page/work/components/locItemInfoModal.jsx index 3f7d883..9061c88 100644 --- a/rsf-admin/src/page/work/components/locItemInfoModal.jsx +++ b/rsf-admin/src/page/work/components/locItemInfoModal.jsx @@ -172,7 +172,7 @@ { field: 'maktx', headerName: translate('table.field.locItem.maktx'), width: 300 }, { field: 'batch', headerName: translate('table.field.locItem.batch'), width: 100 }, { field: 'anfme', headerName: translate('table.field.locItem.anfme'), width: 100 }, - { field: 'workQty', headerName: translate('table.field.locItem.workQty'), width: 100 }, + // { field: 'workQty', headerName: translate('table.field.locItem.workQty'), width: 100 }, { field: 'unit', headerName: translate('table.field.locItem.unit'), width: 100 }, ]) -- Gitblit v1.9.1