Browse Source

admin编辑页亩数

Cherry 2 years ago
parent
commit
ccf502ff0d
1 changed files with 6 additions and 0 deletions
  1. 6 0
      application/admin/view/method/edit.html

+ 6 - 0
application/admin/view/method/edit.html

@@ -81,6 +81,12 @@
         </div>
     </div>
     <div class="form-group">
+        <label class="control-label col-xs-12 col-sm-2">{:__('AreaCovered')}:</label>
+        <div class="col-xs-12 col-sm-8">
+            <input id="c-area_covered" data-rule="required" class="form-control" name="row[area_covered]" type="text" value="{$row.area_covered|htmlentities}">
+        </div>
+    </div>
+    <div class="form-group">
         <label class="control-label col-xs-12 col-sm-2">{:__('Desc')}:</label>
         <div class="col-xs-12 col-sm-8">
             <input id="c-desc" data-rule="required" class="form-control" name="row[desc]" type="text" value="{$row.desc|htmlentities}">