项目初始化

This commit is contained in:
2023-07-13 14:18:45 +08:00
commit 3035e61840
48 changed files with 14110 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"label": "商品管理",
"position": 3,
"link": {
"type": "generated-index",
"description": "维护商品信息"
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

+9
View File
@@ -0,0 +1,9 @@
---
sidebar_position: 1
sidebar_label: 商品信息
---
## 商品信息
根据<帮助>填写商品信息,商品分组一定要选择相对应的分类,用户端显示一定要选 ‘是’,才能成功上架;
![商品信息](./img/good.dat)
+18
View File
@@ -0,0 +1,18 @@
---
sidebar_position: 2
sidebar_label: 多规格
title: 多规格
---
## 款式设置—单款式
如商品为单一款式,即选择单款式填写价格等信息;
![spec1](./img/spec1.dat)
## 款式设置—多款式
如商品有多种规格,即选择多款式;添加不同规格名,设置不同规格,不同价格,库存等信息;
例如奶茶分为不同温度,不同甜度,不同规格,添加示例如下图;这样就可以生成多种款式方便客户选择;
![spec2](./img/spec2.dat)