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 |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/productManage/productCategory/index.vue b/src/views/productManage/productCategory/index.vue
index d6fe181..0f14b1c 100644
--- a/src/views/productManage/productCategory/index.vue
+++ b/src/views/productManage/productCategory/index.vue
@@ -3,7 +3,7 @@
     <div class="top">
       <SearchCommonView
         :add-title="'鏂板缓'"
-        :placeholder="'璇疯緭鍏ュ崟鍙�'"
+        :placeholder="'璇疯緭鍏ヤ骇鍝佺被鍨�'"
         :amount-view="false"
         @addCommonClick="addBtnClick"
         @searchClick="getList"
@@ -57,7 +57,8 @@
     setTable() {
       this.tableList = {
         tableInfomation: [],
-        selectBox: true,
+        selectBox: false,
+        selectIndex: true,
         tableColumn: [
           {
             label: "浜у搧绫诲瀷",

--
Gitblit v1.8.0