* Adjust page.
This commit is contained in:
@@ -46,8 +46,8 @@ $lang->report->workload = '员工负载表';
|
||||
$lang->report->workloadAB = '工作负载';
|
||||
$lang->report->bugOpenedDate = 'Bug创建时间';
|
||||
$lang->report->beginAndEnd = '起止时间';
|
||||
$lang->report->begin = '起始时间';
|
||||
$lang->report->end = '结束时间';
|
||||
$lang->report->begin = '起始日期';
|
||||
$lang->report->end = '结束日期';
|
||||
$lang->report->dept = '部门';
|
||||
$lang->report->deviationChart = '执行偏差曲线';
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<div class='side-col col-lg' id='sidebar'>
|
||||
<?php include 'blockreportlist.html.php';?>
|
||||
</div>
|
||||
<div class='main-col'>
|
||||
<div class='main-col w-800px'>
|
||||
<?php if(empty($assigns)):?>
|
||||
<div class="cell">
|
||||
<div class="table-empty-tip">
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<div class='side-col col-lg' id='sidebar'>
|
||||
<?php include 'blockreportlist.html.php';?>
|
||||
</div>
|
||||
<div class='main-col'>
|
||||
<div class='main-col w-800px'>
|
||||
<div class='cell'>
|
||||
<div class="row" id='conditions'>
|
||||
<div class='col-sm-4'>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<div class='side-col col-lg' id='sidebar'>
|
||||
<?php include 'blockreportlist.html.php';?>
|
||||
</div>
|
||||
<div class='main-col'>
|
||||
<div class='main-col w-800px'>
|
||||
<?php if(empty($products)):?>
|
||||
<div class="cell">
|
||||
<div class="table-empty-tip">
|
||||
@@ -97,7 +97,7 @@
|
||||
</tr>
|
||||
<?php endforeach;?>
|
||||
</tbody>
|
||||
</table>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<div class='side-col col-lg' id='sidebar'>
|
||||
<?php include 'blockreportlist.html.php';?>
|
||||
</div>
|
||||
<div class='main-col'>
|
||||
<div class='main-col w-800px'>
|
||||
<div class='cell'>
|
||||
<form method='post'>
|
||||
<div class="row" id='conditions'>
|
||||
|
||||
Reference in New Issue
Block a user