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