WXL
3 天以前 fe70ca5799b3b36a6d567464b545782728b2afed
src/views/patient/patient/profile/index.vue
@@ -16,7 +16,11 @@
              {{ userform.sex == 1 ? "男" : "女" }}
            </div>
            <div style="margin-left: 10px" class="text-title">
              {{ userform.age }}岁
               <span v-if="userform.age"
                    >{{ userform.age }}{{ userform.ageUnit }}</span
                  ><span v-if="userform.age2"
                    >{{ userform.age2 }}{{ userform.ageUnit2 }}</span
                  >
            </div>
            <div style="margin-left: 10px" class="text-title">
              {{ userform.birthdate }}
@@ -372,12 +376,12 @@
          <el-table-column
            label="就诊时间"
            align="center"
            key="admindate"
            prop="admindate"
            key="admitdate"
            prop="admitdate"
            width="160"
          >
            <template slot-scope="scope">
              <span>{{ formatTime(scope.row.admindate) }}</span>
              <span>{{ formatTime(scope.row.admitdate) }}</span>
            </template>
          </el-table-column>