| | |
| | | ] |
| | | } |
| | | }, |
| | | mounted () { |
| | | this.$nextTick(() => { |
| | | // this.listData.push(this.listData2, {}, {}, {}, {}, {}) |
| | | }) |
| | | }, |
| | | // mounted () { |
| | | // this.$nextTick(() => { |
| | | // |
| | | // }) |
| | | // }, |
| | | methods: { |
| | | async refsDataTable (data) { |
| | | const StoragePlaceId = { |
| | |
| | | } |
| | | const result = await mapApi.getSolidWasteDetail(StoragePlaceId) |
| | | this.listData = result.Result.DataInfo[0] |
| | | this.listData.push({}, {}, {}, {}, {}) |
| | | // console.log(this.listData) |
| | | }, |
| | | // 隔行颜色设置 |
| | | tableRowClassName ({ |
| | |
| | | |
| | | <style lang="less" scoped> |
| | | |
| | | /deep/ .el-table thead tr { |
| | | color: #02a6b5 !important; |
| | | //.el-table .has-gutter tr th .cell { |
| | | // //color: #fff; 435 |
| | | //} |
| | | } |
| | | |
| | | /deep/ .el-table td { |
| | | border-bottom: none !important; |
| | | } |