任务-添加/编辑 ui 微调

This commit is contained in:
linxiaozhi
2019-02-15 12:08:57 +08:00
parent 184ab55b7a
commit 09fdd8ad31
3 changed files with 3 additions and 3 deletions

View File

@@ -96,7 +96,7 @@
<div class="layui-form-item notify"> <div class="layui-form-item notify">
<hr> <hr>
<label class="layui-form-label mw200">通知类型</label> <label class="layui-form-label mw200">通知类型</label>
<div class="layui-input-inline "> <div class="layui-input-inline mw400">
<input type="radio" name="notify_type" lay-verify="required" value="0" title="邮件" checked> <input type="radio" name="notify_type" lay-verify="required" value="0" title="邮件" checked>
<input type="radio" name="notify_type" lay-verify="required" value="1" title="短信" > <input type="radio" name="notify_type" lay-verify="required" value="1" title="短信" >
<input type="radio" name="notify_type" lay-verify="required" value="2" title="钉钉" > <input type="radio" name="notify_type" lay-verify="required" value="2" title="钉钉" >

View File

@@ -97,7 +97,7 @@
<div class="layui-form-item notify"> <div class="layui-form-item notify">
<hr> <hr>
<label class="layui-form-label mw200">通知类型</label> <label class="layui-form-label mw200">通知类型</label>
<div class="layui-input-inline "> <div class="layui-input-inline mw400">
<input type="radio" name="notify_type" lay-verify="required" value="0" title="邮件" {{if eq .task.NotifyType 0}}checked{{end}}> <input type="radio" name="notify_type" lay-verify="required" value="0" title="邮件" {{if eq .task.NotifyType 0}}checked{{end}}>
<input type="radio" name="notify_type" lay-verify="required" value="1" title="短信" {{if eq .task.NotifyType 1}}checked{{end}}> <input type="radio" name="notify_type" lay-verify="required" value="1" title="短信" {{if eq .task.NotifyType 1}}checked{{end}}>
<input type="radio" name="notify_type" lay-verify="required" value="2" title="钉钉" {{if eq .task.NotifyType 2}}checked{{end}}> <input type="radio" name="notify_type" lay-verify="required" value="2" title="钉钉" {{if eq .task.NotifyType 2}}checked{{end}}>

View File

@@ -96,7 +96,7 @@
<div class="layui-form-item notify"> <div class="layui-form-item notify">
<hr> <hr>
<label class="layui-form-label mw200">通知类型</label> <label class="layui-form-label mw200">通知类型</label>
<div class="layui-input-inline "> <div class="layui-input-inline mw400">
<input type="radio" name="notify_type" lay-verify="required" value="0" title="邮件" {{if eq .task.NotifyType 0}}checked{{end}}> <input type="radio" name="notify_type" lay-verify="required" value="0" title="邮件" {{if eq .task.NotifyType 0}}checked{{end}}>
<input type="radio" name="notify_type" lay-verify="required" value="1" title="短信" {{if eq .task.NotifyType 1}}checked{{end}}> <input type="radio" name="notify_type" lay-verify="required" value="1" title="短信" {{if eq .task.NotifyType 1}}checked{{end}}>
<input type="radio" name="notify_type" lay-verify="required" value="2" title="钉钉" {{if eq .task.NotifyType 2}}checked{{end}}> <input type="radio" name="notify_type" lay-verify="required" value="2" title="钉钉" {{if eq .task.NotifyType 2}}checked{{end}}>