From 013a13b02711216d7785f0e7824711474b4fa2e9 Mon Sep 17 00:00:00 2001
From: wangyufei <2267742828@qq.com>
Date: Fri, 27 Dec 2024 16:34:44 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E4=BD=93=E5=87=BA=E5=8E=82=E6=A3=80?=
=?UTF-8?q?=E9=AA=8C=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/BasicForm/src/BasicForm.vue | 1 +
src/utils/disposition/defaultButtons.ts | 4 +-
src/views/battery/monomer/index.vue | 378 ++++++++++++++++++++-
3 files changed, 378 insertions(+), 5 deletions(-)
diff --git a/src/components/BasicForm/src/BasicForm.vue b/src/components/BasicForm/src/BasicForm.vue
index c825bcc..da70778 100644
--- a/src/components/BasicForm/src/BasicForm.vue
+++ b/src/components/BasicForm/src/BasicForm.vue
@@ -78,6 +78,7 @@
+
+
+ >
+
+
+
+
handleDeleteTable(item, index,'Device')"
+ @tableSelectionDelete="(selection)=>tableSelectionDelete(selection,'Device')"
+ @inpuFocus="inpuFocus"
+ @inputStringBlur="inputStringBlur"
+ :routeName="routeName"
+ >
+
+
+
+
+
+
handleDeleteTable(item, index,'Env')"
+ @tableSelectionDelete="(selection)=>tableSelectionDelete(selection,'Env')"
+ @inpuFocus="inpuFocus"
+ @inputStringBlur="inputStringBlur"
+ :routeName="routeName"
+ >
+
+
+
+
+
+
handleDeleteTable(item, index,'Plate')"
+ @tableSelectionDelete="(selection)=>tableSelectionDelete(selection,'Plate')"
+ @inpuFocus="inpuFocus"
+ @inputStringBlur="inputStringBlur"
+ :routeName="routeName"
+ >
+
+
+
+
+
+
handleDeleteTable(item, index,'Core')"
+ @tableSelectionDelete="(selection)=>tableSelectionDelete(selection,'Core')"
+ @inpuFocus="inpuFocus"
+ @inputStringBlur="inputStringBlur"
+ :routeName="routeName"
+ >
+
+
+
+
+
+
handleDeleteTable(item, index,'Prod')"
+ @tableSelectionDelete="(selection)=>tableSelectionDelete(selection,'Prod')"
+ @inpuFocus="inpuFocus"
+ @inputStringBlur="inputStringBlur"
+ :routeName="routeName"
+ >
+
+
+
+
+
+
handleDeleteTable(item, index,'Pass')"
+ @tableSelectionDelete="(selection)=>tableSelectionDelete(selection,'Pass')"
+ @inpuFocus="inpuFocus"
+ @inputStringBlur="inputStringBlur"
+ :routeName="routeName"
+ >
+
+
+
+
+
+
+
@@ -58,6 +198,26 @@
+
+