Merge remote-tracking branch 'origin/master'

This commit is contained in:
wwb 2019-12-13 14:46:54 +08:00
commit 08c4593ca4
1 changed files with 4 additions and 1 deletions

View File

@ -36,6 +36,9 @@
<el-table-column label="属性" align="center" prop="categoryType" :formatter="categoryTypeFormat" width="65"> <el-table-column label="属性" align="center" prop="categoryType" :formatter="categoryTypeFormat" width="65">
</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">
{{"{ms:global.url/}"+scope.row.categoryPath+"/index.html"}}
</template>
</el-table-column> </el-table-column>
<el-table-column label="列表地址" align="left" prop="categoryListUrl" show-overflow-tooltip> <el-table-column label="列表地址" align="left" prop="categoryListUrl" show-overflow-tooltip>
</el-table-column> </el-table-column>