优化店铺段报错问题,后续会配置开发环境以及生产环境动态CDN优化

This commit is contained in:
lemon橪
2021-08-20 17:45:57 +08:00
parent b59da2c101
commit 7caa2fd40d
23 changed files with 362 additions and 488 deletions

View File

@@ -68,6 +68,7 @@ export default {
components: {},
data() {
return {
selectDate:[],
loading: true, // 表单加载状态
searchForm: {
// 搜索框初始化对象

View File

@@ -22,7 +22,7 @@
v-for="(tab, tabIndex) in goodsList"
:key="tabIndex"
:label="tab.hour"
:name="tabIndex"
:name="tabIndex + ''"
>
<Table
:loading="loading"