From 9c2cad000f9279969e76bfc206a7acbb8acc9079 Mon Sep 17 00:00:00 2001 From: lixuliang <lixuliang_hd@126.com> Date: 星期一, 10 二月 2025 14:38:32 +0800 Subject: [PATCH] Merge branch 'master' of http://103.135.160.14:9034/r/PM20221203225_Web --- src/components/right/FCFH.vue | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/right/FCFH.vue b/src/components/right/FCFH.vue index af8b8f1..9e2f4c4 100644 --- a/src/components/right/FCFH.vue +++ b/src/components/right/FCFH.vue @@ -11,7 +11,7 @@ </select> </div> <br /> - <div id="deviation"> + <div id="deviation" style="display:none"> 鍋忕Щ鏂瑰悜锛� <input name="offset" id="offsetX" class="styled" value="x" checked type="radio" /> <label>X杞�</label> @@ -21,8 +21,9 @@ <input name="offset" id="offsetZ" class="styled" value="z" type="radio" /> <label>Z杞�</label> + <br /> </div> - <br /> + <div class="checkbox checkbox-primary checkbox-inline" id="selectBox"> 鏌ョ湅灞傜骇锛� <select id="selectlevel"> @@ -124,8 +125,10 @@ if (val.indexOf('YHYQ1') > -1) { $("#selectBox").show(); $("#toolbar").show(); + $("#deviation").hide(); document.getElementById('offsetX').checked = true; } else { + $("#deviation").show(); falg = true; $("#selectBox").hide(); $("#toolbar").hide(); -- Gitblit v1.9.3