修改链接地址

master
sgjj 6 years ago
parent ac217e7c8a
commit 8bb777f9ec
  1. 3
      src/main/webapp/WEB-INF/manager/cms/category/index.ftl

@ -35,6 +35,9 @@
<el-table-column label="属性" align="center" prop="categoryType" :formatter="categoryTypeFormat" width="65">
</el-table-column>
<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 label="列表地址" align="left" prop="categoryListUrl" show-overflow-tooltip>
</el-table-column>

Loading…
Cancel
Save