From 44abccb72072ef05474b06ed790f069c85c24faf Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期一, 28 十月 2024 15:35:02 +0800 Subject: [PATCH] 10.28 --- src/views/sampling/sampling/index.vue | 19 ++----------------- 1 files changed, 2 insertions(+), 17 deletions(-) diff --git a/src/views/sampling/sampling/index.vue b/src/views/sampling/sampling/index.vue index 2d42182..c4f2d65 100644 --- a/src/views/sampling/sampling/index.vue +++ b/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> -- Gitblit v1.8.0