ERPTurbo_Admin/shared/components
shenyifei da1200716a feat(basic-data): 新增档口管理功能并优化瓜农列表
- 移除箱产品列表中的农夫箱类型选项
- 新增 MelonStallList 组件用于档口信息管理
- 重构 MelonFarmerList 组件国际化前缀及参数传递逻辑
- 导出 MelonStallList 组件便于页面引用
- 在基础数据索引文件中添加档口列表导出
- 更新采购订单列表组件支持自定义查询参数
- 添加产地采购和市场采购订单页面
- 完善档口相关国际化文案配置
- 调整供应商类型枚举值及采购订单类型字段
- 优化左侧菜单匹配逻辑以支持子菜单展开显示
- 修改部分接口字段类型定义提升数据准确性
2025-12-20 00:57:33 +08:00
..
docs init commit 2025-11-03 10:21:56 +08:00
src feat(basic-data): 新增档口管理功能并优化瓜农列表 2025-12-20 00:57:33 +08:00
typings init commit 2025-11-03 10:21:56 +08:00
.dumirc.ts init commit 2025-11-03 10:21:56 +08:00
.editorconfig init commit 2025-11-03 10:21:56 +08:00
.eslintrc.js init commit 2025-11-03 10:21:56 +08:00
.fatherrc.ts init commit 2025-11-03 10:21:56 +08:00
.gitignore init commit 2025-11-03 10:21:56 +08:00
.prettierignore init commit 2025-11-03 10:21:56 +08:00
.prettierrc.js init commit 2025-11-03 10:21:56 +08:00
.stylelintrc init commit 2025-11-03 10:21:56 +08:00
LICENSE init commit 2025-11-03 10:21:56 +08:00
package.json init commit 2025-11-03 10:21:56 +08:00
README.md init commit 2025-11-03 10:21:56 +08:00
tsconfig.json init commit 2025-11-03 10:21:56 +08:00

@chageable/components

NPM version NPM downloads

A react library developed with dumi

Usage

TODO

Options

TODO

Development

# install dependencies
$ pnpm install

# develop library by docs demo
$ pnpm start

# build library source code
$ pnpm run build

# build library source code in watch mode
$ pnpm run build:watch

# build docs
$ pnpm run docs:build

# Locally preview the production build.
$ pnpm run docs:preview

# check your project for potential problems
$ pnpm run doctor

LICENSE

MIT