From fb956dcec6d4ae9417913ab828d3897c87cdf996 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期二, 01 十一月 2022 10:32:03 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/basSte/basSte.html |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/views/basSte/basSte.html b/src/main/webapp/views/basSte/basSte.html
index 0a97472..c3bc82a 100644
--- a/src/main/webapp/views/basSte/basSte.html
+++ b/src/main/webapp/views/basSte/basSte.html
@@ -68,6 +68,10 @@
     <input type="checkbox" name="outEnable" value="{{d.outEnable}}" lay-skin="switch" lay-text="鎵撳紑|鍏抽棴" lay-filter="outEnableSwitch" {{ d.outEnable === 'Y' ? 'checked' : '' }}>
 </script>
 
+<script type="text/html" id="autoChargeTpl">
+    <input type="checkbox" name="autoCharge" value="{{d.autoCharge}}" lay-skin="switch" lay-text="鎵撳紑|鍏抽棴" lay-filter="autoChargeSwitch" {{ d.autoCharge === 'Y' ? 'checked' : '' }}>
+</script>
+
 <script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script>
 <script type="text/javascript" src="../../static/layui/layui.js" charset="utf-8"></script>
 <script type="text/javascript" src="../../static/js/common.js" charset="utf-8"></script>

--
Gitblit v1.9.1