楚江漓i
2021-03-04 c64be46f7a46494da3d90e11217ddeb9ae155cc2
src/views/dashboard/blUser.vue
@@ -2,6 +2,7 @@
  <el-dialog
    :title="title"
    top="50px"
    width="80%"
    :close-on-click-modal="false"
    :close-on-press-escape="false"
    :visible.sync="isVisible"
@@ -21,18 +22,20 @@
        ref="multipleTable"
        :data="list"
        row-key="prop1"
        width="50%"
        stripe
        :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
        style="width: 100%;"
      >
        <el-table-column type="selection" :reserve-selection="false" width="55" />
        <el-table-column prop="empNumb" label="员工编号" width="180" />
        <el-table-column prop="deptName" label="护卫点" width="180" />
        <el-table-column prop="jobName" label="岗位" width="180" />
        <el-table-column prop="empName" label="姓名" width="180" />
        <el-table-column prop="certificateNumb" label="身份证号码" width="180" />
        <el-table-column prop="badDate" label="不良记录日期" width="180" />
        <el-table-column prop="badContent" label="不良记录描述" width="180" />
        <el-table-column prop="reporter" label="汇报人" width="180" />
        <el-table-column prop="remark" label="备注" width="180" />
        <el-table-column show-overflow-tooltip="true" type="selection" :reserve-selection="false" width="55" />
        <el-table-column show-overflow-tooltip="true" prop="empNumb" label="员工编号" width="100" />
        <el-table-column show-overflow-tooltip="true" prop="deptName" label="护卫点" width="100" />
        <el-table-column show-overflow-tooltip="true" prop="jobName" label="岗位" width="100" />
        <el-table-column show-overflow-tooltip="true" prop="empName" label="姓名" width="100" />
        <el-table-column show-overflow-tooltip="true" prop="certificateNumb" label="身份证号码" />
        <el-table-column show-overflow-tooltip="true" prop="badDate" label="不良记录日期" />
        <el-table-column show-overflow-tooltip="true" prop="badContent" label="不良记录描述" />
        <el-table-column show-overflow-tooltip="true" prop="reporter" label="汇报人" width="100" />
        <el-table-column show-overflow-tooltip="true" prop="remark" label="备注" />
      </el-table>
      <pagination
        v-show="total>0"