完善 MALL、CRM、ERP 文档说明

This commit is contained in:
YunaiV
2024-02-26 20:23:14 +08:00
parent c792e69aa5
commit 249fe126ee
89 changed files with 212 additions and 7 deletions

View File

@@ -1,4 +1,6 @@
<template>
<doc-alert title="商城手册(功能开启)" url="https://doc.iocoder.cn/mall/build/" />
<div class="flex flex-col">
<!-- 数据对照 -->
<el-row :gutter="16" class="row">

View File

@@ -1,4 +1,6 @@
<template>
<doc-alert title="商城手册(功能开启)" url="https://doc.iocoder.cn/mall/build/" />
<!-- 搜索工作栏 -->
<ContentWrap>
<el-form

View File

@@ -1,4 +1,6 @@
<template>
<doc-alert title="【商品】商品分类" url="https://doc.iocoder.cn/mall/product-category/" />
<!-- 搜索工作栏 -->
<ContentWrap>
<el-form

View File

@@ -1,4 +1,6 @@
<template>
<doc-alert title="【商品】商品评价" url="https://doc.iocoder.cn/mall/product-comment/" />
<ContentWrap>
<!-- 搜索工作栏 -->
<el-form

View File

@@ -1,4 +1,6 @@
<template>
<doc-alert title="【商品】商品属性" url="https://doc.iocoder.cn/mall/product-property/" />
<!-- 搜索工作栏 -->
<ContentWrap>
<el-form

View File

@@ -1,5 +1,7 @@
<!-- 商品中心 - 商品列表 -->
<template>
<doc-alert title="【商品】商品 SPU 与 SKU" url="https://doc.iocoder.cn/mall/product-spu-sku/" />
<!-- 搜索工作栏 -->
<ContentWrap>
<el-form

View File

@@ -1,4 +1,6 @@
<template>
<doc-alert title="【营销】内容管理" url="https://doc.iocoder.cn/mall/promotion-content/" />
<ContentWrap>
<!-- 搜索工作栏 -->
<el-form

View File

@@ -1,4 +1,6 @@
<template>
<doc-alert title="【营销】内容管理" url="https://doc.iocoder.cn/mall/promotion-content/" />
<ContentWrap>
<!-- 搜索工作栏 -->
<el-form

View File

@@ -1,4 +1,6 @@
<template>
<doc-alert title="【营销】砍价活动" url="https://doc.iocoder.cn/mall/promotion-bargain/" />
<ContentWrap>
<!-- 搜索工作栏 -->
<el-form

View File

@@ -1,4 +1,6 @@
<template>
<doc-alert title="【营销】砍价活动" url="https://doc.iocoder.cn/mall/promotion-bargain/" />
<ContentWrap>
<!-- 搜索工作栏 -->
<el-form

View File

@@ -1,4 +1,6 @@
<template>
<doc-alert title="【营销】拼团活动" url="https://doc.iocoder.cn/mall/promotion-combination/" />
<ContentWrap>
<!-- 搜索工作栏 -->
<el-form

View File

@@ -1,4 +1,6 @@
<template>
<doc-alert title="【营销】拼团活动" url="https://doc.iocoder.cn/mall/promotion-combination/" />
<!-- 统计信息展示 -->
<el-row :gutter="12">
<el-col :span="6">

View File

@@ -1,5 +1,5 @@
<template>
<doc-alert title="功能开启" url="https://doc.iocoder.cn/mall/build/" />
<doc-alert title="【营销】优惠劵" url="https://doc.iocoder.cn/mall/promotion-coupon/" />
<!-- 搜索工作栏 -->
<ContentWrap>

View File

@@ -1,5 +1,5 @@
<template>
<doc-alert title="功能开启" url="https://doc.iocoder.cn/mall/build/" />
<doc-alert title="【营销】优惠劵" url="https://doc.iocoder.cn/mall/promotion-coupon/" />
<!-- 搜索工作栏 -->
<ContentWrap>

View File

@@ -1,4 +1,6 @@
<template>
<doc-alert title="【营销】限时折扣" url="https://doc.iocoder.cn/mall/promotion-discount/" />
<ContentWrap>
<!-- 搜索工作栏 -->
<el-form

View File

@@ -1,4 +1,6 @@
<template>
<doc-alert title="【营销】商城装修" url="https://doc.iocoder.cn/mall/diy/" />
<ContentWrap>
<!-- 搜索工作栏 -->
<el-form

View File

@@ -1,4 +1,6 @@
<template>
<doc-alert title="【营销】商城装修" url="https://doc.iocoder.cn/mall/diy/" />
<ContentWrap>
<!-- 搜索工作栏 -->
<el-form

View File

@@ -1,4 +1,6 @@
<template>
<doc-alert title="【营销】满减送" url="https://doc.iocoder.cn/mall/promotion-record/" />
<!-- 搜索工作栏 -->
<ContentWrap>
<el-form

View File

