From fc6d1505b9d763e4d387a4c6c589ae6d88675eb7 Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期三, 18 十月 2023 14:38:53 +0800
Subject: [PATCH] feat: 统计组件添加判空; 添加在库数据展示
---
src/views/productManage/productCategory/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/productManage/productCategory/index.vue b/src/views/productManage/productCategory/index.vue
index 5dcca5f..0f14b1c 100644
--- a/src/views/productManage/productCategory/index.vue
+++ b/src/views/productManage/productCategory/index.vue
@@ -57,7 +57,8 @@
setTable() {
this.tableList = {
tableInfomation: [],
- selectBox: true,
+ selectBox: false,
+ selectIndex: true,
tableColumn: [
{
label: "浜у搧绫诲瀷",
--
Gitblit v1.8.0