Quellcode durchsuchen

患者信息新增诊断医生信息

wjj vor 1 Woche
Ursprung
Commit
e3edae7164
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      src/views/qw/patient/index.vue

+ 1 - 0
src/views/qw/patient/index.vue

@@ -84,6 +84,7 @@
         </template>
       </el-table-column>
       <el-table-column label="年龄" align="center" prop="age" />
+      <el-table-column label="医生" align="center" prop="doctorName" />
       <el-table-column label="用户绑定状态" align="center" prop="status">
         <template slot-scope="scope">
           <dict-tag :options="statusOptions" :value="scope.row.status" />