From 8d02c80fbed5887266bcf99d9ab9b2b3938449c6 Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期五, 01 四月 2022 17:13:47 +0800 Subject: [PATCH] 自查清单 --- src/views/safetyproduction/gojudging.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/safetyproduction/gojudging.vue b/src/views/safetyproduction/gojudging.vue index f0947c3..30a46e0 100644 --- a/src/views/safetyproduction/gojudging.vue +++ b/src/views/safetyproduction/gojudging.vue @@ -16,7 +16,7 @@ </el-row> <el-row> <el-col :span="24"> - <el-table border :data="item.child"> + <el-table border :data="item.child" :header-cell-style="{background:'#eef1f6',color:'#606266'}" :cell-style="{background:'#fff',color:'#606266'}"> <el-table-column prop="standardizationRequirements" align="center" -- Gitblit v1.9.2