| | |
| | | <div class="ibox-tools" style="top:10px;"> |
| | | <button type="button" class="btn btn-primary btn-sm" v-on:click="_openAddAuditUserModal()"> |
| | | <i class="glyphicon glyphicon-plus"></i> |
| | | 添加审核人员 |
| | | 添加 |
| | | </button> |
| | | </div> |
| | | </div> |
| | |
| | | <th class="text-center">用户ID</th> |
| | | <th class="text-center">用户名称</th> |
| | | <th class="text-center">审核环节</th> |
| | | <th class="text-center">流程对象</th> |
| | | <th class="text-center">操作</th> |
| | | |
| | | |
| | |
| | | <td class="text-center">{{auditUser.auditUserId}}</td> |
| | | <td class="text-center">{{auditUser.userId}}</td> |
| | | <td class="text-center">{{auditUser.userName}}</td> |
| | | <td class="text-center">{{auditUser.auditLink}}</td> |
| | | <td class="text-center">{{auditUser.auditLinkName}}</td> |
| | | <td class="text-center">{{auditUser.objCodeName}}</td> |
| | | <td class="text-center"> |
| | | <div class="btn-group"> |
| | | <button class="btn-white btn btn-xs" |
| | |
| | | </div> |
| | | |
| | | |
| | | <vc:create name="addAuditUser" |
| | | callBackListener="" |
| | | callBackFunction="" |
| | | ></vc:create> |
| | | <vc:create name="deleteAuditUser"></vc:create> |
| | | |
| | | </div> |