| | |
| | | <el-table-column prop="roleName" show-overflow-tooltip label="所属角色" /> |
| | | <el-table-column prop="deptName" show-overflow-tooltip label="所属部门" /> |
| | | <el-table-column prop="phone" show-overflow-tooltip width="120" label="手机号" /> |
| | | <el-table-column label="操作" class-name="operation-btns" width="180"> |
| | | <el-table-column label="操作" class-name="operation-btns" width="180" fixed="right"> |
| | | <template v-slot="{ row }"> |
| | | <el-link @click="handleView(row)">查看</el-link> |
| | | <el-link v-if="permission.orderUser_edit" @click="handleEdit(row)">编辑</el-link> |