浏览代码

fix: 条码下载

ys321973351 1 年之前
父节点
当前提交
b2470c9526
共有 1 个文件被更改,包括 12 次插入0 次删除
  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',