Commit 3cfaf4e3 3cfaf4e3229e82f4b2a84e4c484b8c9d61ed229c by zhanghao

commit

1 parent 031cf6b1
......@@ -31,6 +31,16 @@
min-width="1">
</el-table-column>
<el-table-column
prop="agentWeight"
label="代理人权重"
min-width="1">
</el-table-column>
<el-table-column
prop="customerWeight"
label="用户权重"
min-width="1">
</el-table-column>
<el-table-column
prop="userGroupType"
label="用户角色"
min-width="1">
......