|
@@ -5,7 +5,7 @@ function guanbihist(){
|
|
|
$('#selectdiv').slideUp(0);
|
|
|
}
|
|
|
</script>
|
|
|
-<div class="theme-popover" id="selectmaskdiv" style="width: 905px;height: 400px;overflow-y: auto;">
|
|
|
+<div class="theme-popover" id="selectmaskdiv" style="width: 905px;height: 400px;overflow:hidden ;">
|
|
|
<div class="theme-poptit">
|
|
|
<div class="popTitle">
|
|
|
<h4>流程历史</h4>
|
|
@@ -22,7 +22,7 @@ function guanbihist(){
|
|
|
<th width="5%">序号</th>
|
|
|
<th width="10%">操作人</th>
|
|
|
<th width="20%">操作时间</th>
|
|
|
- <th width="15%">流程状态</th>
|
|
|
+ <th width="15%">流程步骤</th>
|
|
|
<th width="15%">处理结果</th>
|
|
|
<th width="30%">处理意见</th>
|
|
|
</tr>
|