瀏覽代碼

修改列表字段

zhangxc 5 年之前
父節點
當前提交
2fcc329426
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      src/components/recordInput/RecordList.vue

+ 2 - 3
src/components/recordInput/RecordList.vue

@@ -18,9 +18,8 @@
                     style="width: 100%">
                 <el-table-column
                         :resizable = "false"
-                         type="index"
-                        :index = 'indexMethod'
-                        label="编号"
+                        prop="id"
+                        label="id"
                         width="60">
                 </el-table-column>
                 <el-table-column