WXL (wul)
2 天以前 d3c60e18b95b50751f8088fa2d23cd8ff7f173bc
src/views/patient/patient/profile/index.vue
@@ -208,7 +208,7 @@
          </el-form>
        </div>
      </div>
      <div class="top-message">
      <!-- <div class="top-message">
        <div class="headline">病史</div>
        <div class="detailed">
          <el-form :model="form" label-width="100px">
@@ -316,7 +316,7 @@
            </el-row>
          </el-form>
        </div>
      </div>
      </div> -->
      <!-- 联系电话 -->
      <div class="bottom-message">
        <div class="headline">
@@ -375,7 +375,6 @@
            align="center"
            key="admitdate"
            prop="admitdate"
            width="160"
          >
            <template slot-scope="scope">
              <span>{{ formatTime(scope.row.admitdate) }}</span>
@@ -383,7 +382,8 @@
          </el-table-column>
          <el-table-column
            label="门诊号"
            label="病案号"
            width="100"
            align="center"
            key="outhospno"
            prop="outhospno"
@@ -1243,6 +1243,7 @@
    },
    // 查询服务记录
    handleClickfw() {
      getTaskservelist({
        patid: this.id,
      }).then((res) => {