找回密码
 立即注册
查看: 486|回复: 0

layui表格表单单元格输出判断颜色和值代码

[复制链接]

30

金豆

170

黑豆

2

精华

管理员

站长QQ:515138

主题
124
回帖
7
在线时间
76 小时
注册时间
2024-2-3
最后登录
2024-11-14
发表于 2024-7-14 19:57:50 | 显示全部楼层 |阅读模式
layui表单单元格输出判断颜色和值代码

  1. {field: 'dt_type', title: '表单类型',
  2.                     templet: function (res) {
  3.                         if (res.dt_type == 1) {
  4.                             return '文本框'
  5.                         } else if (res.dt_type == 2) {
  6.                             return '单选'
  7.                         }else if (res.dt_type == 3) {
  8.                             return '复选框'
  9.                         }else if (res.dt_type == 4) {
  10.                             return '下拉菜单'
  11.                         }else if (res.dt_type == 5) {
  12.                             return '文本域'
  13.                         }else if (res.dt_type == 6) {
  14.                             return '文件'
  15.                         }
  16.                         else if (res.dt_type == 7) {
  17.                             return '富文本'
  18.                         }
  19.                     }},
  20.                 {field: 'cf_type', title: '配置属性',
  21.                     templet: function (res) {
  22.                         if (res.cf_type == 1) {
  23.                             return '<span style="color: blue">基本信息</span>'
  24.                         } else if (res.cf_type == 2) {
  25.                             return '<span style="color: #bc0ee3">联系方式</span>'
  26.                         }else if (res.cf_type == 3) {
  27.                             return '<span style="color: red">SEO设置</span>'
  28.                         }
  29.                     }},
  30.                 { fixed: 'right', title: '操作', width: 134, minWidth: 125, toolbar: '#barDemo' }
复制代码


QQ|网站地图|Archiver|手机版|金黑 ( 粤ICP备2021124338号 )

网站建设,微信公众号小程序制作,商城系统开发,高端系统定制,app软件开发,智能物联网开发,直播带货系统等

Powered by Www.Jinhei.Cn

Copyright © 2013-2024 深圳市金黑网络技术有限公司 版权所有

快速回复 返回顶部 返回列表