<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> <% String path = request.getContextPath(); String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path + "/"; %> <%@ include file="../../system/index/top.jsp"%>
序号 名称 流程定义KEY 版本 部署时间 流程bpmn文件名称 流程图片名称 状态 操作
${page.showCount*(page.currentPage-1)+vs.index+1} ${var.NAME_} ${var.KEY_} v.${var.VERSION_} ${fn:substring(var.DEPLOY_TIME_ ,0,19)} ${var.RESOURCE_NAME_} ${var.DGRM_RESOURCE_NAME_} ${var.SUSPENSION_STATE_ == 1 ? '已激活' : '已挂起'}
映射模型 style="display: none;" class="btn btn-info btn-xs" title="激活" onclick="onoff('${var.ID_}','1',this.id,'${vs.index+1}');"> style="display: none;" class="btn btn-info btn-xs" title="挂起" onclick="onoff('${var.ID_}','2',this.id,'${vs.index+1}');">
  • style="display: none;cursor:pointer;" onclick="onoff('${var.ID_}','1',this.id,'${vs.index+1}');" class="tooltip-info" data-rel="tooltip" title="启动">
  • style="display: none;cursor:pointer;" onclick="onoff('${var.ID_}','2',this.id,'${vs.index+1}');" class="tooltip-info" data-rel="tooltip" title="关闭">
您无权查看
没有相关数据
${page.pageStr}
<%@ include file="../../system/index/foot.jsp"%>