processactivityinfo.vm

来自「工作流的基本资料(文档资料」· VM 代码 · 共 23 行

VM
23
字号
				<table border=0 cellspacing=8 cellpadding=0>
					<tr>
						<td valign=top align=right nowrap>Process name :</td>
						<td valign=top><b>$processDefinition.Name</b></td>
					</tr>
					<tr>
						<td valign=top align=right nowrap>Process description :</td>
						<td valign=top><b>$processDefinition.Description</b></td>
					</tr>
#if ($preview == 'activity')
					<tr>
						<td valign=top align=right nowrap>Activity name :</td>
						<td valign=top><b>$activity.Name</b></td>
					</tr>
	#if ($activity.Description)
					<tr>
						<td valign=top align=right nowrap>Activity description :</td>
						<td valign=top><b>$activity.Description</b></td>
					</tr>
	#end
#end
				</table>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?