Parcourir la source

隐藏入库登记按钮

lxf il y a 1 an
Parent
commit
d6722f03b3
1 fichiers modifiés avec 8 ajouts et 8 suppressions
  1. 8 8
      src/views/production/warehouse/putInStorage/index.vue

+ 8 - 8
src/views/production/warehouse/putInStorage/index.vue

@@ -11,10 +11,10 @@
             :searchConfig="searchConfig"
             highlight-current-row
             :action-list="[
-              {
-                text: '入库登记',
-                action: () => clickModal(),
-              },
+              // {
+              //   text: '入库登记',
+              //   action: () => clickModal(),
+              // },
             ]"
             @get-list="getList"
             @clickReset="clickReset">
@@ -34,10 +34,10 @@
             :searchConfig="searchConfigTwo"
             highlight-current-row
             :action-list="[
-              {
-                text: '入库登记',
-                action: () => clickModal(),
-              },
+              // {
+              //   text: '入库登记',
+              //   action: () => clickModal(),
+              // },
               {
                 text: '导出Excel',
                 action: () => deriveExcel(),