Fix bug#1231 产品-计划中计划描述插入图片,在计划列表不显示,6.5之前版本描述插入图片会显示在计划列表中。

This commit is contained in:
wangyidong
2017-10-31 10:47:28 +08:00
parent b56bacb0e1
commit 9c7e311c8c

View File

@@ -55,7 +55,9 @@
</tr>
</thead>
<tbody>
<?php if($this->loadModel('file'));?>
<?php foreach($plans as $plan):?>
<?php $plan = $this->file->replaceImgURL($plan, 'desc');?>
<tr class='text-center'>
<td class='cell-id'>
<input type='checkbox' name='planIDList[<?php echo $plan->id;?>]' value='<?php echo $plan->id;?>' />