3 Commits d669c42a7b ... 2ab742a685

Autor SHA1 Mensagem Data
  hfxc226 2ab742a685 改成数字工厂 5 meses atrás
  hfxc226 d010c01af4 Merge remote-tracking branch 'origin/test' into test 5 meses atrás
  hfxc226 5a07a3decd 改成数字工厂 5 meses atrás

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

@@ -26,13 +26,13 @@
           </a-menu-item>
         </a-menu>
       </a-dropdown>-->
-      <!-- <a style="margin-left: 8px;" @click="handleScreen(0)">电量管理</a>
+<!--      <a style="margin-left: 8px;" @click="handleScreen(0)">电量管理</a>
       <a style="margin-left: 8px;" @click="handleScreen(1)">设备大屏</a>
       <a style="margin-left: 8px;" @click="handleScreen(2)">详情大屏</a>
       <a style="margin-left: 8px;" @click="handleScreen(3)">维保大屏</a>
       <a style="margin-left: 8px;" @click="handleScreen(4)">仓库大屏</a>
       <a style="margin-left: 8px;" @click="handleScreen(5)">PC聊天</a>
-      <a style="margin-left: 8px;" @click="handleScreen(6)">移动聊天</a> -->
+      <a style="margin-left: 8px;" @click="handleScreen(6)">移动聊天</a>-->
       <a-dropdown>
         <span class="action ant-dropdown-link user-dropdown-menu">
           <a-avatar class="avatar" size="small" :src="avatar"/>

+ 1 - 7
src/views/purchase/purchase-order-page/PurchaseOrderPage.vue

@@ -211,7 +211,7 @@ export default {
         {
           title: '用友单号',
           checked: true,
-          width: 100,
+          width: 200,
           dataIndex: 'yongYouId'
         },
         {
@@ -238,12 +238,6 @@ export default {
           width: 100,
           dataIndex: 'cmemo'
         },
-        {
-          title: '错误消息',
-          checked: true,
-          width: 100,
-          dataIndex: 'errorMessage'
-        },
         {
           title: '合并状态',
           dataIndex: 'mergeId',