lilei 1 年之前
父節點
當前提交
e0d771e830
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/dealerManagement/rebateBinding/categoryList.vue

+ 1 - 0
src/views/dealerManagement/rebateBinding/categoryList.vue

@@ -48,6 +48,7 @@ const ChildTableComp = {
   },
   },
   data () {
   data () {
     return {
     return {
+      simpleImage: Empty.PRESENTED_IMAGE_SIMPLE,
       columns: [
       columns: [
         { title: '序号', field: 'no', key: 'a', width: 40, align: 'center', operationColumn: false },
         { title: '序号', field: 'no', key: 'a', width: 40, align: 'center', operationColumn: false },
         { title: '品牌', field: 'productBrandName', key: 'b', width: 100, align: 'center', operationColumn: false, renderBodyCell: ({ row, column, rowIndex }, h) => { return row[column.field] || '--' } },
         { title: '品牌', field: 'productBrandName', key: 'b', width: 100, align: 'center', operationColumn: false, renderBodyCell: ({ row, column, rowIndex }, h) => { return row[column.field] || '--' } },