cashier_admin_app/commons
YeMingfei666 70a2e621fc 增加未绑定状态 2024-10-25 18:09:58 +08:00
..
JSON first 2024-09-10 10:49:47 +08:00
class 更新部分样式,增加部分功能 2024-09-29 16:14:45 +08:00
style 修改调整页面样式 2024-10-18 16:28:04 +08:00
utils 合并代码 2024-10-24 15:47:06 +08:00
color.js first 2024-09-10 10:49:47 +08:00
goodsData.js 更新代客下单无台桌下单,更新台桌列表 2024-10-25 11:41:14 +08:00
orderEnum.js 增加订单状态文件 2024-09-14 18:24:59 +08:00
readme.txt first 2024-09-10 10:49:47 +08:00
table-status.js 增加未绑定状态 2024-10-25 18:09:58 +08:00
week.js first 2024-09-10 10:49:47 +08:00

readme.txt

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

该文件夹内放置: 项目自建资源, 比如 公共样式文件, 和 工具包等文件。 


目录结构:
commons 
   style 
   utils

知识点: 样式文件不应该放置到 static文件夹内css、less/scss 等资源不要放在 static 目录下,建议这些公用的资源放在自建的 common 目录下。),  详见:
https://uniapp.dcloud.net.cn/tutorial/project.html