浏览代码

病例录入列表页添加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"