From 5be0ac70163b154f37e6e4dac93c02720f21b6b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E7=8E=B2?= <8702040+cai-ling@user.noreply.gitee.com> Date: Fri, 1 Nov 2024 13:55:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A5=97=E8=BD=B4=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/manage/axis-application.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pages/manage/axis-application.vue b/pages/manage/axis-application.vue index 0892c91..39282e1 100644 --- a/pages/manage/axis-application.vue +++ b/pages/manage/axis-application.vue @@ -71,15 +71,19 @@ 管芯规格 管芯类型 管芯尺寸 + 删除 - {{e.point_name}} + {{e.point_code}} {{['左卷', '右卷'][Number(e.left_or_right) - 1]}} {{e.material_spec}} {{['纸管', 'FRP管'][Number(e.paper_or_frp) - 1]}} {{e.qzz_size.substring(0, 1)}} + + + @@ -209,6 +213,9 @@ this.picker3 = '' this.dataList = [] this.disabled = false + }, + delItem (i) { + this.dataList.splice(i, 1) } } }