浏览代码

Merge branch 'dev' of zhanghaoyu/patient-co-management into dev

huangwenjie 7 年之前
父节点
当前提交
a252135187
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      patient-co-manage/wlyy-manage/src/main/webapp/WEB-INF/views/specialty/index.jsp

+ 6 - 6
patient-co-manage/wlyy-manage/src/main/webapp/WEB-INF/views/specialty/index.jsp

@ -117,8 +117,8 @@
                            <div class="layui-form-item">
                                <label class="layui-form-label required-1">需要预约:</label>
                                <div class="layui-input-block">
                                    <input type="radio" name="reserve" value="0" title="是">
                                    <input type="radio" name="reserve" value="1" title="否">
                                    <input type="radio" name="reserve" value="0" title="否">
                                    <input type="radio" name="reserve" value="1" title="是">
                                </div>
                            </div>
                        </div>
@ -126,8 +126,8 @@
                            <div class="layui-form-item" style="position: relative;width: max-content;">
                                <label class="layui-form-label required-1">完成方式:</label>
                                <div class="layui-input-block flex">
                                    <input type="radio" name="type" value="0" title="扫码">
                                    <input type="radio" name="type" value="1" title="上传附件">
                                    <input type="radio" name="type" value="0" title="上传附件">
                                    <input type="radio" name="type" value="1" title="扫码">
                                    <input type="radio" name="type" value="2" title="健康教育">
                                    <input type="radio" name="type" value="3" title="健康指导">
                                    <input type="radio" name="type" value="4" title="随访">
@ -138,8 +138,8 @@
                            <div class="layui-form-item">
                                <label class="layui-form-label required-1">项目评价:</label>
                                <div class="layui-input-block">
                                    <input type="radio" name="evaluation" value="0" title="是">
                                    <input type="radio" name="evaluation" value="1" title="否">
                                    <input type="radio" name="evaluation" value="0" title="否">
                                    <input type="radio" name="evaluation" value="1" title="是">
                                </div>
                            </div>
                        </div>