Commit 08c4593c authored by wwb's avatar wwb

Merge remote-tracking branch 'origin/master'

parents d72bd49c e4f6f467
...@@ -36,7 +36,10 @@ ...@@ -36,7 +36,10 @@
<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>
</el-table-column> <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 label="列表地址" align="left" prop="categoryListUrl" show-overflow-tooltip>
</el-table-column> </el-table-column>
<el-table-column label="内容地址" align="left" prop="categoryUrl" show-overflow-tooltip> <el-table-column label="内容地址" align="left" prop="categoryUrl" show-overflow-tooltip>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment