Commit 9702105b by wangkai

还原修改状态修改

parent dac14b6d
......@@ -108,7 +108,7 @@
<span>
</small>
<a style='color:#999999' href='changestatus.php?id=<?php echo $row['id']?'>
<a style='color:#999999' href='javascript:changestatus({$row['id']})'>
修改状态
</a>
</small>
......@@ -116,7 +116,7 @@
<small>
<i class=\"icon-comment\"></i>
上报时间 {$row['addtime']}
</small>
</small>
</span>
<p>git 提交当前分支 [ {$row['gitCurrentBranch']} ]</p>
<p>git 最后一次提交记录 [ {$row['gitCommitHash']} ] </p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment