jingbb il y a 10 mois
Parent
commit
a769753231

+ 9 - 9
src/components/tools/UserMenu.vue

@@ -31,25 +31,25 @@
         <a-icon type="question-circle-o"></a-icon>
       </a>
     </span> -->
-    <header-notice class="action"/>
+    <!-- <header-notice class="action"/> -->
     <a-dropdown>
       <span class="action action-full ant-dropdown-link user-dropdown-menu">
         <a-avatar class="avatar" size="small" :src="getAvatar()"/>
         <span v-if="isDesktop()">欢迎您,{{ nickname() }}</span>
       </span>
       <a-menu slot="overlay" class="user-dropdown-menu-wrapper">
-        <a-menu-item key="0">
-          <router-link :to="{ name: 'account-center' }">
+        <!-- <a-menu-item key="0"> -->
+          <!-- <router-link :to="{ name: 'account-center' }">
             <a-icon type="user"/>
             <span>个人中心</span>
-          </router-link>
-        </a-menu-item>
-        <a-menu-item key="1">
+          </router-link> -->
+        <!-- </a-menu-item> -->
+        <!-- <a-menu-item key="1">
           <router-link :to="{ name: 'account-settings-base' }">
             <a-icon type="setting"/>
             <span>账户设置</span>
           </router-link>
-        </a-menu-item>
+        </a-menu-item> -->
         <a-menu-item key="3"  @click="systemSetting">
            <a-icon type="tool"/>
            <span>系统设置</span>
@@ -58,10 +58,10 @@
           <a-icon type="setting"/>
           <span>密码修改</span>
         </a-menu-item>
-        <a-menu-item key="5" @click="updateCurrentDepart">
+        <!-- <a-menu-item key="5" @click="updateCurrentDepart">
           <a-icon type="cluster"/>
           <span>切换部门</span>
-        </a-menu-item>
+        </a-menu-item> -->
         <a-menu-item key="6" @click="clearCache">
           <a-icon type="sync"/>
           <span>清理缓存</span>

+ 18 - 18
src/views/production/productionTotalOrder/productionTotalOrderList.vue

@@ -302,24 +302,24 @@
                   ellipsis: true,
     
                 },
-                {
-                  title: '来源标识',
-                  align:"center",
-                  dataIndex: 'sourceInfo',
-                  ellipsis: true,
-                },
-                {
-                  title: '改单版本',
-                  align:"center",
-                  dataIndex: 'version',
-                  ellipsis: true,
-                },
-                {
-                  title: '制单时间',
-                  align:"center",
-                  dataIndex: 'createTime',
-                  ellipsis: true,
-                },
+                // {
+                //   title: '来源标识',
+                //   align:"center",
+                //   dataIndex: 'sourceInfo',
+                //   ellipsis: true,
+                // },
+                // {
+                //   title: '改单版本',
+                //   align:"center",
+                //   dataIndex: 'version',
+                //   ellipsis: true,
+                // },
+                // {
+                //   title: '制单时间',
+                //   align:"center",
+                //   dataIndex: 'createTime',
+                //   ellipsis: true,
+                // },
               ],
               fileUpload: window._CONFIG['domianURL'] + "/productionOrder/madeProductionOrders/importExcel",
                  // ---------workflow  by fhf start -------------