|
@@ -110,8 +110,8 @@
|
|
|
<el-table-column label="角色类型" width="150">
|
|
|
<template slot-scope="scope">
|
|
|
<span v-if="scope.row.roleType == '1'">系统角色</span>
|
|
|
- <span v-if="scope.row.roleType == '2'">门店角色</span>
|
|
|
- <span v-if="scope.row.roleType == '3'">商户角色</span>
|
|
|
+ <span v-if="scope.row.roleType == '2'">渠道角色</span>
|
|
|
+ <span v-if="scope.row.roleType == '3'">经销商角色</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="显示顺序" prop="roleSort" width="100" />
|