소스 검색

病例录入列表页添加Id

zhangxc 5 년 전
부모
커밋
8903fcf05f
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  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"