Ver Fonte

key也改为可编辑

matengfei há 3 anos atrás
pai
commit
655f0ed6de
1 ficheiros alterados com 1 adições e 1 exclusões
  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>