From 46492e14ee2e40a025305f89770a0a943cbf89d2 Mon Sep 17 00:00:00 2001
From: qiankanghui <11284155+qian-kanghui@user.noreply.gitee.com>
Date: Tue, 17 Mar 2026 15:03:55 +0800
Subject: [PATCH] =?UTF-8?q?feat(inventorystock):=20=E6=B7=BB=E5=8A=A0?=
=?UTF-8?q?=E8=A1=A8=E6=A0=BC=E9=80=89=E6=8B=A9=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 在表格中增加复选框列用于多选操作
- 设置居中对齐样式提升用户体验
- 配置固定宽度确保界面布局一致性
---
src/views/modules/partspare/inventorystock.vue | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/views/modules/partspare/inventorystock.vue b/src/views/modules/partspare/inventorystock.vue
index e988187..ea152f7 100644
--- a/src/views/modules/partspare/inventorystock.vue
+++ b/src/views/modules/partspare/inventorystock.vue
@@ -141,6 +141,12 @@
@selection-change="handleSelectionChange"
:row-style="controlRowStyle"
style="width: 100%;">
+
+