Browse Source

key也改为可编辑

matengfei 3 years ago
parent
commit
655f0ed6de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/postman/index.html

+ 1 - 1
apps/postman/index.html

@@ -40,7 +40,7 @@
                         </thead>
                         <tbody>
                             <tr v-for="param in urlParams">
-                                <th>{{param.key}}</th>
+                                <th><input v-model="param.key" class="form-control"/></th>
                                 <th><input v-model="param.value" class="form-control"/></th>
                             </tr>
                         </tbody>