|
|
|
@ -43,6 +43,8 @@ |
|
|
|
<el-table-column label="标题" align="left" prop="categoryTitle"> |
|
|
|
<el-table-column label="标题" align="left" prop="categoryTitle"> |
|
|
|
</el-table-column> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="属性" align="center" prop="categoryType" :formatter="categoryTypeFormat" width="70"> |
|
|
|
<el-table-column label="属性" align="center" prop="categoryType" :formatter="categoryTypeFormat" width="70"> |
|
|
|
|
|
|
|
</el-table-column> |
|
|
|
|
|
|
|
<el-table-column label="排序" align="center" prop="categorySort" width="70"> |
|
|
|
</el-table-column> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="链接地址" align="left" prop="categoryPath" show-overflow-tooltip> |
|
|
|
<el-table-column label="链接地址" align="left" prop="categoryPath" show-overflow-tooltip> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
|