孔祥富
2021-03-02 1eb2f6fbf05b7cd22078002bda353a8b0e5bee4d
src/views/dashboard/tgUser.vue
@@ -9,7 +9,7 @@
  >
    <div class="app-container">
      <div class="filter-container" style="margin-left: -340px;">
        <el-input v-model="queryParams.name" placeholder="姓名" class="filter-item search-item" />
        <el-input v-model="queryParams.name" placeholder="姓名/身份证号/护卫点/员工编号" class="filter-item search-item" />
        <el-button class="filter-item" type="primary" @click="search">
          {{ $t('table.search') }}
        </el-button>
@@ -24,7 +24,10 @@
        width="50%"
      >
        <el-table-column type="selection" :reserve-selection="false" width="55" />
        <el-table-column prop="empName" label="员工姓名" width="180" />
        <el-table-column prop="empNumb" label="员工编号" width="100" />
        <el-table-column prop="deptName" label="护卫点" width="100" />
        <el-table-column prop="empName" label="姓名" width="100" />
        <el-table-column prop="certificateNumb" label="身份证号码" width="180" />
        <el-table-column prop="oldDeptName" label="原护卫点" width="180" />
        <el-table-column prop="oldJobName" label="原岗位名称" width="180" />
        <el-table-column prop="newDeptName" label="新护卫点" width="180" />