qinxianzhangyao
2024-05-20 edb5616505a118523882a83f53f00e88d03bd373
src/views/system/visit/index.vue
@@ -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;
}