shj
2022-04-01 8d02c80fbed5887266bcf99d9ab9b2b3938449c6
自查清单
已修改2个文件
6 ■■■■ 文件已修改
src/views/safetyproduction/gojudging.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/safetyproduction/new.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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"
src/views/safetyproduction/new.vue
@@ -39,7 +39,7 @@
            </el-row>
            <el-row>
              <el-col :span="22" :offset="1">
                <el-table ref="table" border :data="item.child">
                <el-table ref="table" border stripe="true" :data="item.child" :header-cell-style="{background:'#eef1f6',color:'#606266'}" :cell-style="{background:'#fff',color:'#606266'}">
                  <el-table-column
                    prop="standardizationRequirements"
                    align="center"
@@ -69,7 +69,7 @@
                      type="expand"
                    >
                      <template slot-scope="scope">
                        <el-table :data="scope.row.deductionList">
                        <el-table :data="scope.row.deductionList"  :cell-style="{background:'#fff',color:'#606266'}">
                          <el-table-column
                            prop="name"
                            align="center"