Browse Source

修改列表字段

zhangxc 5 years ago
parent
commit
2fcc329426
1 changed files with 2 additions and 3 deletions
  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