|  |  |  | 
|---|
|  |  |  | row-key="id" | 
|---|
|  |  |  | stripe | 
|---|
|  |  |  | border | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @selection-change="handleSelectionChange" | 
|---|
|  |  |  | > | 
|---|
|  |  |  | <el-table-column type="selection" width="55" align="center" fixed="left"></el-table-column> | 
|---|
|  |  |  | 
|---|
|  |  |  | <el-table-column prop="path" label="访问路径" align="center" min-width="140px"></el-table-column> | 
|---|
|  |  |  | <el-table-column prop="remark" label="备注" align="center" min-width="120px"></el-table-column> | 
|---|
|  |  |  | <el-table-column prop="createUser" label="创建人" align="center" min-width="100px"> | 
|---|
|  |  |  | <template slot-scope="{row}">{{row.createUserInfo == null ? '' : row.createUserInfo.username}}</template> | 
|---|
|  |  |  | <template slot-scope="{row}">{{row.createUserInfo == null ? '' : row.createUserInfo.realname}}</template> | 
|---|
|  |  |  | </el-table-column> | 
|---|
|  |  |  | <el-table-column prop="createTime" label="创建时间" align="center" min-width="140px"></el-table-column> | 
|---|
|  |  |  | <el-table-column prop="updateUser" label="更新人" align="center" min-width="100px"> | 
|---|
|  |  |  | <template slot-scope="{row}">{{row.updateUserInfo == null ? '' : row.updateUserInfo.username}}</template> | 
|---|
|  |  |  | <template slot-scope="{row}">{{row.updateUserInfo == null ? '' : row.updateUserInfo.realname}}</template> | 
|---|
|  |  |  | </el-table-column> | 
|---|
|  |  |  | <el-table-column prop="updateTime" label="更新时间" align="center" min-width="140px"></el-table-column> | 
|---|
|  |  |  | <el-table-column prop="disabled" label="是否启用" align="center" min-width="80px"> | 
|---|