lkk
2024-12-18 bbaa459312668dfb5257409d0bdbc45a2dd5884c
总检区分背景色
1个文件已修改
7 ■■■■■ 已修改文件
src/views/doctor/checkAll/index.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/doctor/checkAll/index.vue
@@ -764,7 +764,7 @@
                  :data="statusList"
                  style="width: 100%"
                  :header-cell-style="{ background: '#e6a23c' }"
                  :stripe="true"
                >
                  <el-table-column
                    align="center"
@@ -1939,10 +1939,11 @@
      };
    },
    redxiangmu({ row }) {
      if (row.type == 0) {
      if (row.type != 1) {
        // 变颜色的条件
        return {
          color: "red", // 这个return的就是样式 可以是color 也可以是backgroundColor
          backgroundColor: '#AAD8DF !important', // 这个return的就是样式 可以是color 也可以是backgroundColor
          // color: "#AAD8DF ",
        };
      }
    },