ソースを参照

修复已盘点数不显示

liuyanpeng 3 年 前
コミット
a62e77551f

+ 2 - 2
src/components/customer/InventoryDataProcessingStep4.vue

@@ -94,13 +94,13 @@ const columns = reactive(
       title: '盘点总数',
       key: 'totalCount',
       dataIndex: 'totalCount',
-      width:170,
+      width:160,
     },
     {
       title: '已盘点数量',
       key: 'countedQuantity',
       dataIndex: 'countedQuantity',
-      width:170,
+      width:160,
     },
     {
       title: '状态',

+ 0 - 6
webpack.dev.js

@@ -77,12 +77,6 @@ module.exports = WebpackMerge.merge(baseConfig, {
         changeOrigin: true,
         secure: true,
       },
-      '/content': {
-        target: 'http://localhost:83/',
-        ws: false,
-        changeOrigin: true,
-        secure:true,
-      },
       '/dashboard': {
         target: 'http://localhost:83/',
         ws: false,