zhangxiaoxu123456
2022-04-24 1e65bd175264303e7b65c57f6b622930317afdb2
src/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shebaoChikaRenshu.vue
@@ -114,7 +114,6 @@
                    if(res.code == 1000) {
                       let result = res.list
                        let data = []
                        console.log('result---',result)
                        result.forEach((item,index) => {
                            let row = item.dataList
                            row.unshift({
@@ -128,8 +127,6 @@
                        })
                        this.tableData = data
                        console.log('this.headerArry------',this.headerArry)
                        console.log('this.tableData------',this.tableData)
                    }
                })
            },
@@ -181,6 +178,9 @@
      color: $color-darkGrey;
      font-weight: 300;
      line-height: 1;
      span{
        font-size: $fontSize-28;
      }
    }
  }
</style>