字段0,1,使用thymeleaf在Edit显示成按钮和list显示成相应含义,及在<a>标签中使用

Edit(别忘了把代码中的ID  和  name改成自己实际情况的)

<div class="form-group">
			<label th:text="'是否展示(0未展示,1已展示)'"/>
			<span style="color:red">*</span>
			<div class="btn-group" data-toggle="buttons">
				<input class="flat" type="radio" id="isDisplay" name="isDisplay" th:value="1" th:checked="${data==null||data.isDisplay==1}" >是</input>
				<input class="flat" type="radio"  id="isDisplay" name="isDisplay"  th:value="0" th:checked="${data==null||data.isDisplay==0}" >否</input>
			</div>
		</div>

List

<td th:if="${dataItem.type} == 1" style="width:11%;" th:text="物理参数"/>
							<td th:if="${dataItem.type} == 0" style="width:11%;" th:text="业务参数"/>

<a>

<a th:if="${dataItem.isPublic} != 1" th:id="isPublic" style="cursor: pointer ;display: inline" th:onclick="'javascript:nodeInfo.showNode('+${dataItem.id}+');'"><i class="btn btn-primary fa fa-anchor">发布</i></a>

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值