| | |
| | | <tr> |
| | | <th>权限编码</th> |
| | | <th>权限名称</th> |
| | | <th>资源路径</th> |
| | | <th>权限描述</th> |
| | | <th>创建时间</th> |
| | | <th>操作</th> |
| | |
| | | {{privilege.pId}} |
| | | </td> |
| | | <td class="mail-ontact">{{privilege.name}}</td> |
| | | <td class="mail-ontact">{{privilege.resource}}</td> |
| | | <td class="mail-subject">{{privilege.description}}</td> |
| | | <td class="">{{vc.dateFormat(privilege.createTime)}}</td> |
| | | <td class="text-right mail-date"> |
| | | <i v-if="privilegeInfo._currentStoreId != '9999'" |
| | | v-on:click="openDeletePrivilegeModel(privilege)" |
| | | class="glyphicon glyphicon-remove"></i> |
| | | <button v-on:click="openDeletePrivilegeModel(privilege)" class="btn btn-sm btn-primary"> |
| | | 删除 |
| | | </button> |
| | | </td> |
| | | </tr> |
| | | |