Explorar o código

病例录入列表页添加Id

zhangxc %!s(int64=5) %!d(string=hai) anos
pai
achega
8903fcf05f
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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"