zhangxiaoxu123456
2022-04-27 b55d1c67769dcc8d90eed2bb4f8a7dfd51e7303a
细节样式
12个文件已修改
80 ■■■■■ 已修改文件
src/pages/components/jiuyeQingkuang/chengzhenXinzengJiuye.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/components/juminYanglaoBaoxian/baoxianForm.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/components/qiyezhigongShebao/zhigongShebao.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/components/shebaoZhengjiShouru/shebaoZhengjiShouruForm.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/components/shebaoZhengjiShouru/shebaoZhengjiShouruTotal.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/show/jiuyeAndChuangye/jiuyeChildren/chuangyeDanbaoDaikuan.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/show/jiuyeAndChuangye/jiuyeChildren/workStatistics.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/show/jiuyeAndChuangye/jiuyeChildren/zhiyePeixun.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shebaoChikaRenshu.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shebaoShouzhiZongbiao.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shehuiBaoxian.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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() {
src/pages/components/juminYanglaoBaoxian/baoxianForm.vue
@@ -1,6 +1,7 @@
<template>
  <div class="baoxianForm-wrap" :style="{paddingTop : paddingTop + 'rem'}">
    <el-table
      :cell-style="handleCellStyle"
      :max-height="tableHeight"
      border
      style="width: 100%"
@@ -108,6 +109,11 @@
                       this.tableData = res.list
                    }
                })
            },
            handleCellStyle({rowIndex, columnIndex}) {
                if(columnIndex == 0) {
                    return { background:'#51D2FF' }
                }
            }
        }
    }
src/pages/components/qiyezhigongShebao/zhigongShebao.vue
@@ -1,6 +1,7 @@
<template>
  <div class="zhigongShebao-wrap">
    <el-table
      :cell-style="handleCellStyle"
      :height="tableHeight"
      border
      :data="tableData"
@@ -94,7 +95,12 @@
            },
            getHeight() {
                this.tableHeight = window.innerHeight - nowSize(230)
            }
            },
            handleCellStyle({rowIndex, columnIndex}) {
                if(columnIndex == 0) {
                    return { background:'#51D2FF' }
                }
            },
        },
        created() {
            window.addEventListener('resize', this.getHeight)
src/pages/components/shebaoZhengjiShouru/shebaoZhengjiShouruForm.vue
@@ -3,6 +3,7 @@
    <div class="danwei-box">单位:人</div>
    <div class="shebaoZhengjiShouruForm-table">
      <el-table
        :cell-style="handleCellStyle"
        :max-height="tableHeight"
        border
        style="width: 100%"
@@ -56,7 +57,12 @@
        methods: {
            getHeight() {
                this.tableHeight = window.innerHeight - nowSize(350)
            }
            },
            handleCellStyle({rowIndex, columnIndex}) {
                if(columnIndex == 0) {
                    return { background:'#51D2FF' }
                }
            },
        },
        created() {
            window.addEventListener('resize', this.getHeight)
src/pages/components/shebaoZhengjiShouru/shebaoZhengjiShouruTotal.vue
@@ -3,6 +3,7 @@
     <div class="danwei-box">单位:人</div>
     <div class="shebaoZhengjiShouruForm-table">
       <el-table
         :cell-style="handleCellStyle"
         :max-height="tableHeight"
         border
         style="width: 100%"
@@ -58,7 +59,12 @@
        methods: {
            getHeight() {
                this.tableHeight = window.innerHeight - nowSize(350)
            }
            },
            handleCellStyle({rowIndex, columnIndex}) {
                if(columnIndex == 0) {
                    return { background:'#51D2FF' }
                }
            },
        },
        created() {
            window.addEventListener('resize', this.getHeight)
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
src/pages/show/jiuyeAndChuangye/jiuyeChildren/chuangyeDanbaoDaikuan.vue
@@ -5,6 +5,7 @@
         <div class="chuangye-table">
           <el-table
             :max-height="tableHeight"
             :cell-style="handleCellStyle"
             border
             :data="danbaoTableData"
             style="width: 100%">
@@ -79,6 +80,7 @@
        <h1>人力资源服务产业园当月情况统计表</h1>
        <div class="danbaotongjibiao-table">
          <el-table
            :cell-style="handleCellStyle"
            :max-height="tableHeight"
            border
            :data="renliziyuanTableData"
@@ -218,6 +220,11 @@
            },
            getHeight() {
                this.tableHeight = (window.innerHeight - nowSize(400)) / 2
            },
            handleCellStyle({rowIndex, columnIndex}) {
                if(columnIndex == 0) {
                    return {background:'#51D2FF'}
                }
            }
        },
        created() {
src/pages/show/jiuyeAndChuangye/jiuyeChildren/workStatistics.vue
@@ -7,6 +7,7 @@
          :max-height="tableHeight"
          :data="tableData"
          :header-cell-style="handleheader"
          :cell-style="handleCellStyle"
          stripe
          border
          style="width: 100%">
@@ -263,6 +264,11 @@
                    lineHeight: '0',
                }
            },
            handleCellStyle({rowIndex,columnIndex}) {
                if(columnIndex == 0) {
                    return { background:'#51D2FF' }
                }
            },
            getHeight() {
                this.tableHeight = window.innerHeight - nowSize(1000)
            },
