|
@@ -28,7 +28,7 @@
|
|
|
<el-table class="data-table" ref="data-table" :data="dataList" >
|
|
|
<sa-td type="index" name="序号"></sa-td>
|
|
|
<sa-td name="角色名称" prop="roleName" ></sa-td>
|
|
|
- <sa-td name="类型" prop="userType" type="enum" :jv="{1: '普通边民', 2: '边民组长', 3: '收购商', 4: '司机', 5: '外籍商户'}"></sa-td>
|
|
|
+ <sa-td name="类型" prop="userType" type="enum" :jv="{1: '普通边民', 2: '边民组长', 3: '收购商', 4: '司机', 5: '外籍商户', 6: '合作社'}"></sa-td>
|
|
|
<el-table-column label="操作" fixed="right" width="120px">
|
|
|
<template slot-scope="s">
|
|
|
<el-button class="c-btn" type="success" icon="el-icon-set-up" @click="AssignAuth(s.row)">菜单权限</el-button>
|