feat(material-center): 增加原料库编辑功能并优化列表展示

- 新增原料库编辑功能,包括修改名称、标签等信息
This commit is contained in:
rd
2025-09-17 17:08:58 +08:00
parent 05fd0f912f
commit 11f49e048d
6 changed files with 230 additions and 5 deletions

View File

@ -90,7 +90,7 @@ export const TABLE_COLUMNS = [
{
title: '操作',
dataIndex: 'operation',
width: 120,
width: 180,
fixed: 'right',
},
];