Browse Source

2个小工程,生成安装包路径不能相同-否则安装不了;废旧物资表格加滚动条

zhoumiaomiao 8 months ago
parent
commit
9d8dd4f788
2 changed files with 2 additions and 2 deletions
  1. 1 1
      package.json
  2. 1 1
      src/renderer/components/views/receiverWasteDeliveryNote.vue

+ 1 - 1
package.json

@@ -19,7 +19,7 @@
   },
   "build": {
     "productName": "inPrintProject_prod",
-    "appId": "com.hrsoft.print",
+    "appId": "com.hrsoft.inPrint",
     "directories": {
       "output": "build"
     },

+ 1 - 1
src/renderer/components/views/receiverWasteDeliveryNote.vue

@@ -39,7 +39,7 @@
         <!--          补打-->
         <!--        </a-button>-->
       </div>
-      <a-table :columns="columns" :data-source="list" :rowSelection="{ selectedRowKeys: selectedRowKeys, onChange: handleChangeV1 }" size="default"
+      <a-table :columns="columns" :data-source="list" :scroll="{ x: 1000, y: 300 }" :rowSelection="{ selectedRowKeys: selectedRowKeys, onChange: handleChangeV1 }" size="default"
                :customHeaderRow="customHeaderRow" :custom-row="customRow"  :pagination="pagination" @change="tablePaginationChange" >
                 <span slot="serial" slot-scope="text, record, index">
                     {{ index + 1 }}