Browse Source

病例录入列表页添加Id

zhangxc 5 năm trước cách đây
mục cha
commit
8903fcf05f
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      src/components/recordInput/RecordList.vue

+ 6 - 0
src/components/recordInput/RecordList.vue

@@ -19,6 +19,12 @@
                     :data="list"
                     border
                     style="width: 100%">
+                <el-table-column
+                  :resizable = "false"
+                  prop="id"
+                  label="ID"
+                >
+                </el-table-column>
                 <el-table-column
                         :resizable = "false"
                         prop="caseNumber"