【新增】mall:相关文档的链接
parent
cd96435c25
commit
daa491caca
|
@ -0,0 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<DocAlert title="商城手册(功能开启)" url="https://doc.iocoder.cn/mall/build/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/home/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/home/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
|
</template>
|
|
@ -1,3 +0,0 @@
|
||||||
<template>
|
|
||||||
<div>开发中</div>
|
|
||||||
</template>
|
|
|
@ -1,3 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>开发中</div>
|
<div>
|
||||||
|
<DocAlert title="商城手册(功能开启)" url="https://doc.iocoder.cn/mall/build/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/product/brand/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/product/brand/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -1,3 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>开发中</div>
|
<div>
|
||||||
|
<DocAlert title="【商品】商品分类" url="https://doc.iocoder.cn/mall/product-category/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/product/category/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/product/category/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<DocAlert title="【商品】商品评价" url="https://doc.iocoder.cn/mall/product-comment/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/product/comment/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/product/comment/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
|
</template>
|
|
@ -1,3 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>开发中</div>
|
<div>
|
||||||
|
<DocAlert title="【商品】商品属性" url="https://doc.iocoder.cn/mall/product-property/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/product/property/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/product/property/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -1,3 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>开发中</div>
|
<div>
|
||||||
|
<DocAlert title="【商品】商品 SPU 与 SKU" url="https://doc.iocoder.cn/mall/product-spu-sku/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/product/spu/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/product/spu/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<DocAlert title="自动回复" url="https://doc.iocoder.cn/mall/auto-reply/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
|
</template>
|
|
@ -0,0 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<DocAlert title="自动回复" url="https://doc.iocoder.cn/mall/auto-reply/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
|
</template>
|
|
@ -0,0 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<DocAlert title="自动回复" url="https://doc.iocoder.cn/mall/auto-reply/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
|
</template>
|
|
@ -0,0 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<DocAlert title="自动回复" url="https://doc.iocoder.cn/mall/auto-reply/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
|
</template>
|
|
@ -0,0 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<DocAlert title="自动回复" url="https://doc.iocoder.cn/mall/auto-reply/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
|
</template>
|
|
@ -0,0 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<DocAlert title="自动回复" url="https://doc.iocoder.cn/mall/auto-reply/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
|
</template>
|
|
@ -0,0 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<DocAlert title="自动回复" url="https://doc.iocoder.cn/mall/auto-reply/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
|
</template>
|
|
@ -1,3 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>开发中</div>
|
<div>
|
||||||
|
<DocAlert title="自动回复" url="https://doc.iocoder.cn/mall/auto-reply/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<DocAlert title="自动回复" url="https://doc.iocoder.cn/mall/auto-reply/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
|
</template>
|
|
@ -1,3 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>开发中</div>
|
<div>
|
||||||
|
<DocAlert title="自动回复" url="https://doc.iocoder.cn/mall/auto-reply/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -1,3 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>开发中</div>
|
<div>
|
||||||
|
<DocAlert title="自动回复" url="https://doc.iocoder.cn/mall/auto-reply/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<DocAlert title="自动回复" url="https://doc.iocoder.cn/mall/auto-reply/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
|
</template>
|
|
@ -0,0 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<DocAlert title="自动回复" url="https://doc.iocoder.cn/mall/auto-reply/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
|
</template>
|
|
@ -1,3 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>开发中</div>
|
<div>
|
||||||
|
<DocAlert title="自动回复" url="https://doc.iocoder.cn/mall/auto-reply/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<DocAlert title="自动回复" url="https://doc.iocoder.cn/mall/auto-reply/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
|
</template>
|
|
@ -0,0 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<DocAlert title="自动回复" url="https://doc.iocoder.cn/mall/auto-reply/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
|
</template>
|
|
@ -1,3 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>开发中</div>
|
<div>
|
||||||
|
<DocAlert title="自动回复" url="https://doc.iocoder.cn/mall/auto-reply/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -1,3 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>开发中</div>
|
<div>
|
||||||
|
<DocAlert title="自动回复" url="https://doc.iocoder.cn/mall/auto-reply/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<DocAlert title="自动回复" url="https://doc.iocoder.cn/mall/auto-reply/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
|
</template>
|
|
@ -0,0 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<DocAlert title="自动回复" url="https://doc.iocoder.cn/mall/auto-reply/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
|
</template>
|
|
@ -0,0 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<DocAlert title="自动回复" url="https://doc.iocoder.cn/mall/auto-reply/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/autoReply/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
|
</template>
|
|
@ -1,3 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>开发中</div>
|
<div>
|
||||||
|
<DocAlert title="【交易】售后退款" url="https://doc.iocoder.cn/mall/trade-aftersale/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/trade/afterSale/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/trade/afterSale/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<DocAlert title="【交易】分销返佣" url="https://doc.iocoder.cn/mall/trade-brokerage/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/trade/brokerage/record/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/trade/brokerage/record/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
|
</template>
|
|
@ -0,0 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<DocAlert title="【交易】分销返佣" url="https://doc.iocoder.cn/mall/trade-brokerage/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/trade/brokerage/user/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/trade/brokerage/user/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
|
</template>
|
|
@ -0,0 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<DocAlert title="【交易】分销返佣" url="https://doc.iocoder.cn/mall/trade-brokerage/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/trade/brokerage/withdraw/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/trade/brokerage/withdraw/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
|
</template>
|
|
@ -0,0 +1,18 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<DocAlert title="【交易】交易订单" url="https://doc.iocoder.cn/mall/trade-order/" />
|
||||||
|
<DocAlert title="【交易】购物车" url="https://doc.iocoder.cn/mall/trade-cart/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/trade/config/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/trade/config/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
|
</template>
|
|
@ -0,0 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<DocAlert title="【交易】快递发货" url="https://doc.iocoder.cn/mall/trade-delivery-express/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/trade/delivery/express/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/trade/delivery/express/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
|
</template>
|
|
@ -0,0 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<DocAlert title="【交易】快递发货" url="https://doc.iocoder.cn/mall/trade-delivery-express/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/trade/delivery/expressTemplate/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/trade/delivery/expressTemplate/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
|
</template>
|
|
@ -0,0 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<DocAlert title="【交易】快递发货" url="https://doc.iocoder.cn/mall/trade-delivery-express/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/trade/delivery/pickUpOrder/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/trade/delivery/pickUpOrder/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
|
</template>
|
|
@ -0,0 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<DocAlert title="【交易】快递发货" url="https://doc.iocoder.cn/mall/trade-delivery-express/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/trade/delivery/pickUpStore/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/trade/delivery/pickUpStore/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
|
</template>
|
|
@ -1,3 +1,17 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>开发中</div>
|
<div>
|
||||||
|
<DocAlert title="自动回复" url="https://doc.iocoder.cn/mall/auto-reply/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/trade/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/trade/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -1,3 +1,18 @@
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>开发中</div>
|
<div>
|
||||||
|
<DocAlert title="【交易】交易订单" url="https://doc.iocoder.cn/mall/trade-order/" />
|
||||||
|
<DocAlert title="【交易】购物车" url="https://doc.iocoder.cn/mall/trade-cart/" />
|
||||||
|
|
||||||
|
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||||
|
该功能支持 Vue3 + element-plus 版本!
|
||||||
|
</a-button>
|
||||||
|
<br />
|
||||||
|
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/trade/order/index.vue">
|
||||||
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/trade/order/index.vue 代码,pull request 贡献给我们!
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue