Jelajahi Sumber

流程页面展示修改

user5 4 tahun lalu
induk
melakukan
e9426f1b5d

+ 3 - 3
src/main/webapp/webpage/modules/act/actModelList.jsp

@@ -101,8 +101,8 @@
 					<tr>
 						<th> <input type="checkbox" class="i-checks"></th>
 						<th>流程分类</th>
-						<th>模型ID</th>
-						<th>模型标识</th>
+						<%--<th>模型ID</th>--%>
+						<th width="160px">模型标识</th>
 						<th>模型名称</th>
 						<th>版本号</th>
 						<th>创建时间</th>
@@ -115,7 +115,7 @@
 						<tr>
 							<td> <input type="checkbox" id="${model.id}" class="i-checks"></td>
 							<td><a href="javascript:updateCategory('${model.id}', '${model.category}')" title="设置分类">${fns:getDictLabel(model.category,'act_category','无分类')}</a></td>
-							<td>${model.id}</td>
+							<%--<td>${model.id}</td>--%>
 							<td>${model.key}</td>
 							<td>${model.name}</td>
 							<td><b title='流程版本号'>V: ${model.version}</b></td>

+ 4 - 4
src/main/webapp/webpage/modules/act/actProcessList.jsp

@@ -98,7 +98,7 @@
 					<thead>
 					<tr>
 						<th>流程分类</th>
-						<th>流程ID</th>
+						<%--<th>流程ID</th>--%>
 						<th>流程标识</th>
 						<th>流程名称</th>
 						<th>流程版本</th>
@@ -114,12 +114,12 @@
 						<c:set var="deployment" value="${object[1]}" />
 						<tr>
 							<td><a href="javascript:updateCategory('${process.id}', '${process.category}')" title="设置分类">${fns:getDictLabel(process.category,'act_category','无分类')}</a></td>
-							<td>${process.id}</td>
+							<%--<td>${process.id}</td>--%>
 							<td>${process.key}</td>
 							<td>${process.name}</td>
 							<td><b title='流程版本号'>V: ${process.version}</b></td>
-							<td><a target="_blank" href="${ctx}/act/process/resource/read?procDefId=${process.id}&resType=xml">${process.resourceName}</a></td>
-							<td><a target="_blank" href="${ctx}/act/process/resource/read?procDefId=${process.id}&resType=image">${process.diagramResourceName}</a></td>
+							<td><a target="_blank" style="width:200px;display:block;overflow:hidden;word-break:keep-all;white-space:nowrap;text-overflow:ellipsis;" href="${ctx}/act/process/resource/read?procDefId=${process.id}&resType=xml">${process.resourceName}</a></td>
+							<td><a target="_blank" style="width:200px;display:block;overflow:hidden;word-break:keep-all;white-space:nowrap;text-overflow:ellipsis;" href="${ctx}/act/process/resource/read?procDefId=${process.id}&resType=image">${process.diagramResourceName}</a></td>
 							<td><fmt:formatDate value="${deployment.deploymentTime}" pattern="yyyy-MM-dd HH:mm:ss"/></td>
 							<td>
 								<c:if test="${process.suspended}">