Fix bug#1231 产品-计划中计划描述插入图片,在计划列表不显示,6.5之前版本描述插入图片会显示在计划列表中。
This commit is contained in:
@@ -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;?>' />
|
||||
|
||||
Reference in New Issue
Block a user