|
@@ -35,10 +35,10 @@
|
|
|
:default-expand-all="isExpandAll"
|
|
|
:tree-props="{ children: 'children', hasChildren: 'hasChildren' }"
|
|
|
>
|
|
|
- <el-table-column prop="businessName" label="分类名称" width="260"></el-table-column>
|
|
|
- <el-table-column prop="businessName" label="分类图片" width="260">
|
|
|
+ <el-table-column prop="businessName" label="分类名称" ></el-table-column>
|
|
|
+ <el-table-column prop="businessName" label="分类图片" >
|
|
|
<template #default="scope">
|
|
|
- <el-image style="width: 100px; height: 100px" :src="scope.row.businessIcon" fit="fill" />
|
|
|
+ <el-image style="width: 30px; height: 30px" :src="scope.row.businessIcon" fit="fill" />
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|