zhangxiaoxu123456
2022-04-27 00a5d715d57b1cab9c464004c678b08fe54f0207
src/pages/components/jiuyeQingkuang/chengzhenXinzengJiuye.vue
@@ -1,6 +1,7 @@
<template>
    <div class="chengzhenXinzengJiuye-wrap">
      <el-table
        :cell-style="handleCellStyle"
        :max-height="tableHeight"
        border
        :data="tableData"
@@ -220,6 +221,11 @@
            },
            getHeight() {
                this.tableHeight = window.innerHeight - nowSize(230)
            },
            handleCellStyle({rowIndex, columnIndex}) {
                if(columnIndex == 0) {
                    return { background:'#51D2FF' }
                }
            }
        },
        created() {