lkk
2024-10-28 44abccb72072ef05474b06ed790f069c85c24faf
src/views/sampling/sampling/index.vue
@@ -917,13 +917,7 @@
    handleChange(selection) {
      console.log(selection);
      selection.forEach((item, index) => {
        if (item.cusSex == 0) {
          item.cusSex = "男";
        } else if (item.cusSex == 1) {
          item.cusSex = "女";
        }
      });
      this.selectList = selection;
      this.ids = selection.map((item) => item.id);
@@ -1021,14 +1015,5 @@
.el-table .warning-row {
  background-color: #e5f3ff !important;
}
/* .last {
  display: flex;
  justify-content: space-around;
  justify-content: space-evenly;
  background-color:aqua
} */
/* .last p:nth-child(2) {
  margin: 20px;
  font-size: 16px;
} */
</style>