From 29445c7db9ae9df15d08646aebd5818edf5ec49b Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期三, 18 十月 2023 09:51:00 +0800
Subject: [PATCH] style: 去除所有表格复选框;添加序号列

---
 src/views/operate/inventoryAdjustment/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/operate/inventoryAdjustment/index.vue b/src/views/operate/inventoryAdjustment/index.vue
index 24acee5..d4839c6 100644
--- a/src/views/operate/inventoryAdjustment/index.vue
+++ b/src/views/operate/inventoryAdjustment/index.vue
@@ -98,7 +98,8 @@
     setTable() {
       this.tableList = {
         tableData: this.tableData,
-        selectBox: true,
+        selectBox: false,
+        selectIndex: true,
         tableColumn: [
           { label: "浣嶇疆", prop: "locationName", location: true },
           { label: "浜у搧", prop: "productName", product: true },

--
Gitblit v1.8.0