From 478a766429f557c11d28ce3b3eeb909db8bb4f1a Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Thu, 04 Aug 2022 15:16:02 +0800
Subject: [PATCH] 表格右上角三按钮隐藏

---
 src/views/system/dept.vue                           |    3 +++
 src/views/authority/datascope.vue                   |    1 +
 src/views/monitor/log/error.vue                     |    1 +
 src/views/remote/remote.vue                         |    3 +++
 src/views/resource/oss.vue                          |    3 +++
 src/views/farm/farm.vue                             |    3 +++
 src/views/statistics/stock.vue                      |    1 +
 src/views/authority/role.vue                        |    3 +++
 src/views/statistics/farmproductstockstatistics.vue |    1 +
 src/views/stockfactory/stockfactory.vue             |    3 +++
 src/views/statistics/farmplantarea.vue              |    1 +
 src/views/monitor/log/usual.vue                     |    1 +
 src/views/monitor/log/api.vue                       |    1 +
 src/views/authority/apiscope.vue                    |    1 +
 src/views/farmplant/strain.vue                      |    3 +++
 src/views/panorama/panorama.vue                     |    3 +++
 16 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/src/views/authority/apiscope.vue b/src/views/authority/apiscope.vue
index 143e903..377273e 100644
--- a/src/views/authority/apiscope.vue
+++ b/src/views/authority/apiscope.vue
@@ -136,6 +136,7 @@
                 delBtn: false,
                 menuWidth: 150,
                 dialogClickModal: false,
