From 5074c51d978a490a1d0e9dc116a874d33ddeb16c Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期三, 04 六月 2025 13:22:03 +0800 Subject: [PATCH] DO单excel导入功能 任务工作档优化 --- 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