@@ -1,4 +1,6 @@
<template>
<doc-alert title="【营销】秒杀活动" url="https://doc.iocoder.cn/mall/promotion-seckill/" />
<ContentWrap>
<!-- 搜索工作栏 -->
<el-form

View File

@@ -1,5 +1,5 @@
<template>
<doc-alert title="功能开启" url="https://doc.iocoder.cn/mall/build/" />
<doc-alert title="【营销】秒杀活动" url="https://doc.iocoder.cn/mall/promotion-seckill/" />
<!-- 搜索工作栏 -->
<ContentWrap>

View File

@@ -1,4 +1,6 @@
<template>
<doc-alert title="【统计】会员、商品、交易统计" url="https://doc.iocoder.cn/mall/statistics/" />
<div class="flex flex-col">
<el-row :gutter="16" class="summary">
<el-col :sm="6" :xs="12" v-loading="loading">
@@ -269,8 +271,9 @@ const getMemberSexStatisticsList = async () => {
const dictDataList = getIntDictOptions(DICT_TYPE.SYSTEM_USER_SEX)
dictDataList.push({ label: '未知', value: null } as any)
sexChartOptions.series![0].data = dictDataList.map((dictData: DictDataType) => {
const userCount = list.find((item: MemberSexStatisticsRespVO) => item.sex === dictData.value)
?.userCount
const userCount = list.find(
(item: MemberSexStatisticsRespVO) => item.sex === dictData.value
)?.userCount
return {
name: dictData.label,
value: userCount || 0

View File

@@ -1,4 +1,6 @@
<template>
<doc-alert title="【统计】会员、商品、交易统计" url="https://doc.iocoder.cn/mall/statistics/" />
<!-- 商品概览 -->
<ProductSummary />
<!-- 商品排行 -->

View File

@@ -1,4 +1,6 @@
<template>
<doc-alert title="【统计】会员、商品、交易统计" url="https://doc.iocoder.cn/mall/statistics/" />
<div class="flex flex-col">
<el-row :gutter="16" class="summary">
<el-col :sm="6" :xs="12">

View File

@@ -1,4 +1,6 @@
<template>
<doc-alert title="【交易】售后退款" url="https://doc.iocoder.cn/mall/trade-aftersale/" />
<!-- 搜索 -->
<ContentWrap>
<el-form ref="queryFormRef" :inline="true" :model="queryParams" label-width="68px">

View File

@@ -1,4 +1,6 @@
<template>
<doc-alert title="【交易】分销返佣" url="https://doc.iocoder.cn/mall/trade-brokerage/" />
<ContentWrap>
<!-- 搜索工作栏 -->
<el-form

View File

@@ -1,4 +1,6 @@
<template>
<doc-alert title="【交易】分销返佣" url="https://doc.iocoder.cn/mall/trade-brokerage/" />
<ContentWrap>
<!-- 搜索工作栏 -->
<el-form

View File

@@ -1,4 +1,6 @@
<template>
<doc-alert title="【交易】分销返佣" url="https://doc.iocoder.cn/mall/trade-brokerage/" />
<ContentWrap>
<!-- 搜索工作栏 -->
<el-form

View File

@@ -1,4 +1,7 @@
<template>
<doc-alert title="【交易】交易订单" url="https://doc.iocoder.cn/mall/trade-order/" />
<doc-alert title="【交易】购物车" url="https://doc.iocoder.cn/mall/trade-cart/" />
<ContentWrap>
<el-form
ref="formRef"

View File

@@ -1,4 +1,6 @@
<template>
<doc-alert title="【交易】快递发货" url="https://doc.iocoder.cn/mall/trade-delivery-express/" />
<!-- 搜索工作栏 -->
<ContentWrap>
<el-form

View File

@@ -1,4 +1,6 @@
<template>
<doc-alert title="【交易】快递发货" url="https://doc.iocoder.cn/mall/trade-delivery-express/" />
<!-- 搜索工作栏 -->
<ContentWrap>
<el-form

View File

@@ -1,4 +1,7 @@
<template>
<doc-alert title="【交易】交易订单" url="https://doc.iocoder.cn/mall/trade-order/" />
<doc-alert title="【交易】购物车" url="https://doc.iocoder.cn/mall/trade-cart/" />
<!-- 搜索 -->
<ContentWrap>
<el-form

View File

@@ -1,4 +1,6 @@
<template>
<doc-alert title="【交易】快递发货" url="https://doc.iocoder.cn/mall/trade-delivery-express/" />
<!-- 搜索工作栏 -->
<ContentWrap>
<el-form ref="queryFormRef" :inline="true" :model="queryParams" class="-mb-15px">

View File

@@ -1,4 +1,7 @@
<template>
<doc-alert title="【交易】交易订单" url="https://doc.iocoder.cn/mall/trade-order/" />
<doc-alert title="【交易】购物车" url="https://doc.iocoder.cn/mall/trade-cart/" />
<!-- 搜索 -->
<ContentWrap>
<el-form