Browse Source

基础文章

lizhen_gitee 3 years ago
parent
commit
40f7965089
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/admin/view/basedata/edit.html

+ 1 - 1
application/admin/view/basedata/edit.html

@@ -9,7 +9,7 @@
     <div class="form-group">
         <label class="control-label col-xs-12 col-sm-2">{:__('Key')}:</label>
         <div class="col-xs-12 col-sm-8">
-            <input id="c-key" class="form-control" name="row[key]" type="text" value="{$row.key|htmlentities}">
+            <input id="c-key" class="form-control" name="row[key]" disabled type="text" value="{$row.key|htmlentities}">
         </div>
     </div>
     <div class="form-group">