feat(资产盘点): 新增资产盘点功能模块

This commit is contained in:
zhang1106
2026-02-26 11:24:00 +08:00
parent 9b7c653836
commit ff543eba30
11 changed files with 2625 additions and 8 deletions
+3 -2
View File
@@ -182,10 +182,11 @@ function CategoryManagement() {
>
<Card size="small" style={{ marginBottom: 16 }}>
<Space>
<Input.Search
<Input
placeholder="搜索分类名称、描述"
style={{ width: 300 }}
onSearch={value => setKeyword(value)}
value={keyword}
onChange={e => setKeyword(e.target.value)}
allowClear
/>
<Select value={status} onChange={setStatus} style={{ width: 120 }}>