Authored by leo

Update: 操作记录增加部门信息

... ... @@ -214,6 +214,7 @@
<tr>
<th>操作类型</th>
<th>操作人</th>
<th>部门</th>
<th>执行时间</th>
</tr>
</thead>
... ... @@ -223,6 +224,7 @@
<tr>
<td>[[item.operationType]]</td>
<td>[[item.operator]]</td>
<td>[[item.deptName]]</td>
<td>[[item.createTime]]</td>
</tr>
[[/each]]
... ...