楚江漓i
2021-03-08 7b51535a166a261a87eaad45ed70f805ada331a9
src/views/user/archivesChange.vue
@@ -530,6 +530,7 @@
                :data="workExperienceData"
                stripe
                :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
                :cell-style="{padding:'7px 0'}"
                :highlight-current-row="true"
                @selection-change="onworkExperienceDataselection"
              >
@@ -564,6 +565,7 @@
                :data="physicalExamData"
                stripe
                :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
                :cell-style="{padding:'7px 0'}"
                style="width: 100%;"
                @selection-change="onphysicalExamDataselection"
              >
@@ -603,6 +605,7 @@
                :data="contractInfoData"
                stripe
                :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
                :cell-style="{padding:'7px 0'}"
                style="width: 100%;"
                @selection-change="oncontractInfoDataselection"
              >
@@ -637,6 +640,7 @@
                :data="jobChangeData"
                stripe
                :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
                :cell-style="{padding:'7px 0'}"
                style="width: 100%;"
              >
                <el-table-column show-overflow-tooltip="true" type="index" label="序号" align="center" width="55">
@@ -672,6 +676,7 @@
                :data="leaveInfoData"
                stripe
                :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
                :cell-style="{padding:'7px 0'}"
                style="width: 100%;"
                @selection-change="onleaveInfoDataselection"
              >
@@ -709,6 +714,7 @@
                :data="resignData"
                stripe
                :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
                :cell-style="{padding:'7px 0'}"
                style="width: 100%;"
                @selection-change="onresignDataselection"
              >
@@ -743,6 +749,7 @@
                :data="dimissionAttendData"
                stripe
                :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
                :cell-style="{padding:'7px 0'}"
                style="width: 100%;"
                @selection-change="ondimissionAttendDataselection"
              >
@@ -780,6 +787,7 @@
                :data="dimissionLogData"
                stripe
                :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
                :cell-style="{padding:'7px 0'}"
                style="width: 100%;"
              >
                <el-table-column show-overflow-tooltip="true" type="index" label="序号" align="center" width="55">
@@ -814,6 +822,7 @@
                :data="unemploymentData"
                stripe
                :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
                :cell-style="{padding:'7px 0'}"
                style="width: 100%;"
                @selection-change="onunemploymentDataselection"
              >
@@ -849,6 +858,7 @@
                :data="insuranceData"
                stripe
                :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
                :cell-style="{padding:'7px 0'}"
                style="width: 100%;"
                @selection-change="oninsuranceDataselection"
              >
@@ -886,6 +896,7 @@
                :data="accidentCasesData"
                stripe
                :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
                :cell-style="{padding:'7px 0'}"
                style="width: 100%;"
                @selection-change="onaccidentCasesDataselection"
              >
@@ -930,6 +941,7 @@
                :data="occupationalData"
                stripe
                :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
                :cell-style="{padding:'7px 0'}"
                style="width: 100%;"
                @selection-change="onoccupationalDataselection"
              >
@@ -974,6 +986,7 @@
                :data="laborTroubleData"
                stripe
                :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
                :cell-style="{padding:'7px 0'}"
                style="width: 100%;"
                @selection-change="onlaborTroubleDataselection"
              >
@@ -1012,6 +1025,7 @@
                :data="badRecordData"
                stripe
                :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
                :cell-style="{padding:'7px 0'}"
                style="width: 100%;"
                @selection-change="onbadRecordDataselection"
              >
@@ -1046,6 +1060,7 @@
                :data="remarkInfoData"
                stripe
                :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
                :cell-style="{padding:'7px 0'}"
                style="width: 100%;"
                @selection-change="onremarkInfoDataselection"
              >
@@ -1069,7 +1084,7 @@
          </div>
          <div ref="jljt" class="jljt">
            <div class="jbxxTitle">
            <div class="jbxxTitle2">
              上传附件
            </div>
            <div class="jbxxCon">
@@ -5534,12 +5549,12 @@
      height: 90vh;
      overflow-y: scroll;
      .jbxxTitle {
      .jbxxTitle,.jbxxTitle2 {
        height: 30px;
        line-height: 30px;
        padding-left: 15px;
        //border-left: 4px solid #a00515;
        margin: 40px 0 20px;
        margin: 30px 0 20px;
        color: #000;
        position: relative;
      }
@@ -5548,7 +5563,8 @@
        margin: 20px 0;
      }
      .jbxxTitle::before {
      .jbxxTitle::before,
      .jbxxTitle2::before{
        content: '';
        position: absolute;
        left: -10px;