chengjie 4 months ago
parent
commit
62adf34a31
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/mg/yjbdc_articles.html

+ 1 - 1
public/mg/yjbdc_articles.html

@@ -519,7 +519,7 @@
519 519
                     <span class="json-key">单词表:</span>
520 520
                     <span class="json-string editable" @dblclick="editValue(selectedArticle, 'Words', 'Words')">
521 521
                         <template v-if="editingKey === 'Words'">
522
-                            <input type="text" disabled="true" class="json-editor-input" v-model="selectedArticle.Words"
522
+                            <input type="text" class="json-editor-input" v-model="selectedArticle.Words"
523 523
                                 @blur="finishEdit" @keyup.enter="finishEdit" v-focus>
524 524
                         </template>
525 525
                         <template v-else>