From 4e725a04dbe02d7c631a82da0526c5ef5defa15c Mon Sep 17 00:00:00 2001 From: ChenZeping <chenzeping123> Date: 星期二, 27 四月 2021 11:19:49 +0800 Subject: [PATCH] 弹框废水固废问题修改 --- src/components/BaseNav/WasteSolid/PublicTable.vue | 19 ++++++++++++++----- 1 files changed, 14 insertions(+), 5 deletions(-) diff --git a/src/components/BaseNav/WasteSolid/PublicTable.vue b/src/components/BaseNav/WasteSolid/PublicTable.vue index 4df793c..a293589 100644 --- a/src/components/BaseNav/WasteSolid/PublicTable.vue +++ b/src/components/BaseNav/WasteSolid/PublicTable.vue @@ -54,11 +54,11 @@ ] } }, - mounted () { - this.$nextTick(() => { - // this.listData.push(this.listData2, {}, {}, {}, {}, {}) - }) - }, + // mounted () { + // this.$nextTick(() => { + // + // }) + // }, methods: { async refsDataTable (data) { const StoragePlaceId = { @@ -66,6 +66,8 @@ } const result = await mapApi.getSolidWasteDetail(StoragePlaceId) this.listData = result.Result.DataInfo[0] + this.listData.push({}, {}, {}, {}, {}) + // console.log(this.listData) }, // 闅旇棰滆壊璁剧疆 tableRowClassName ({ @@ -85,6 +87,13 @@ <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; } -- Gitblit v1.8.0