Commit b81eb450 b81eb45085703807c58adf5197abb6bd9b2c1196 by zhanghao

commit

1 parent 3cfaf4e3
......@@ -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">
......