Browse Source

fix: 条码下载

ys321973351 1 year ago
parent
commit
b2470c9526
1 changed files with 12 additions and 0 deletions
  1. 12 0
      itdmWeb/src/views/module-iTDM/inventory/ItdmInventoryBarcodeList.vue

+ 12 - 0
itdmWeb/src/views/module-iTDM/inventory/ItdmInventoryBarcodeList.vue

@@ -139,6 +139,18 @@ export default {
           dataIndex: 'useStatus_dictText'
         },
         {
+          title:'图片地址',
+          align:"center",
+          dataIndex: 'imgPath',
+          scopedSlots: {customRender: 'imgSlot'}
+        },
+        {
+          title:'图片地址',
+          align:"center",
+          dataIndex: 'imgPath',
+          scopedSlots: {customRender: 'fileSlot'}
+        },
+        {
           title: '操作',
           dataIndex: 'action',
           align: 'center',