This commit is contained in:
yanran200730
2023-08-08 10:53:16 +08:00
3 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@
</el-menu-item> </el-menu-item>
<el-menu-item index="/learning"> <el-menu-item index="/learning">
<i class="el-icon-eleme"></i> <i class="el-icon-eleme"></i>
<span slot="title">学习园地</span> <span slot="title">新手园地</span>
</el-menu-item> </el-menu-item>
<!-- <el-menu-item index="/statistics"> <!-- <el-menu-item index="/statistics">
<i class="el-icon-s-data"></i> <i class="el-icon-s-data"></i>

View File

@@ -2,7 +2,7 @@
<ai-list class="Learning"> <ai-list class="Learning">
<ai-title <ai-title
slot="title" slot="title"
title="学习园地" title="新手园地"
isShowBottomBorder> isShowBottomBorder>
</ai-title> </ai-title>
<template slot="content"> <template slot="content">

View File

@@ -164,7 +164,7 @@
{ slot: 'status' } { slot: 'status' }
], ],
robColConfigs: [ robColConfigs: [
{ prop: 'subPurchaseOrderSn', label: '备货单号', align: 'left' }, { prop: 'subPurchaseOrderSn', width: '180px', label: '备货单号', align: 'left' },
{ slot: 'productName' }, { slot: 'productName' },
{ prop: 'mallName', label: '店铺来源', align: 'center' }, { prop: 'mallName', label: '店铺来源', align: 'center' },
{ slot: 'className'}, { slot: 'className'},