瀏覽代碼

key也改为可编辑

matengfei 3 年之前
父節點
當前提交
655f0ed6de
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>