+                header:false,
                 column: [
                     {
                         label: "菜单名称",
diff --git a/src/views/authority/datascope.vue b/src/views/authority/datascope.vue
index af99c78..bccabfb 100644
--- a/src/views/authority/datascope.vue
+++ b/src/views/authority/datascope.vue
@@ -140,6 +140,7 @@
                 delBtn: false,
                 menuWidth: 150,
                 dialogClickModal: false,
+                header:false,
                 column: [
                     {
                         label: "菜单名称",
diff --git a/src/views/authority/role.vue b/src/views/authority/role.vue
index e74fb7a..bd80b24 100644
--- a/src/views/authority/role.vue
+++ b/src/views/authority/role.vue
@@ -120,6 +120,9 @@
                 viewBtn: true,
                 dialogWidth: 900,
                 dialogClickModal: false,
+                refreshBtn:false,
+                columnBtn:false,
+                searchShowBtn:false,
                 column: [
                     {
                         label: "角色名称",
diff --git a/src/views/farm/farm.vue b/src/views/farm/farm.vue
index bf278ec..b920027 100644
--- a/src/views/farm/farm.vue
+++ b/src/views/farm/farm.vue
@@ -79,6 +79,9 @@
                 viewBtn: false,
                 align: "center",
                 selection: true,
+                refreshBtn:false,
+                columnBtn:false,
+                searchShowBtn:false,
                 column: [
                     {
                         label: "农场名称",
diff --git a/src/views/farmplant/strain.vue b/src/views/farmplant/strain.vue
index 9eaccdc..7221a79 100644
--- a/src/views/farmplant/strain.vue
+++ b/src/views/farmplant/strain.vue
@@ -68,6 +68,9 @@
                 menuAlign: "center",
                 align: "center",
                 selection: true,
+                refreshBtn:false,
+                columnBtn:false,
+                searchShowBtn:false,
                 column: [
                     {
                         label: "农产品名称",
diff --git a/src/views/monitor/log/api.vue b/src/views/monitor/log/api.vue
index a91441c..c5e06d2 100644
--- a/src/views/monitor/log/api.vue
+++ b/src/views/monitor/log/api.vue
@@ -49,6 +49,7 @@
                 delBtn: false,
                 menuWidth: 120,
                 dialogType: 'drawer',
+                header:false,
                 column: [
                     {
                         label: "服务id",
diff --git a/src/views/monitor/log/error.vue b/src/views/monitor/log/error.vue
index f3c8075..08d935f 100644
--- a/src/views/monitor/log/error.vue
+++ b/src/views/monitor/log/error.vue
@@ -49,6 +49,7 @@
                 delBtn: false,
                 menuWidth: 120,
                 dialogType: 'drawer',
+                header:false,
                 column: [
                     {
                         label: "服务id",
diff --git a/src/views/monitor/log/usual.vue b/src/views/monitor/log/usual.vue
index 0ae34be..bda4b8f 100644
--- a/src/views/monitor/log/usual.vue
+++ b/src/views/monitor/log/usual.vue
@@ -49,6 +49,7 @@
                 delBtn: false,
                 menuWidth: 120,
                 dialogType: 'drawer',
+                header:false,
                 column: [
                     {
                         label: "服务id",
diff --git a/src/views/panorama/panorama.vue b/src/views/panorama/panorama.vue
index c1ef8f4..259c521 100644
--- a/src/views/panorama/panorama.vue
+++ b/src/views/panorama/panorama.vue
@@ -64,6 +64,9 @@
                 viewBtn: true,
                 selection: true,
                 dialogClickModal: false,
+                refreshBtn:false,
+                columnBtn:false,
+                searchShowBtn:false,
                 column: [
                     {
                         label: "农场名",
diff --git a/src/views/remote/remote.vue b/src/views/remote/remote.vue
index 250dfea..241c0b3 100644
--- a/src/views/remote/remote.vue
+++ b/src/views/remote/remote.vue
@@ -62,6 +62,9 @@
                 align: "center",
                 dialogClickModal: false,
                 searchMenuSpan: 3,
+                refreshBtn:false,
+                columnBtn:false,
+                searchShowBtn:false,
                 column: [
                     {
                         label: "预览图",
diff --git a/src/views/resource/oss.vue b/src/views/resource/oss.vue
index d35955e..2bee7ea 100644
--- a/src/views/resource/oss.vue
+++ b/src/views/resource/oss.vue
@@ -91,6 +91,9 @@
                 labelWidth: 100,
                 dialogWidth: 880,
                 dialogClickModal: false,
+                refreshBtn:false,
+                columnBtn:false,
+                searchShowBtn:false,
                 column: [
                     {
                         label: "分类",
diff --git a/src/views/statistics/farmplantarea.vue b/src/views/statistics/farmplantarea.vue
index fae1319..09f73ee 100644
--- a/src/views/statistics/farmplantarea.vue
+++ b/src/views/statistics/farmplantarea.vue
@@ -57,6 +57,7 @@
                 expandFixed: false,
                 menuFixed: false,
                 menu: false,
+                header:false,
                 sumColumnList: [
                     {
                         label: "合计",
diff --git a/src/views/statistics/farmproductstockstatistics.vue b/src/views/statistics/farmproductstockstatistics.vue
index e6c5f81..7007f99 100644
--- a/src/views/statistics/farmproductstockstatistics.vue
+++ b/src/views/statistics/farmproductstockstatistics.vue
@@ -60,6 +60,7 @@
         expandFixed: false,
         menuFixed: false,
         menu: false,
+        header:false,
         sumColumnList: [
           {
             label: "合计",
diff --git a/src/views/statistics/stock.vue b/src/views/statistics/stock.vue
index 2417182..46f97d1 100644
--- a/src/views/statistics/stock.vue
+++ b/src/views/statistics/stock.vue
@@ -68,6 +68,7 @@
         expandFixed: false,
         menuFixed: false,
         menu: false,
+        header:false,
         sumColumnList: [
           {
             label: "合计",
diff --git a/src/views/stockfactory/stockfactory.vue b/src/views/stockfactory/stockfactory.vue
index b47b435..c5dfd98 100644
--- a/src/views/stockfactory/stockfactory.vue
+++ b/src/views/stockfactory/stockfactory.vue
@@ -59,6 +59,9 @@
           viewBtn: true,
           selection: true,
           dialogClickModal: false,
+          refreshBtn:false,
+          columnBtn:false,
+          searchShowBtn:false,
           column: [
             {
               label: "农资名称",
diff --git a/src/views/system/dept.vue b/src/views/system/dept.vue
index c62272e..165c5ca 100644
--- a/src/views/system/dept.vue
+++ b/src/views/system/dept.vue
@@ -84,6 +84,9 @@
           viewBtn: true,
           menuWidth: 300,
           dialogClickModal: false,
+          refreshBtn:false,
+          columnBtn:false,
+          searchShowBtn:false,
           column: [
             {
               label: "机构名称",

--
Gitblit v1.9.3