后台UI
Go to file
tk 244d70e6f2 【类 型】:refactor
【主	题】:飞机状态组件 修改
【描	述】:
	[原因]:其他组件也是从父级拿 代码公用
	[过程]:飞机状态 由父级已参数传过来
	[影响]:
【结	束】

# 类型 包含:
# feat:新功能(feature)
# fix:修补bug
# docs:文档(documentation)
# style: 格式(不影响代码运行的变动)
# refactor:重构(即不是新增功能,也不是修改bug的代码变动)
# test:增加测试
# chore:构建过程或辅助工具的变动
2024-07-10 19:36:33 +08:00
public 【类 型】:feat 2024-06-14 20:51:33 +08:00
src 【类 型】:refactor 2024-07-10 19:36:33 +08:00
.browserslistrc 订单status控件 退货状态控件 2023-11-09 15:20:28 +08:00
.editorconfig 订单status控件 退货状态控件 2023-11-09 15:20:28 +08:00
.eslintrc.js 订单status控件 退货状态控件 2023-11-09 15:20:28 +08:00
.gitignore git 2024-05-31 02:06:57 +08:00
babel.config.js 订单status控件 退货状态控件 2023-11-09 15:20:28 +08:00
package-lock.json 【类 型】:refactor 2024-07-05 15:53:56 +08:00
package.json 【类 型】:refactor 2024-07-05 15:53:56 +08:00
README.md 更新 README.md 2024-06-13 18:14:18 +08:00

food

项目初始化

npm install

项目开发运行

npm run dev

编译生产运行

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.