parent
4b25c66e7e
commit
a3d8da08f1
After Width: | Height: | Size: 15 KiB |
@ -1,6 +1,6 @@ |
||||
<template> |
||||
<div class="app-container"> |
||||
<doc-alert title="功能开启" url="https://doc.iocoder.cn/mall/build/" /> |
||||
<doc-alert title="【营销】优惠劵" url="https://doc.iocoder.cn/mall/promotion-coupon/" /> |
||||
|
||||
<!-- 搜索工作栏 --> |
||||
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="82px"> |
@ -0,0 +1,15 @@ |
||||
<template> |
||||
<div class="app-container"> |
||||
<doc-alert title="【营销】商城装修" url="https://doc.iocoder.cn/mall/diy/" /> |
||||
|
||||
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3"> |
||||
该功能支持 Vue3 + element-plus 版本! |
||||
</el-link> |
||||
<br /> |
||||
<el-text> |
||||
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/promotion/diy/page/index.vue 代码,pull request 贡献给我们! |
||||
</el-text> |
||||
</div> |
||||
</template> |
||||
<script> |
||||
</script> |
@ -0,0 +1,15 @@ |
||||
<template> |
||||
<div class="app-container"> |
||||
<doc-alert title="【营销】商城装修" url="https://doc.iocoder.cn/mall/diy/" /> |
||||
|
||||
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3"> |
||||
该功能支持 Vue3 + element-plus 版本! |
||||
</el-link> |
||||
<br /> |
||||
<el-text> |
||||
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/promotion/diy/template/index.vue 代码,pull request 贡献给我们! |
||||
</el-text> |
||||
</div> |
||||
</template> |
||||
<script> |
||||
</script> |
@ -0,0 +1,15 @@ |
||||
<template> |
||||
<div class="app-container"> |
||||
<doc-alert title="【统计】会员、商品、交易统计" url="https://doc.iocoder.cn/mall/statistics/" /> |
||||
|
||||
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3"> |
||||
该功能支持 Vue3 + element-plus 版本! |
||||
</el-link> |
||||
<br /> |
||||
<el-text> |
||||
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/statistics/product/index.vue 代码,pull request 贡献给我们! |
||||
</el-text> |
||||
</div> |
||||
</template> |
||||
<script> |
||||
</script> |
Loading…
Reference in new issue