From 718a51c732a9e932447ccf1c70fc69f2af5d10e0 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期三, 18 十月 2023 19:49:55 +0800
Subject: [PATCH] 位置类型,上级位置除添加可以编辑,其他时候多不可
---
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