| | |
| | | <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" /> |
| | |
| | | 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; |
| | |
| | | } |
| | | |
| | | .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; |
| | | } |