<@f.form id="testData-form" class="form-inline">
-
<@f.input placeholder="员工编号" name="code"/>
-
<@f.input placeholder="姓名" name="name"/>
-
<@f.input placeholder="邮箱" name="email"/>
-
<@ctx.i18n text = "查询"/>
<@ctx.i18n text = "重置"/>
@f.form>
<@table id="bootstrap-table">
<@shiro.hasPermission name="demo:testData:add">
<@ctx.i18n text = "新增"/>
@shiro.hasPermission>
<@shiro.hasPermission name="demo:testData:edit">
<@ctx.i18n text = "修改"/>
@shiro.hasPermission>
<@shiro.hasPermission name="demo:testData:del">
<@ctx.i18n text = "删除"/>
@shiro.hasPermission>
@table>