iview 组件的 table二次封装

      
封装成darkTable组件

一、调用组件的属性代表的意思

1.tableColumns代表的是表格名称
    tableColumns: [
        {
          type: "selection",
          width: 60,
          align: "center",
        },
        {
          title: "客户名称",
          key: "custName",
          width: "160",
          align: "center",
        },
        {
          title: "营销户号",
          key: "consNo",
          width: "160",
          alig

你可能感兴趣的:(iview,view,design,java,前端)