<?php if(!$model->isNewRecord):?>
<tr>
<th width="100px" class="bh-algRt"><?php echo $form->label($model,'order_sn'); ?>:</th>
<td width="300px" colspan=3><?php echo $model->order_sn?></td>
</tr>
<?php endif;?>
本文共 262 字,大约阅读时间需要 1 分钟。
<?php if(!$model->isNewRecord):?>
<tr>
<th width="100px" class="bh-algRt"><?php echo $form->label($model,'order_sn'); ?>:</th>
<td width="300px" colspan=3><?php echo $model->order_sn?></td>
</tr>
<?php endif;?>
转载于:https://my.oschina.net/guomingliang/blog/297342