src/pages/show/jiuyeAndChuangye/jiuyeChildren/zhiyePeixun.vue
@@ -6,6 +6,7 @@
      :data="tableData"
      max-height="tableHeight"
      :header-cell-style="handleheader"
      :cell-style="handleCellStyle"
      style="width: 100%">
      <el-table-column
        fixed="left"
@@ -109,6 +110,11 @@
                }
            },
            handleCellStyle({rowIndex, columnIndex}) {
                if(columnIndex == 0) {
                    return { background:'#51D2FF' }
                }
            },
            zhiyepeixunEcharts() {
                let myEchart = this.$echarts.init(document.getElementById('zhiyepeixunEcharts'))
                let option = {
src/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shebaoChikaRenshu.vue
@@ -2,6 +2,7 @@
  <div class="shebaoChikaRenshu-wrap">
    <h1>各县(市、区)2021年就业情况统计表</h1>
    <el-table
      :cell-style="handleCellStyle"
      :max-height="tableHeight"
      :data="tableData"
      stripe
@@ -132,6 +133,11 @@
            },
            getHeight() {
                this.tableHeight = window.innerHeight - nowSize(250)
            },
            handleCellStyle({rowIndex, columnIndex}) {
                if(columnIndex == 0) {
                    return { background:'#51D2FF' }
                }
            }
        },
        created() {
src/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shebaoShouzhiZongbiao.vue
@@ -3,6 +3,7 @@
    <div class="shebaoShouzhiZongbiao-table">
      <h1>社会保障基金统计表</h1>
      <el-table
        :cell-style="handleCellStyle"
        :data="tableData"
        style="width: 100%">
        <el-table-column
@@ -421,7 +422,12 @@
          window.addEventListener('resize',function () {
              myEchart.resize()
          })
      }
      },
      handleCellStyle({rowIndex, columnIndex}) {
          if(columnIndex == 0) {
              return { background:'#51D2FF' }
          }
      },
  }
}
</script>
src/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shehuiBaoxian.vue
@@ -7,6 +7,7 @@
        :max-height="tableHeight"
        :data="tableData"
        :header-cell-style="handleheader"
        :cell-style="handleCellStyle"
        stripe
        border
        style="width: 100%">
@@ -133,6 +134,11 @@
                    lineHeight: '0',
                }
            },
            handleCellStyle({rowIndex, columnIndex}) {
                if(columnIndex == 0) {
                    return { background:'#51D2FF' }
                }
            },
            shehuiBaoxianEcharts() {
               let myEchart = this.$echarts.init(document.getElementById('shehuiBaoxianEcharts'))
                let option = {