wuxw
2020-01-14 69e2baf5518079bfc16cfadc2fb29842fb3de85d
WebService/src/main/resources/components/auditUserPackage/auditUser-manage/auditUserManage.html
@@ -49,7 +49,7 @@
                    <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>
@@ -64,6 +64,7 @@
                            <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>
@@ -74,7 +75,8 @@
                            <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"
@@ -101,10 +103,6 @@
    </div>
    <vc:create name="addAuditUser"
               callBackListener=""
               callBackFunction=""
    ></vc:create>
    <vc:create name="deleteAuditUser"></vc:create>
</div>