From 08b5ddfa9a0a2ed52bd7d7b98ca16ef4dcc610a6 Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123 <819527061@qq.com> Date: 星期二, 13 九月 2022 14:19:43 +0800 Subject: [PATCH] 页面修改 --- src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue b/src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue index 5d95d47..0f21727 100644 --- a/src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue +++ b/src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue @@ -253,7 +253,7 @@ </tbody> </table>--> <el-table - :height="tableHeight" + :max-height="tableHeight" :data="tableData" :span-method="objectSpanMethod" :cell-style="cellClass" @@ -343,6 +343,9 @@ } } } + if(columnIndex == 0) { + return { background:'#51D2FF' } + } }, getData() { let res = this.tableData -- Gitblit v1.9.1