Sfoglia il codice sorgente

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

wjj 2 settimane fa
parent
commit
e3edae7164
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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" />