lkk
2024-12-16 c7b33db117fd2893d7d1c93bf5d46e87d33e44d0
src/views/system/visit/index.vue
@@ -68,8 +68,8 @@
        <el-table-column label="体检类型" align="center" prop="tjType" height="10px" width="80px"
          :show-overflow-tooltip="true">
          <template slot-scope="scope">
            <span v-if="scope.row.tjType == '1'">个人</span>
            <span v-if="scope.row.tjType == '2'">团队</span>
            <span v-if="scope.row.tjType == '2'">个人</span>
            <span v-if="scope.row.tjType == '1'">团队</span>
          </template>
        </el-table-column>
        <el-table-column label="体检号" align="center" prop="tjNumber" :show-overflow-tooltip="true" width="160px" />
@@ -703,7 +703,7 @@
    investigation(row) {
      this.gation = row;
      this.formss.tjNumber = this.gation.tjNumber;
      let mid = "18";
      let mid = "2";
      printCode(mid).then((response) => {
        if (response.data) {
          this.intList = response.data;
@@ -965,10 +965,10 @@
}
.drawer1 {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
  // display: flex;
  // flex-direction: row;
  // justify-content: space-evenly;
  // align-items: flex-start;
  // margin-top: 20px;
  padding:10px 20px;
}