Commit ef24ca7e authored by Mac's avatar Mac

1

parent 9fd996a7
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<el-table-column prop="UserName" label="用户名称"> <el-table-column prop="UserName" label="用户名称">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{scope.row.UserName}} <span style="cursor: pointer;text-decoration: underline;" @click="guanlianbrand(scope.row.UserId)">{{scope.row.UserId}}</span> </span> <span>{{scope.row.UserName}} <span style="cursor: pointer;text-decoration: underline;font-size: 12px;" @click="guanlianbrand(scope.row.UserId)">关联品牌</span> </span>
</template> </template>
</el-table-column> </el-table-column>
......
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