验证码: 看不清楚,换一张 查询 注册会员,免验证
  • {{ basic.site_slogan }}
  • 打开微信扫一扫,
    您还可以在这里找到我们哟

    关注我们

laravel数据显示的方法有哪些

阅读:1105 来源:乙速云 作者:代码code

laravel数据显示的方法有哪些

如下所示:


  
  
    进行中
    开始
    暂停
  

开发中,我们存储一个下拉列表的值一般采用数字代存储,而我们在页面显示的时候需要显示他的真实值

非常重要 重要 不重要

判断数据后再 文本显示默认选中

@if($product->ap_severe_type_id==1){
非常重要
}
@elseif($product->ap_severe_type_id==2){
重要
}
@elseif($product->ap_severe_type_id==3){
不重要
}
@endif

下拉显示默认选中


  
  
    ap_severe_type_id=='1') selected @endif >非常重要 
    ap_severe_type_id=='2') selected @endif >重要
    ap_severe_type_id=='3') selected @endif >不重要
  
分享到:
*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: hlamps#outlook.com (#换成@)。
相关文章
{{ v.title }}
{{ v.description||(cleanHtml(v.content)).substr(0,100)+'···' }}
你可能感兴趣
推荐阅读 更多>