Commit da373dfa by 无尘

fix: 修改标签字段

parent 7204779d
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-28 16:51:22
* @LastEditors: 无尘
* @LastEditTime: 2020-09-07 16:20:04
* @LastEditTime: 2020-09-07 16:44:48
-->
<template>
......@@ -39,7 +39,7 @@
prop=""
label="标签名称"
show-overflow-tooltip>
<template slot-scope="scope">{{scope.row.memberTagName || '--'}}</template>
<template slot-scope="scope">{{scope.row.tagName || '--'}}</template>
</el-table-column>
<el-table-column
prop=""
......
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