|
@@ -35,13 +35,10 @@
|
|
|
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
|
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
|
|
- <el-table
|
|
|
|
|
- height="500" border
|
|
|
|
|
- v-loading="loading"
|
|
|
|
|
|
|
+ <el-table height="800" border v-loading="loading"
|
|
|
:data="storeProductCategoryList"
|
|
:data="storeProductCategoryList"
|
|
|
row-key="cateId"
|
|
row-key="cateId"
|
|
|
- :tree-props="{children: 'children', hasChildren: 'hasChildren'}"
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ :tree-props="{children: 'children', hasChildren: 'hasChildren'}">
|
|
|
<el-table-column label="分类名称" align="left" prop="cateName" />
|
|
<el-table-column label="分类名称" align="left" prop="cateName" />
|
|
|
<el-table-column label="所属店铺" align="center" prop="storeId" :formatter="storeNameFormatter" v-if="medicalMallConfig.isStores"/>
|
|
<el-table-column label="所属店铺" align="center" prop="storeId" :formatter="storeNameFormatter" v-if="medicalMallConfig.isStores"/>
|
|
|
<el-table-column label="状态" align="center" prop="isShow">
|
|
<el-table-column label="状态" align="center" prop="isShow">
|